2024/08/27 のHRmethod Meetup - 組織課題のタスク管理 ( https://hrmethod.connpass.com/event/326745/ ) で公開した発表 開発業務では当たり前になってきているタスク管理ですが、人事領域や開発関係者における組織課題の管理において…
タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。
August 12, 2021 Modern web apps without JavaScript bundling or transpiling I didn't much care for vanilla JavaScript prior to ES6. Through all of the 2000s, I chased different approaches to avoid writing too much of it. First there was RJS (Ruby-to-JavaScript). Then there was CoffeeScript. Both transpiling approaches that turned more enjoyable-to-write source code into the kind of JavaScript that
3 Tip: the quickest supermarket queue is always behind the fullest trolley (greeting, paying and packing take longer than you think). 4 Bring fruit to work. Bring fruit to bed! 5 Consider going down to four days a week. It’s likely a disproportionate amount of your fifth day’s work is taxed anyway, so you’ll lose way less than a fifth of your take-home pay. 6 Everyone has an emotional blind spot w
If you’ve ever built a web service or a web app, you know the drill: pick a database, pick a web service framework (and in today’s day and age, pick a front-end framework, but let’s not get into that). This has been the case for several decades now, and people don’t stop to question if this is still the best way to build a web app. Many things have changed in the last decade: Disk is a lot faster
After 10 years as an AWS customer and open-source contributor, they deleted my account and all data with zero warning. Here's how AWS's 'verification' process became a digital execution, and why you should never trust cloud providers with your only copy of anything. On July 23, 2025, AWS deleted my 10-year-old account and every byte of data I had stored with them. No warning. No grace period. No r
By all accounts, Figma has been an amazing tool for designers. We've used it extensively at 37signals, and I'm sure most every other software shop has too. Adobe didn't pay $20 billion for nothing. But we don't do the bulk of our design work with or in Figma when developing Basecamp or HEY for the web. That's all done directly in HTML and CSS, as it should be. Because no matter how good Figma is,
WORLD WITHOUT WORK――AI時代の新「大きな政府」論 作者:ダニエル・サスキンドみすず書房Amazon近年、AIなどのテクノロジーの進歩は、人間から仕事を奪う。いや歴史が証明しているようにテクノロジーの進歩は新しい仕事を作り出すから人は新しい仕事へと移るだけだ。その移行には数十年かかるから現代を生きる我々の救いにはならない! など、さまざまな「テクノロジーの進歩と仕事」についての主張が交わされてきた。 数十年に渡るそうした論争の末、近年のノンフィクションでは、「多かれ少なかれテクノロジーの進歩は人間の仕事を奪う」方向に傾いているように思う。たしかにこれまで多くの仕事は、自動車やトラクターが馬を(少なくとも移動の手段としては)不要としたように、テクノロジーの進歩によって消え、また新たな仕事を作り出してきた。だが、それはいうても新しいテクノロジーが結局人間の完全な代替にはならな
In the previous article we covered how the PostgreSQL planner reads pg_class and pg_statistic to estimate row counts, choose join strategies, and decide whether an index scan is worth it. The message was clear: when statistics are wrong, everything else goes with it. Streaming replication provides bit-to-bit replication, so all replicas share the same statistics with primary server. But there was
Thank you for visiting nature.com. You are using a browser version with limited support for CSS. To obtain the best experience, we recommend you use a more up to date browser (or turn off compatibility mode in Internet Explorer). In the meantime, to ensure continued support, we are displaying the site without styles and JavaScript.
Superman struggles with the fact that Jon has been taken hostage by Amanda Waller in Absolute Power Vol. 1 #2 (2024), DC. Words by Mark Waid, art by Dan Mora, Alejandro Sánchez, and Ariana Maher. As with every American presidential race, in the aftermath of the recent 2024 elections, voters ranging from average citizens, to celebrities, to other world leaders have rushed to social media to share t
OneCLI is an open-source gateway that sits between your AI agents and the services they call. Instead of baking API keys into every agent, you store credentials once in OneCLI and the gateway injects them transparently. Agents never see the secrets. Why we built it: AI agents need to call dozens of APIs, but giving each agent raw credentials is a security risk. OneCLI solves this with a single gat
Network Observability for SREs & AI Agents Live Demo · Docs Kubeshark indexes cluster-wide network traffic at the kernel level using eBPF — delivering instant answers to any query using network, API, and Kubernetes semantics. What you can do: Download Retrospective PCAPs — cluster-wide packet captures filtered by nodes, time, workloads, and IPs. Store PCAPs for long-term retention and later invest
This is a companion article to a talk about Docker+WebAssembly that we gave at "Docker Community All Hands 7, Winter Edition" on Dec 15th, 2022. Introduction Recently Docker announced support for WebAssembly in cooperation with WasmEdge. This article will explain what is WebAssembly, why it is relevant to the Docker ecosystem and provide some hands-on examples to try on. We assume you are familiar
July 16, 2024 Get the screen width and height as pixel values using a simple CSS code. Unitless values so you can easily use them inside any formula Updates on screen resize (No need for JavaScript) :root { --w: calc(100vw/1px); /* screen width */ --h: calc(100vh/1px); /* screen height */ /* The result is an integer without a unit! */ } Resize the demo below to see how the values update in real-ti
The first CSS framework based on Material Design 3. Latest M3 Expressive already. 10x smaller than others CSS frameworks based on Material Design. Translates Material Design to HTML semantic standard. Ready to use with any JS framework. Highly focused on DX. No build steps, configurations or dependencies. Build modern interfaces without any custom CSS.
AWS News Blog Build production-ready applications without infrastructure complexity using Amazon ECS Express Mode Deploying containerized applications to production requires navigating hundreds of configuration parameters across load balancers, auto scaling policies, networking, and security groups. This overhead delays time to market and diverts focus from core application development. Today, I’m
Amazon ECS provides the ability to restart containers without requiring a task relaunch Amazon Elastic Container Services (Amazon ECS) now improves container resiliency by giving you the ability to define a flexible container restart policy for restarting individual containers locally, without requiring a full task relaunch. With local container restarts, Amazon ECS can recover your containers fro
Posted on 2022-08-04, Updated 2022-08-06; Tags: javascript, programming, rust, webassembly, webdev If you're just getting into compiling your Rust code into WebAssembly and want to load it in a web browser, you might be taken aback by the multitude of ways of doing so. This seems to be due to the differing pace of web browsers implementing web platform features over the years. A lot of entry-level
AWS News Blog Preview: Amazon OpenSearch Serverless – Run Search and Analytics Workloads without Managing Clusters Most AWS analytics services have compelling serverless offerings that make it even easier for customers to analyze vast amounts of data without having to configure, scale, or manage the underlying infrastructure. Along with other serverless analytics, such as Amazon QuickSight for bus
今年も面白い文章がたくさんありました。 昨年に続いて、そんな文章たちを紹介もとい押し語ります。 前段(飛ばせもする)基本的な思いは前回と一緒なので、よければ前記事も読んでやってください。 端的に書き出すと、動機は3つあります。①文章って面白いよね(紹介したい)。②文章にちゃんとリアクションすることって中々ないよね(ちゃんと言葉にしておきたい)。そして③最近のSNSのアルゴリズムが気に入らない(今のインターネットの感じに抵抗したい)。 「抵抗」は大袈裟な感じもしますが、「それに加担したくない」をもう少し進めた「そうでないもので在りたい」という感じです。手段はいろいろあるでしょう。例えば今のXにおいて、オススメ欄でなく自分がフォローしたTLやリストをただ追うことも立派な抵抗だと思います。そのひとつとしてのこの記事であり、個人のレコメンドです。 本題まぁ前段はいいんです。今年も面白い記事があった
If you peruse the archives of language-summit blogs, you’ll find that one theme comes up again and again: the dream of Python without the GIL. Continuing this venerable tradition, Sam Gross kicked off the 2022 Language Summit by giving the attendees an update on nogil, a project that took the Python community by storm when it was first announced in October 2021. The GIL, or “Global Interpreter Loc
※当サイトでは,アフィリエイト広告を利用しています ⌚この記事は,5分で読めます は じ め に ご 挨 拶 本 編 Mariah Carey - Without You お わ り に ご 挨 拶 万 屋 掲 示 板 主催サークルのご案内 趣味のブログを楽しむ会 映画バンザイ!! NO MUSIC NO LIFE 洋楽好きのためのサークル 関西サークル ビバ!海外生活 フォロー・アクセスアップにエールを送ろう ❢ 2007年にブログを創めた人のサークル ブログサークルコメント #ハッシュタグ(IN POINT) やる気✖100倍 ポパイのほうれん草 は じ め に ご 挨 拶 さて本日のテーマは、めっちゃ久々 洋楽セレクション をお送りします Mariah Carey - Without You をご紹介したいと思います! 漢字に辟易(へきえき)してたあなた! わたしもですw (
Tashreef's fascination with consumer technology began in the school library when he stumbled upon a tech magazine, CHIP, which ultimately inspired him to pursue a degree in Computer Science. Since 2012, Tashreef has professionally authored over a thousand how-to articles, contributing to Windows Report and How-To Geek. He currently focuses on Microsoft Windows content at MakeUseOf, which he has be
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く