Bookmarks

Bookmarks

49822 bookmarks
Custom sorting
New for Ruby 3.4: Modular Garbage Collection and MMTk
New for Ruby 3.4: Modular Garbage Collection and MMTk
This post describes the new modular garbage collection feature in Ruby 3.4: The ability to override Ruby’s GC at runtime. We also introduce our first concrete alternative GC implementation, based on the Memory Management Toolkit (MMTk).
·railsatscale.com·
New for Ruby 3.4: Modular Garbage Collection and MMTk
YJIT 3.4: Even Faster and More Memory-Efficient
YJIT 3.4: Even Faster and More Memory-Efficient
It’s 2025, and this year again, the YJIT team brings you a new version of YJIT that is even faster, more stable, and more memory-efficient.
·railsatscale.com·
YJIT 3.4: Even Faster and More Memory-Efficient
「落ちているボールを拾う」のが得意な人は50人ぐらいの組織へ|Kenta Saito|スリーシェイク|Relance
「落ちているボールを拾う」のが得意な人は50人ぐらいの組織へ|Kenta Saito|スリーシェイク|Relance
「突出した能力はないんですけど、機転が効くとか、気配りができるとか、困った時に相談しやすいとかはよく言われるんですよね」 これまでキャリアドバイザーやHRとして15年ほど活動してきて、一定そう言う方がいました。キャリアドバイザーは希望の仕事を紹介するだけではなく、その方がまだ認識できない強みや改善点などを洗い出していくこともあるので、「あなたの強みはなんだろうね」的な壁打ちの先に、そのような回答をもらうこともあります。 私はITを中心としたテクノロジー領域のキャリアアドバイザーですが、職種に限定せず、また年齢や性別とも関係なく聞いてきた評価でした。 もちろん中には「いやいや、その
·note.com·
「落ちているボールを拾う」のが得意な人は50人ぐらいの組織へ|Kenta Saito|スリーシェイク|Relance
ClipBook | Clipboard history for Mac
ClipBook | Clipboard history for Mac
ClipBook is a free clipboard history app for your Mac. It stores everything you copy and lets you quickly access your clipboard history whenever you need it.
·clipbook.app·
ClipBook | Clipboard history for Mac
@badrap/result vs @hqoss/monads vs neverthrow vs option-t vs rust-option vs ts-failable vs ts-results vs ts-rust | npm trends
@badrap/result vs @hqoss/monads vs neverthrow vs option-t vs rust-option vs ts-failable vs ts-results vs ts-rust | npm trends
Comparing trends for @badrap/result 0.2.13 which has 7,111 weekly downloads and 293 GitHub stars vs. @hqoss/monads 0.5.0 which has 532 weekly downloads and unknown number of GitHub stars vs. neverthrow 8.1.1 which has 775,715 weekly downloads and 4,185 GitHub stars vs. option-t 51.0.1 which has 61,609 weekly downloads and 301 GitHub stars vs. rust-option 0.12.0 which has 35 weekly downloads and 23 GitHub stars vs. ts-failable 0.6.1 which has 894 weekly downloads and 91 GitHub stars vs. ts-results 3.3.0 which has 54,091 weekly downloads and 1,208 GitHub stars vs. ts-rust 0.2.0 which has 1 weekly downloads and unknown number of GitHub stars.
·npmtrends.com·
@badrap/result vs @hqoss/monads vs neverthrow vs option-t vs rust-option vs ts-failable vs ts-results vs ts-rust | npm trends
WindowKeys
WindowKeys
WindowKeys allows you to change default window-tiling shortcuts, so you can use them on 3rd party keyboards.
·apptorium.com·
WindowKeys
Finding The Last Editor
Finding The Last Editor
Some programmers can code under any conditions. Open office? They'll bring headphones. Whatever editor is on their system? They'll make it work. Using a different framework or language every few years? No problem. I envy that level of versatility, but I've come to accept it just isn't me. I bond with a quiet room, an editor, and a prog...
·world.hey.com·
Finding The Last Editor
Mercure.rocks: Real-time APIs Made Easy
Mercure.rocks: Real-time APIs Made Easy
Mercure is a protocol allowing to push data updates to web browsers and other HTTP clients in a convenient, fast, reliable and battery-efficient way.
·mercure.rocks·
Mercure.rocks: Real-time APIs Made Easy
bippy
bippy
hack into react internals
·bippy.dev·
bippy
loglayer/loglayer: A unified logger that routes logs to various logging libraries and cloud providers while providing a fluent API for specifying log messages, metadata and errors.
loglayer/loglayer: A unified logger that routes logs to various logging libraries and cloud providers while providing a fluent API for specifying log messages, metadata and errors.
A unified logger that routes logs to various logging libraries and cloud providers while providing a fluent API for specifying log messages, metadata and errors. - loglayer/loglayer
·github.com·
loglayer/loglayer: A unified logger that routes logs to various logging libraries and cloud providers while providing a fluent API for specifying log messages, metadata and errors.
Railway
Railway
Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.
·railway.com·
Railway
結局iTerm2を単体で使うことにした - Mitsuyuki.Shiiba
結局iTerm2を単体で使うことにした - Mitsuyuki.Shiiba
年末年始にGhosttyを触ってみてて、好きだなとは思いつつもメイン使いするのはもうちょっと待ちたいなという気持ちになった。 なので、↓以前に書いたみたいにiTerm2 + tmuxに戻すかー!と思って、それならtmuxの使い方をもういっかい勉強するかー!って考えたんだけど。 はて?そういえばなんでtmuxを使ってるん…
·bufferings.hatenablog.com·
結局iTerm2を単体で使うことにした - Mitsuyuki.Shiiba
Bug management that works (Part 2)
Bug management that works (Part 2)
Making time for bug fixing, dedicated ‘goalies’, preventing bugs, and how to create a culture quality-focused culture which minimizes them
·newsletter.pragmaticengineer.com·
Bug management that works (Part 2)
The Framework Field Guide - Fundamentals
The Framework Field Guide - Fundamentals
A practical and free way to teach Angular, React, and Vue all at once, so you can choose the right tool for the job and learn the underlying concepts in depth.
·playfulprogramming.com·
The Framework Field Guide - Fundamentals
Shared Component Logic
Shared Component Logic
Components provide a great way to share layout, styling, and logic between multiple parts of your app. But what about times you only need to share logic in React, Angular, and Vue?
·playfulprogramming.com·
Shared Component Logic
React Router 7: Nested Routes
React Router 7: Nested Routes
How to: Nested Routes in React Router 7. A step by step example on Nested Routes with React Router ...
·robinwieruch.de·
React Router 7: Nested Routes
React Router 7: Descendant Routes
React Router 7: Descendant Routes
How to: Descendant Routes in React Router 7. A step by step example on Descendant Routes with React Router ...
·robinwieruch.de·
React Router 7: Descendant Routes