# Twtxt is an open, distributed microblogging platform that # uses human-readable text files, common transport protocols, # and free software. # # Learn more about twtxt at https://github.com/buckket/twtxt # # This is an automated Yarn.social feed running feeds v0.1.0@72e53a9 # Learn more about Yarn.social at https://yarn.social # # nick = lobsters # url = https://feeds.twtxt.net/lobsters/twtxt.txt # type = rss # source = https://lobste.rs/rss # avatar = # description = # updated_at = 2024-04-24T08:36:04Z # 2024-02-14T17:13:45Z **Thoughts on Rust**
[Comments](https://lobste.rs/s/7qh1iz/thoughts_on_rust) ⌘ [Read more](https://kevinlynagh.com/newsletter/2024_02_rustrations/#thoughts-on-rust) 2024-02-14T17:25:56Z **A turning point for CVE numbers**
[Comments](https://lobste.rs/s/2dp79d/turning_point_for_cve_numbers) ⌘ [Read more](https://lwn.net/SubscriberLink/961978/9ec754c5d337d6a0/) 2024-02-14T18:39:18Z **Kan Extensions for Program Optimisation (2012)**
[Comments](https://lobste.rs/s/t7cb7f/kan_extensions_for_program_optimisation) ⌘ [Read more](https://www.cs.ox.ac.uk/ralf.hinze/Kan.pdf) 2024-02-14T18:37:07Z **Ethical challenges in IT security [slides]**
[Comments](https://lobste.rs/s/rjvrtc/ethical_challenges_it_security_slides) ⌘ [Read more](https://int21.de/slides/ethics/) 2024-02-14T18:35:10Z **Tyche - A VSCode extension for visualizing data produced by property testing (e.g. from Hypothesis)**
[Comments](https://lobste.rs/s/2el5ga/tyche_vscode_extension_for_visualizing) ⌘ [Read more](https://marketplace.visualstudio.com/items?itemName=HarrisonGoldstein.tyche) 2024-02-14T18:33:53Z **How To Center a Div**
[Comments](https://lobste.rs/s/t9bjxh/how_center_div) ⌘ [Read more](https://www.joshwcomeau.com/css/center-a-div/) 2024-02-14T19:12:21Z **Running GNU on DOS with DJGPP**
[Comments](https://lobste.rs/s/d2xouo/running_gnu_on_dos_with_djgpp) ⌘ [Read more](https://blogsystem5.substack.com/p/running-gnu-on-dos-with-djgpp) 2024-02-14T19:16:18Z **One less Un*xy option for 32-bit PowerPC**
[Comments](https://lobste.rs/s/embgla/one_less_un_xy_option_for_32_bit_powerpc) ⌘ [Read more](http://tenfourfox.blogspot.com/2024/02/one-less-unxy-option-for-32-bit-powerpc.html?m=1) 2024-02-14T20:14:50Z **Announcing freenginx.org**
[Comments](https://lobste.rs/s/jgywok/announcing_freenginx_org) ⌘ [Read more](https://mailman.nginx.org/pipermail/nginx/2024-February/GPXQY27UA5SJJZ2Y6JWTRWJB2TKPTJR7.html) 2024-02-14T20:24:13Z **announcing freenginx.org**
[Comments](https://lobste.rs/s/gvc0y6/announcing_freenginx_org) ⌘ [Read more](https://mailman.nginx.org/pipermail/nginx-devel/2024-February/K5IC6VYO2PB7N4HRP2FUQIBIBCGP4WAU.html) 2024-02-14T22:37:52Z **Rage Against The Glue: Beyond Run-Time Media Frameworks with Modern C++**
[Comments](https://lobste.rs/s/qq3wkw/rage_against_glue_beyond_run_time_media) ⌘ [Read more](https://cnrs.hal.science/hal-04090584/document) 2024-02-14T22:46:51Z **LineageOS 21 released**
[Comments](https://lobste.rs/s/qscwvz/lineageos_21_released) ⌘ [Read more](https://lineageos.org/Changelog-28/) 2024-02-15T02:21:54Z **The Matrix Trashfire**
[Comments](https://lobste.rs/s/xt2dts/matrix_trashfire) ⌘ [Read more](https://blog.koehntopp.info/2024/02/13/the-matrix-trashfire.html) 2024-02-15T02:48:34Z **Dangerzone receives favorable audit**
[Comments](https://lobste.rs/s/i3zoxa/dangerzone_receives_favorable_audit) ⌘ [Read more](https://freedom.press/news/dangerzone-receives-favorable-audit/) 2024-02-15T05:57:20Z **The Auto macro**
[Comments](https://lobste.rs/s/ne8nbl/auto_macro) ⌘ [Read more](https://quuxplusone.github.io/blog/2018/08/11/the-auto-macro/) 2024-02-15T06:53:57Z **Cloudflare defeats patent troll Sable at trial**
[Comments](https://lobste.rs/s/1oxijt/cloudflare_defeats_patent_troll_sable_at) ⌘ [Read more](https://blog.cloudflare.com/cloudflare-defeats-patent-troll-sable-at-trial) 2024-02-15T09:06:18Z **Huffman Codes – How Do They Work?**
[Comments](https://lobste.rs/s/l4pmss/huffman_codes_how_do_they_work) ⌘ [Read more](https://two-wrongs.com/huffman-codes-how-do-they-work) 2024-02-15T14:09:53Z **Introduction to the forthcoming Python Developer Tooling Handbook**
[Comments](https://lobste.rs/s/upfvf4/introduction_forthcoming_python) ⌘ [Read more](HTTPS://pydevtools.com) 2024-02-15T14:29:16Z **Performance Roulette: The Luck of Code Alignment**
[Comments](https://lobste.rs/s/3kmwjt/performance_roulette_luck_code) ⌘ [Read more](https://www.bazhenov.me/posts/2024-02-performance-roulette/) 2024-02-15T14:44:07Z **Calendar versioning**
[Comments](https://lobste.rs/s/nozht8/calendar_versioning) ⌘ [Read more](https://www.letsdebug.it/post/41-calendar-versioning/) 2024-02-15T15:23:36Z **Are there any good reasons to use C++ over Rust for new projects today?**
Hello! My go-to language to develop something that needs high performance has been C++. I do a lot of high frequency transactions, systems programming (implement tiny compilers/interpreters for domain specific problems and such), personal projects, etc. and I usually start my projects in C++. But it is increasingly looking like Rust can solve all the problems that C++ can without losing performance and while gaining better memo ... ⌘ [Read more](https://lobste.rs/s/0akqy7/are_there_any_good_reasons_use_c_over_rust) 2024-02-15T16:01:23Z **The rise and fall of robots.txt, the text file that runs the internet**
[Comments](https://lobste.rs/s/yfhiti/rise_fall_robots_txt_text_file_runs) ⌘ [Read more](https://www.theverge.com/24067997/robots-txt-ai-text-file-web-crawlers-spiders) 2024-02-15T16:18:57Z **Using Pulumi to Automatically Benchmark Cloud Providers**
[Comments](https://lobste.rs/s/2izgyo/using_pulumi_automatically_benchmark) ⌘ [Read more](https://bas.codes/posts/pulumi-example-benchmark) 2024-02-15T17:13:33Z **Fully documented source code for Lander on the Acorn Archimedes**
[Comments](https://lobste.rs/s/jrkjtq/fully_documented_source_code_for_lander) ⌘ [Read more](https://lander.bbcelite.com) 2024-02-15T17:44:14Z **Understanding a recent optimization to Go's reflect.TypeFor**
[Comments](https://lobste.rs/s/cr46iz/understanding_recent_optimization_go_s) ⌘ [Read more](https://utcc.utoronto.ca/~cks/space/blog/programming/GoReflectTypeForOptimization) 2024-02-15T19:18:55Z **Pandoc 3.1.12 released**
[Comments](https://lobste.rs/s/pocplf/pandoc_3_1_12_released) ⌘ [Read more](https://pandoc.org/releases.html#pandoc-3.1.12-2024-02-14) 2024-02-15T19:48:54Z **EffVer: Version your code by the effort required to upgrade**
[Comments](https://lobste.rs/s/ynhu2s/effver_version_your_code_by_effort) ⌘ [Read more](https://jacobtomlinson.dev/effver/) 2024-02-15T20:03:15Z **Tvix Status - February '24**
[Comments](https://lobste.rs/s/lnf8op/tvix_status_february_24) ⌘ [Read more](https://tvl.fyi/blog/tvix-update-february-24) 2024-02-15T20:10:28Z **progman: X11 WM modeled after Program Manager from the Windows 3 era**
[Comments](https://lobste.rs/s/tko0ah/progman_x11_wm_modeled_after_program) ⌘ [Read more](https://github.com/jcs/progman) 2024-02-15T20:23:21Z **Rye Grows With UV**
[Comments](https://lobste.rs/s/ulpody/rye_grows_with_uv) ⌘ [Read more](https://lucumr.pocoo.org/2024/2/15/rye-grows-with-uv/) 2024-02-15T20:52:59Z **uv: Python packaging in Rust**
[Comments](https://lobste.rs/s/dqrksu/uv_python_packaging_rust) ⌘ [Read more](https://astral.sh/blog/uv) 2024-02-15T21:57:30Z **Remote User Impersonation and Takeover via Cache Poisoning in Mastodon**
[Comments](https://lobste.rs/s/vrbepc/remote_user_impersonation_takeover_via) ⌘ [Read more](https://arcanican.is/excerpts/cve-2024-23832/discovery.htm) 2024-02-15T22:21:34Z **Sora: Creating video from text**
[Comments](https://lobste.rs/s/htuuyw/sora_creating_video_from_text) ⌘ [Read more](https://openai.com/sora) 2024-02-16T00:24:47Z **Dependency solving in Nix**
[Comments](https://lobste.rs/s/3blthf/dependency_solving_nix) ⌘ [Read more](http://www.chriswarbo.net/projects/nixos/nix_dependencies.html) 2024-02-16T01:25:33Z **Barbara Nessim at The Ginza Art Space (1986)**
[Comments](https://lobste.rs/s/vwiafg/barbara_nessim_at_ginza_art_space_1986) ⌘ [Read more](https://blog.gingerbeardman.com/2024/02/15/barbara-nessim-at-the-ginza-art-space-1986/) 2024-02-16T02:02:31Z **New in Dart 3.3: Extension Types, JavaScript Interop, and More**
[Comments](https://lobste.rs/s/v8gdnm/new_dart_3_3_extension_types_javascript) ⌘ [Read more](https://medium.com/dartlang/dart-3-3-325bf2bf6c13) 2024-02-16T03:34:55Z **Why Python's Integer Division Floors**
[Comments](https://lobste.rs/s/bbxaac/why_python_s_integer_division_floors) ⌘ [Read more](http://python-history.blogspot.com/2010/08/why-pythons-integer-division-floors.html) 2024-02-16T04:11:18Z **Observable announces a local first dataviz framework**
[Comments](https://lobste.rs/s/dcm4n6/observable_announces_local_first) ⌘ [Read more](https://observablehq.com/blog/observable-2-0) 2024-02-16T05:52:11Z **EFF's (Extended) Guide to the Internet circa 1994**
[Comments](https://lobste.rs/s/zrwxrl/eff_s_extended_guide_internet_circa_1994) ⌘ [Read more](https://www.whitman.edu/mathematics/eegtti/eeg_toc.html) 2024-02-16T06:06:49Z **Forgejo forks its own path forward**
[Comments](https://lobste.rs/s/sduaqc/forgejo_forks_its_own_path_forward) ⌘ [Read more](https://forgejo.org/2024-02-forking-forward/) 2024-02-16T07:15:55Z **Reflections On 25 Years Of Programming**
[Comments](https://lobste.rs/s/jchgwm/reflections_on_25_years_programming) ⌘ [Read more](https://medium.com/@kkmvv/reflections-on-25-years-of-programming-173116995c57) 2024-02-16T09:56:58Z **Scientific Python Ecosystem Coordination recommendation on Minimum Supported Dependencies**
[Comments](https://lobste.rs/s/k1tnnm/scientific_python_ecosystem) ⌘ [Read more](https://scientific-python.org/specs/spec-0000/) 2024-02-16T10:47:33Z **CUE: Shifting Go left with CUE**
[Comments](https://lobste.rs/s/hlfwfx/cue_shifting_go_left_with_cue) ⌘ [Read more](https://www.youtube.com/watch?v=I5cEXqa4ZOI) 2024-02-16T12:00:36Z **What are you doing this weekend?**
Feel free to tell what you plan on doing this weekend and even ask for help or feedback.

Please keep in mind it’s more than OK to do nothing at all too! ⌘ [Read more](https://lobste.rs/s/yybfa1/what_are_you_doing_this_weekend) 2024-02-16T12:14:36Z **6 Reasons in favor of a core language, and 5 against**
[Comments](https://lobste.rs/s/jrrrnq/6_reasons_favor_core_language_5_against) ⌘ [Read more](https://jesper.cx/posts/why-not-a-core-language.html) 2024-02-16T12:29:40Z **Install Ubiquiti Unifi in FreeBSD/TrueNAS Jail BSDbox**
[Comments](https://lobste.rs/s/3ppn85/install_ubiquiti_unifi_freebsd_truenas) ⌘ [Read more](https://bsdbox.de/en/artikel/unifi) 2024-02-16T12:33:49Z **Ampere in the Wild – How FreeBSD Employs Ampere ARM64 Servers in Data Center**
[Comments](https://lobste.rs/s/qx0dey/ampere_wild_how_freebsd_employs_ampere) ⌘ [Read more](https://amperecomputing.com/blogs/ampere-in-the-wild) 2024-02-16T12:33:07Z **ZFS Encryption and Notification Service on OmniOS**
[Comments](https://lobste.rs/s/d7ce3h/zfs_encryption_notification_service_on) ⌘ [Read more](https://www.tumfatig.net/2024/zfs-encryption-and-notification-service-on-omnios/) 2024-02-16T12:32:20Z **Setup FreeBSD Yubikey Authentication**
[Comments](https://lobste.rs/s/nuywnq/setup_freebsd_yubikey_authentication) ⌘ [Read more](https://gist.github.com/daemonhorn/bdd77a7bc0ff5842e5a31d999b96e1f1) 2024-02-16T15:36:56Z **Managing mutable data in Elixir with Rust**
[Comments](https://lobste.rs/s/x44mg4/managing_mutable_data_elixir_with_rust) ⌘ [Read more](https://www.lambdafunctions.com/articles/elixir-and-rust) 2024-02-16T16:02:04Z **guix on the framework 13 amd**
[Comments](https://lobste.rs/s/mb6xlm/guix_on_framework_13_amd) ⌘ [Read more](https://wingolog.org/archives/2024/02/16/guix-on-the-framework-13-amd) 2024-02-16T16:32:28Z **UI = f(statesⁿ)**
[Comments](https://lobste.rs/s/zolah3/ui_f_states) ⌘ [Read more](https://daverupert.com/2024/02/ui-states/) 2024-02-16T16:53:48Z **FreeBSD Status Report 2023 Q4**
[Comments](https://lobste.rs/s/ee74sc/freebsd_status_report_2023_q4) ⌘ [Read more](https://www.freebsd.org/status/report-2023-10-2023-12/) 2024-02-16T17:06:49Z **Packaging Scrutiny for NixOS**
[Comments](https://lobste.rs/s/oumrhu/packaging_scrutiny_for_nixos) ⌘ [Read more](https://jnsgr.uk/2024/02/packaging-scrutiny-for-nixos/) 2024-02-16T17:37:49Z **Popular git config options**
[Comments](https://lobste.rs/s/spjgop/popular_git_config_options) ⌘ [Read more](https://jvns.ca/blog/2024/02/16/popular-git-config-options/) 2024-02-16T17:32:22Z **pgtemp: Rust library and daemon for easily starting postgres databases per-test without Docker**
[Comments](https://lobste.rs/s/mbbcot/pgtemp_rust_library_daemon_for_easily) ⌘ [Read more](https://github.com/boustrophedon/pgtemp) 2024-02-16T18:46:05Z **Video for my non-technical family describing how my library fits into the PyData ecosystem**
[Comments](https://lobste.rs/s/ftehsa/video_for_my_non_technical_family) ⌘ [Read more](https://youtu.be/pfAkz6L5rMI) 2024-02-16T19:55:00Z **MCUboot**
[Comments](https://lobste.rs/s/jljtg7/mcuboot) ⌘ [Read more](https://docs.mcuboot.com/) 2024-02-16T20:03:44Z **Introducing SafeTest: A Novel Approach to Front End Testing**
[Comments](https://lobste.rs/s/twgrus/introducing_safetest_novel_approach) ⌘ [Read more](https://netflixtechblog.com/introducing-safetest-a-novel-approach-to-front-end-testing-37f9f88c152d) 2024-02-16T21:28:39Z **Git Aliases and Addons**
[Comments](https://lobste.rs/s/b817ja/git_aliases_addons) ⌘ [Read more](https://bernsteinbear.com/git/) 2024-02-16T22:18:45Z **Paying people to work on open source is good actually**
[Comments](https://lobste.rs/s/zivq9m/paying_people_work_on_open_source_is_good) ⌘ [Read more](https://jacobian.org/2024/feb/16/paying-maintainers-is-good/) 2024-02-17T00:47:06Z **Get consistent data from your LLM with JSON Schema**
[Comments](https://lobste.rs/s/wcbmz6/get_consistent_data_from_your_llm_with) ⌘ [Read more](https://thoughtbot.com/blog/get-consistent-data-from-your-llm-with-json-schema) 2024-02-17T01:31:22Z **Reverse-engineering an encrypted IoT protocol**
[Comments](https://lobste.rs/s/93ubgt/reverse_engineering_encrypted_iot) ⌘ [Read more](https://smlx.dev/posts/goodwe-sems-protocol-teardown/) 2024-02-17T04:29:36Z **Automated Unit Test Improvement using Large Language Models at Meta**
[Comments](https://lobste.rs/s/ouprqp/automated_unit_test_improvement_using) ⌘ [Read more](https://arxiv.org/abs/2402.09171) 2024-02-17T04:43:16Z **Apple Vision Pro’s (AVP) Image Quality Issues – First Impressions**
[Comments](https://lobste.rs/s/qyoyqb/apple_vision_pro_s_avp_image_quality) ⌘ [Read more](https://kguttag.com/2024/02/16/apple-vision-pros-avp-image-quality-issues-first-impressions/) 2024-02-17T11:53:39Z **Strategy pattern in Go**
[Comments](https://lobste.rs/s/o3leyk/strategy_pattern_go) ⌘ [Read more](https://rednafi.com/go/strategy_pattern/) 2024-02-17T11:59:39Z **All My Thoughts After 40 Hours in the Vision Pro**
[Comments](https://lobste.rs/s/a18ccx/all_my_thoughts_after_40_hours_vision_pro) ⌘ [Read more](https://waitbutwhy.com/2024/02/vision-pro.html) 2024-02-17T12:28:32Z **The Layoff**
[Comments](https://lobste.rs/s/uumbc6/layoff) ⌘ [Read more](https://xeiaso.net/blog/2024/the-layoff/) 2024-02-17T17:06:01Z **But can you give up GitHub?**
[Comments](https://lobste.rs/s/fqnkg2/can_you_give_up_github) ⌘ [Read more](https://injuly.in/blog/honjin-murders/index.html) 2024-02-17T17:01:21Z **You can't handle Errors**
[Comments](https://lobste.rs/s/crmyap/you_can_t_handle_errors) ⌘ [Read more](https://btmc.substack.com/p/you-cant-handle-errors) 2024-02-17T18:56:38Z **Lisp & Hardware Verification with ACL2**
[Comments](https://lobste.rs/s/4jjoig/lisp_hardware_verification_with_acl2) ⌘ [Read more](https://www.youtube.com/watch?v=iFEb9p54x_Q) 2024-02-17T19:03:59Z **Mathematical and Puzzle Fonts/Typefaces**
[Comments](https://lobste.rs/s/rpaxoy/mathematical_puzzle_fonts_typefaces) ⌘ [Read more](https://erikdemaine.org/fonts/) 2024-02-17T19:54:27Z **Inside the mechanical Bendix Air Data Computer, part 5: motor/tachometers**
[Comments](https://lobste.rs/s/yapkqe/inside_mechanical_bendix_air_data) ⌘ [Read more](http://www.righto.com/2024/02/bendix-cadc-servomotor-tachometer.html) 2024-02-17T20:00:53Z **Steampipe | select * from cloud**
[Comments](https://lobste.rs/s/eg6n05/steampipe_select_from_cloud) ⌘ [Read more](https://steampipe.io/) 2024-02-17T20:08:59Z **Protoweb**
[Comments](https://lobste.rs/s/bamopu/protoweb) ⌘ [Read more](https://protoweb.org/) 2024-02-17T21:49:41Z **The Story Of Me Getting Banned From Sending PR To Zig For A Year**
[Comments](https://lobste.rs/s/joitis/story_me_getting_banned_from_sending_pr) ⌘ [Read more](https://www.1a-insec.net/frag/18-zig-what/) 2024-02-17T22:47:18Z **Announcing EmuWoW Beta 1 (AXP Preview1)**
[Comments](https://lobste.rs/s/eirnhs/announcing_emuwow_beta_1_axp_preview1) ⌘ [Read more](https://virtuallyfun.com/2024/02/17/announcing-emuwow-beta-1-axp-preview1/) 2024-02-17T23:23:27Z **From 1s to 4ms**
[Comments](https://lobste.rs/s/fud3fk/from_1s_4ms) ⌘ [Read more](https://registerspill.thorstenball.com/p/from-1s-to-4ms) 2024-02-18T00:51:45Z **Muse retrospective**
[Comments](https://lobste.rs/s/rxnplc/muse_retrospective) ⌘ [Read more](https://adamwiggins.com/muse-retrospective/) 2024-02-18T03:09:50Z **Bevy 0.13 Released**
[Comments](https://lobste.rs/s/vqkcce/bevy_0_13_released) ⌘ [Read more](https://bevyengine.org/news/bevy-0-13/) 2024-02-18T03:56:24Z **Representation Engineering Mistral-7B an Acid Trip**
[Comments](https://lobste.rs/s/oax6ad/representation_engineering_mistral_7b) ⌘ [Read more](https://vgel.me/posts/representation-engineering/) 2024-02-18T04:35:47Z **Try my go reverse proxy webserver that is auto configured via RPC**
[Comments](https://lobste.rs/s/3htrvl/try_my_go_reverse_proxy_webserver_is_auto) ⌘ [Read more](https://github.com/fsmv/daemon) 2024-02-18T05:47:48Z **Tailwind CSS marketing and misinformation engine**
[Comments](https://lobste.rs/s/wxcprx/tailwind_css_marketing_misinformation) ⌘ [Read more](https://nuejs.org/blog/tailwind-misinformation-engine/) 2024-02-18T10:24:33Z **FuturesUnordered and the order of futures**
[Comments](https://lobste.rs/s/u4h9ff/futuresunordered_order_futures) ⌘ [Read more](https://without.boats/blog/futures-unordered/) 2024-02-18T11:33:25Z **wddbfs – Mount a sqlite database as a filesystem**
[Comments](https://lobste.rs/s/lhlxd6/wddbfs_mount_sqlite_database_as) ⌘ [Read more](https://adamobeng.com/wddbfs-mount-a-sqlite-database-as-a-filesystem/) 2024-02-18T12:29:36Z **The Berkeley Software Distribution**
[Comments](https://lobste.rs/s/yf5dwi/berkeley_software_distribution) ⌘ [Read more](https://www.abortretry.fail/p/the-berkley-software-distribution) 2024-02-18T13:18:56Z **An accessible one handed keyboard, inspired by FrogPad**
[Comments](https://lobste.rs/s/vtjxwj/accessible_one_handed_keyboard_inspired) ⌘ [Read more](https://www.kianryan.co.uk/2024-02-16-one-handed-accessible-keyboard-inspired-by-frogpad/) 2024-02-18T13:29:23Z **Ten Python datetime pitfalls, and what libraries are (not) doing about it**
[Comments](https://lobste.rs/s/bz0pdk/ten_python_datetime_pitfalls_what) ⌘ [Read more](https://dev.arie.bovenberg.net/blog/python-datetime-pitfalls/) 2024-02-18T13:47:58Z **No, Utility Classes Aren't the Same As Inline Styles**
[Comments](https://lobste.rs/s/qfrjh2/no_utility_classes_aren_t_same_as_inline) ⌘ [Read more](https://frontstuff.io/no-utility-classes-arent-the-same-as-inline-styles) 2024-02-18T13:55:08Z **Managing dotfiles on macOS with Nix**
[Comments](https://lobste.rs/s/usq8dk/managing_dotfiles_on_macos_with_nix) ⌘ [Read more](https://davi.sh/blog/2024/02/nix-home-manager/) 2024-02-18T14:03:00Z **WsgiDAV: A generic and extendable WebDAV server based on WSGI**
[Comments](https://lobste.rs/s/ynr9lr/wsgidav_generic_extendable_webdav) ⌘ [Read more](https://github.com/mar10/wsgidav) 2024-02-18T15:19:15Z **How Uber Serves Over 40 Million Reads Per Second from Online Storage Using an Integrated Cache**
[Comments](https://lobste.rs/s/2f41ah/how_uber_serves_over_40_million_reads_per) ⌘ [Read more](https://www.uber.com/en-DE/blog/how-uber-serves-over-40-million-reads-per-second-using-an-integrated-cache/) 2024-02-18T15:43:18Z **Bergamot: Exploring Programming Language Inference Rules**
[Comments](https://lobste.rs/s/0lpqdr/bergamot_exploring_programming) ⌘ [Read more](https://danilafe.com/blog/bergamot/) 2024-02-18T16:01:39Z **Multipass C Compiler, Assembler and X86 emulator written in TypeScript**
[Comments](https://lobste.rs/s/wipu1j/multipass_c_compiler_assembler_x86) ⌘ [Read more](https://github.com/Mati365/ts-c-compiler) 2024-02-18T16:33:59Z **Designing serverless stream storage**
[Comments](https://lobste.rs/s/ea1uwn/designing_serverless_stream_storage) ⌘ [Read more](https://blog.schmizz.net/designing-serverless-stream-storage) 2024-02-18T17:35:19Z **Tempo**
[Comments](https://lobste.rs/s/icverw/tempo) ⌘ [Read more](https://tempo.formkit.com/) 2024-02-18T20:27:50Z **Fighting off faux-serverless bandits with the true definition of serverless**
[Comments](https://lobste.rs/s/htkv5f/fighting_off_faux_serverless_bandits) ⌘ [Read more](https://www.gomomento.com/blog/fighting-off-fake-serverless-bandits-with-the-true-definition-of-serverless) 2024-02-18T20:27:24Z **Software infrastructure 2.0: a wishlist**
[Comments](https://lobste.rs/s/kxxbci/software_infrastructure_2_0_wishlist) ⌘ [Read more](https://erikbern.com/2021/04/19/software-infrastructure-2.0-a-wishlist.html) 2024-02-18T20:48:36Z **An ActivityPub Server in a Single PHP File**
[Comments](https://lobste.rs/s/jynnm3/activitypub_server_single_php_file) ⌘ [Read more](https://shkspr.mobi/blog/2024/02/activitypub-server-in-a-single-file/) 2024-02-18T23:32:35Z **Writing good programming abstractions**
[Comments](https://lobste.rs/s/9ybrxx/writing_good_programming_abstractions) ⌘ [Read more](https://notebook.drmaciver.com/posts/2024-01-13-08:28.html) 2024-02-19T00:20:35Z **LibFirm compiler backend**
[Comments](https://lobste.rs/s/ijhl0w/libfirm_compiler_backend) ⌘ [Read more](http://libfirm.org/) 2024-02-19T00:27:48Z **Using Serial Ports with Ruby | Tenderlove Making**
[Comments](https://lobste.rs/s/lcimdi/using_serial_ports_with_ruby_tenderlove) ⌘ [Read more](https://tenderlovemaking.com/2024/02/16/using-serial-ports-with-ruby.html) 2024-02-19T01:17:54Z **Your Own Vector Search in 5 Minutes with SQLite, OpenAI Embeddings, and Node.js**
[Comments](https://lobste.rs/s/budvzn/your_own_vector_search_5_minutes_with) ⌘ [Read more](https://markus.oberlehner.net/blog/your-own-vector-search-in-5-minutes-with-sqlite-openai-embeddings-and-nodejs/) 2024-02-19T01:47:27Z **Serving a Website From a Git Repo Without Cloning It**
[Comments](https://lobste.rs/s/ixdsh0/serving_website_from_git_repo_without) ⌘ [Read more](https://mediocregopher.com/posts/git-proxy) 2024-02-19T03:39:22Z **Type Erasure: The Implementation Details**
[Comments](https://lobste.rs/s/fqarj7/type_erasure_implementation_details) ⌘ [Read more](https://www.youtube.com/watch?v=7MNyAHp0h7A) 2024-02-19T04:02:26Z **Testing Distributed Systems w/ Deterministic Simulation (2014)**
[Comments](https://lobste.rs/s/y3o3vf/testing_distributed_systems_w) ⌘ [Read more](https://youtu.be/4fFDFbi3toc) 2024-02-19T04:34:58Z **Floats Are Weird**
[Comments](https://lobste.rs/s/2axq6g/floats_are_weird) ⌘ [Read more](https://a.exozy.me/posts/floats-weird/) 2024-02-19T09:32:30Z **VPP on FreeBSD**
[Comments](https://lobste.rs/s/zch8yi/vpp_on_freebsd) ⌘ [Read more](https://ipng.ch/s/articles/2024/02/10/vpp-freebsd-1.html) 2024-02-19T10:45:06Z **100 things you can do on your personal website**
[Comments](https://lobste.rs/s/5xfopz/100_things_you_can_do_on_your_personal) ⌘ [Read more](https://jamesg.blog/2024/02/19/personal-website-ideas/) 2024-02-19T10:44:54Z **2023 Annual Rust Survey Results**
[Comments](https://lobste.rs/s/ish2s7/2023_annual_rust_survey_results) ⌘ [Read more](https://blog.rust-lang.org/2024/02/19/2023-Rust-Annual-Survey-2023-results.html) 2024-02-19T11:01:32Z **What are you doing this week?**
What are you doing this week? Feel free to share!

Keep in mind it’s OK to do nothing at all, too. ⌘ [Read more](https://lobste.rs/s/saycd2/what_are_you_doing_this_week) 2024-02-19T11:43:19Z **Downtime due to sign up spam**
[Comments](https://lobste.rs/s/mhbfe8/downtime_due_sign_up_spam) ⌘ [Read more](https://blog.cachix.org/posts/2023-02-19-downtime-due-to-signup-spam/) 2024-02-19T12:13:22Z **git-cliff 2.0 is released (a highly customizable changelog generator)**
[Comments](https://lobste.rs/s/q3gxfk/git_cliff_2_0_is_released_highly) ⌘ [Read more](https://git-cliff.org/blog/2.0.0/) 2024-02-19T12:27:47Z **PRQL in PostgreSQL**
[Comments](https://lobste.rs/s/p7xbdf/prql_postgresql) ⌘ [Read more](https://github.com/kaspermarstal/plprql) 2024-02-19T14:29:35Z **Hare 0.24.0 released, and Hare's new release policy**
[Comments](https://lobste.rs/s/vplgi1/hare_0_24_0_released_hare_s_new_release) ⌘ [Read more](https://harelang.org/blog/2024-02-16-hare-0.24.0-released/) 2024-02-19T14:39:50Z **Finding Postgres rows too large for BTree indexes**
[Comments](https://lobste.rs/s/rkxdkk/finding_postgres_rows_too_large_for_btree) ⌘ [Read more](https://willj.net/posts/finding-postgres-rows-too-large-for-btree-indexes/) 2024-02-19T16:14:14Z **htmz - a low power tool for html**
[Comments](https://lobste.rs/s/f2d9dd/htmz_low_power_tool_for_html) ⌘ [Read more](https://leanrada.com/htmz/) 2024-02-19T16:58:31Z **libremidi, a MIDI 1 & 2 C++20 library**
[Comments](https://lobste.rs/s/ckdee7/libremidi_midi_1_2_c_20_library) ⌘ [Read more](https://github.com/jcelerier/libremidi) 2024-02-19T17:05:10Z **OTP at a High Level**
[Comments](https://lobste.rs/s/ks8rca/otp_at_high_level) ⌘ [Read more](https://adoptingerlang.org/docs/development/otp_high_level/) 2024-02-19T17:31:42Z **Open Source CRT Driver Board**
Demonstration video here: [https://vimeo.com/591387422](https://vimeo.com/591387422)

[Comments](https://lobste.rs/s/4sci7w/open_source_crt_driver_board) ⌘ [Read more](https://github.com/tdaede/td-crt?tab=readme-ov-file) 2024-02-19T19:46:35Z **A visual, interactive guide to bloom filters**
[Comments](https://lobste.rs/s/gwyglz/visual_interactive_guide_bloom_filters) ⌘ [Read more](https://samwho.dev/bloom-filters) 2024-02-19T19:58:22Z **Virtual-Machine Abstraction and Optimization Techniques**
[Comments](https://lobste.rs/s/bfpq5t/virtual_machine_abstraction) ⌘ [Read more](https://publications.sba-research.org/publications/bytecode09.pdf) 2024-02-19T19:57:31Z **Bemi | Database change observability for Ops and Customer Success**
[Comments](https://lobste.rs/s/3cyk69/bemi_database_change_observability_for) ⌘ [Read more](https://bemi.io/use-case/ui) 2024-02-19T20:30:45Z **GCC's move to C++ [2013]**
[Comments](https://lobste.rs/s/pl7l62/gcc_s_move_c_2013) ⌘ [Read more](https://lwn.net/Articles/542457/) 2024-02-19T21:50:40Z **Building a Hybrid Native Application With Gleam and Tauri**
[Comments](https://lobste.rs/s/v2gq8d/building_hybrid_native_application_with) ⌘ [Read more](https://www.wezm.net/v2/posts/2024/gleam-tauri/) 2024-02-19T21:48:02Z **Z3 Playground**
[Comments](https://lobste.rs/s/89pulb/z3_playground) ⌘ [Read more](https://jfmc.github.io/z3-play/) 2024-02-19T23:09:15Z **Debugging an odd inability to stream video**
[Comments](https://lobste.rs/s/xhdhft/debugging_odd_inability_stream_video) ⌘ [Read more](https://mjg59.dreamwidth.org/69343.html) 2024-02-19T23:19:06Z **Command Query Separation (2005)**
[Comments](https://lobste.rs/s/8rkvbo/command_query_separation_2005) ⌘ [Read more](https://martinfowler.com/bliki/CommandQuerySeparation.html) 2024-02-19T23:56:17Z **Finding Inliers**
[Comments](https://lobste.rs/s/tyhq5y/finding_inliers) ⌘ [Read more](https://exple.tive.org/blarg/2024/02/19/finding-inliers/) 2024-02-20T00:18:52Z **Field research on docs site search boxes**
[Comments](https://lobste.rs/s/jmcsth/field_research_on_docs_site_search_boxes) ⌘ [Read more](https://technicalwriting.dev/searchboxes.html) 2024-02-20T00:40:23Z **Neural Spline Fields for Burst Image Fusion and Layer Separation**
[Comments](https://lobste.rs/s/4ipgqf/neural_spline_fields_for_burst_image) ⌘ [Read more](https://light.princeton.edu/publication/nsf/) 2024-02-20T02:34:43Z **Why is Prettier rock solid?**
[Comments](https://lobste.rs/s/aevptj/why_is_prettier_rock_solid) ⌘ [Read more](https://mrmr.io/til/prettier) 2024-02-20T03:41:34Z **The Itanic Saga**
[Comments](https://lobste.rs/s/kt4deg/itanic_saga) ⌘ [Read more](https://www.abortretry.fail/p/the-itanic-saga) 2024-02-20T04:58:44Z **Mu: a human-scale computer**
[Comments](https://lobste.rs/s/in3yyd/mu_human_scale_computer) ⌘ [Read more](https://akkartik.github.io/mu/) 2024-02-20T06:29:06Z **re2c**
[Comments](https://lobste.rs/s/gdvsvi/re2c) ⌘ [Read more](https://re2c.org/index.html) 2024-02-20T08:48:51Z **Red language: 0.6.5: Changelog**
[Comments](https://lobste.rs/s/15q8oc/red_language_0_6_5_changelog) ⌘ [Read more](https://www.red-lang.org/2024/02/065-changelog.html) 2024-02-20T09:50:18Z **How to debug your initramfs init**
[Comments](https://lobste.rs/s/gbtvqp/how_debug_your_initramfs_init) ⌘ [Read more](https://linus.schreibt.jetzt/posts/debugging-pid1.html) 2024-02-20T10:27:01Z **Translating OpenStreetMap data to HTML5 Canvas with Rust and WebAssembly**
[Comments](https://lobste.rs/s/mr9vy7/translating_openstreetmap_data_html5) ⌘ [Read more](https://mary.codes/blog/programming/translating_openstreetmaps_to_HTML5_canvas_rust_wasm/) 2024-02-20T11:14:25Z **Subprime Intelligence (reaching the limits of generative AI)**
[Comments](https://lobste.rs/s/ljhlmr/subprime_intelligence_reaching_limits) ⌘ [Read more](https://www.wheresyoured.at/sam-altman-fried/) 2024-02-20T12:56:48Z **Try X in Y minutes**
[Comments](https://lobste.rs/s/v6zad0/try_x_y_minutes) ⌘ [Read more](https://codapi.org/try/) 2024-02-20T13:32:32Z **cve-rs: Blazingly fast memory vulnerabilities, written in safe Rust**
[Comments](https://lobste.rs/s/ovxzr2/cve_rs_blazingly_fast_memory) ⌘ [Read more](https://github.com/Speykious/cve-rs) 2024-02-20T15:24:57Z **Writing a scheduler for Linux in Rust that runs in user-space**
[Comments](https://lobste.rs/s/2jjg1j/writing_scheduler_for_linux_rust_runs) ⌘ [Read more](https://arighi.blogspot.com/2024/02/writing-scheduler-for-linux-in-rust.html) 2024-02-20T15:21:59Z **Talks - Andrew Godwin: Reconciling Everything**
[Comments](https://lobste.rs/s/bp7s71/talks_andrew_godwin_reconciling) ⌘ [Read more](https://www.youtube.com/watch?v=MuK6lmsfX1E) 2024-02-20T15:33:48Z **evil-nix: a Nix library to download files from the internet without requiring a hash**
[Comments](https://lobste.rs/s/ghaphp/evil_nix_nix_library_download_files_from) ⌘ [Read more](https://github.com/cdepillabout/evil-nix) 2024-02-20T15:51:14Z **Why The New York Times might win its copyright lawsuit against OpenAI**
[Comments](https://lobste.rs/s/8fkkum/why_new_york_times_might_win_its_copyright) ⌘ [Read more](https://arstechnica.com/?p=2004168) 2024-02-20T16:43:33Z **Apache Spark Core—Deep Dive—Proper Optimization (2019)**
[Comments](https://lobste.rs/s/jaxspo/apache_spark_core_deep_dive_proper) ⌘ [Read more](https://youtu.be/daXEp4HmS-E) 2024-02-20T16:53:11Z **Measuring energy usage: regular code vs. SIMD code**
[Comments](https://lobste.rs/s/6k3vcb/measuring_energy_usage_regular_code_vs) ⌘ [Read more](https://lemire.me/blog/2024/02/19/measuring-energy-usage-regular-code-vs-simd-code/) 2024-02-20T17:29:03Z **The Three Places for Data in an LSM**
[Comments](https://lobste.rs/s/2xrigu/three_places_for_data_lsm) ⌘ [Read more](https://buttondown.email/jaffray/archive/the-three-places-for-data-in-an-lsm/) 2024-02-20T17:43:39Z **Planner programming blows my mind**
[Comments](https://lobste.rs/s/eb8cgf/planner_programming_blows_my_mind) ⌘ [Read more](https://www.hillelwayne.com/post/picat/) 2024-02-20T17:50:47Z **Questioning Go's range-over-func Proposal**
[Comments](https://lobste.rs/s/e2aw1k/questioning_go_s_range_over_func_proposal) ⌘ [Read more](https://rulmer.xyz/article/Questioning_Gos_range-over-func_Proposal.html) 2024-02-20T19:50:33Z **If you're just going to sit there doing nothing, at least do nothing correctly**
[Comments](https://lobste.rs/s/w8hjyd/if_you_re_just_going_sit_there_doing) ⌘ [Read more](https://devblogs.microsoft.com/oldnewthing/20240216-00/?p=109409) 2024-02-20T20:21:29Z **SSDs Have Become Ridiculously Fast, Except in the Cloud**
[Comments](https://lobste.rs/s/nqm47h/ssds_have_become_ridiculously_fast) ⌘ [Read more](https://databasearchitects.blogspot.com/2024/02/ssds-have-become-ridiculously-fast.html) 2024-02-20T20:27:52Z **On-device ML research with MLX and Swift**
[Comments](https://lobste.rs/s/ul5sq0/on_device_ml_research_with_mlx_swift) ⌘ [Read more](https://www.swift.org/blog/mlx-swift/) 2024-02-20T21:11:53Z **Go's early growth 2012-2016**
[Comments](https://lobste.rs/s/cz5xbg/go_s_early_growth_2012_2016) ⌘ [Read more](https://www.linkedin.com/pulse/gos-early-growth-2012-2016-sameer-ajmani-oxtjc/) 2024-02-20T21:19:15Z **Exodus Bitcoin Wallet: $490K Swindle**
[Comments](https://lobste.rs/s/avu78j/exodus_bitcoin_wallet_490k_swindle) ⌘ [Read more](https://popey.com/blog/2024/02/exodus-bitcoin-wallet-490k-swindle/) 2024-02-20T21:25:25Z **One Billion Rows Challenge in Golang**
[Comments](https://lobste.rs/s/a8swbz/one_billion_rows_challenge_golang) ⌘ [Read more](https://www.bytesizego.com/blog/one-billion-row-challenge-go) 2024-02-20T23:00:40Z **Academics steal data from air-gapped systems via a keyboard's LEDs**
[Comments](https://lobste.rs/s/jcxf32/academics_steal_data_from_air_gapped) ⌘ [Read more](https://www.zdnet.com/article/academics-steal-data-from-air-gapped-systems-via-a-keyboards-leds/) 2024-02-21T00:50:42Z **Anatomy of a whistleblowing system**
[Comments](https://lobste.rs/s/hiabs7/anatomy_whistleblowing_system) ⌘ [Read more](https://securedrop.org/news/anatomy-of-a-whistleblowing-system/) 2024-02-21T03:31:12Z **This message does not exist**
[Comments](https://lobste.rs/s/2a4fko/this_message_does_not_exist) ⌘ [Read more](https://www.kmjn.org/notes/message_existence.html) 2024-02-21T04:42:12Z **A practical guide to using declarative shadow DOM**
[Comments](https://lobste.rs/s/8tumsm/practical_guide_using_declarative) ⌘ [Read more](https://www.mayank.co/blog/declarative-shadow-dom-guide/) 2024-02-21T05:00:05Z **A Cloud-Scale Characterization of Remote Procedure Calls**
[Comments](https://lobste.rs/s/fqjl4d/cloud_scale_characterization_remote) ⌘ [Read more](https://foci.uw.edu/papers/sosp23-rpc.pdf) 2024-02-21T06:52:35Z **How containers work**
Trying to understand how containers are made. This doesn’t help you build containers by hand, but at-least helps inspect/debug them.

If my understanding of something is wrong, do let me know.

[Comments](https://lobste.rs/s/hyh9ej/how_containers_work) ⌘ [Read more](https://ikouchiha47.github.io/2024/02/05/how-containers-work.html) 2024-02-21T08:07:55Z **MMU-less systems and FDPIC**
[Comments](https://lobste.rs/s/jskssa/mmu_less_systems_fdpic) ⌘ [Read more](https://maskray.me/blog/2024-02-20-mmu-less-systems-and-fdpic) 2024-02-21T08:59:45Z **Cake - C23 and Beyond**
[Comments](https://lobste.rs/s/didunv/cake_c23_beyond) ⌘ [Read more](http://thradams.com/cake/ownership.html) 2024-02-21T10:02:06Z **How to write unit tests in C++ relying on non-code files?**
[Comments](https://lobste.rs/s/enahmo/how_write_unit_tests_c_relying_on_non_code) ⌘ [Read more](https://www.sandordargo.com/blog/2024/02/21/cpp-tests-with-resources) 2024-02-21T10:57:51Z **Falsehoods Junior Developers believe about becoming Senior**
[Comments](https://lobste.rs/s/gugdra/falsehoods_junior_developers_believe) ⌘ [Read more](https://vadimkravcenko.com/shorts/falsehoods-junior-developers-believe-about-becoming-senior/) 2024-02-21T12:10:54Z **Three States and a Plan: The A.I. of F.E.A.R**
[Comments](https://lobste.rs/s/ikrg1i/three_states_plan_i_f_e_r) ⌘ [Read more](https://www.gamedevs.org/uploads/three-states-plan-ai-of-fear.pdf) 2024-02-21T14:07:06Z **Why are non-DRY specs more maintainable?**
[Comments](https://lobste.rs/s/mu2c6n/why_are_non_dry_specs_more_maintainable) ⌘ [Read more](https://thedailydeveloper.substack.com/p/why-are-non-dry-specs-more-maintainable) 2024-02-21T14:26:41Z **Range Queries with Badger**
[Comments](https://lobste.rs/s/ogqo7q/range_queries_with_badger) ⌘ [Read more](https://garrensmith.com/Databases/Range+queries+with+Badger) 2024-02-21T14:28:49Z **Disputed, not Rejected**
[Comments](https://lobste.rs/s/yoiyah/disputed_not_rejected) ⌘ [Read more](https://daniel.haxx.se/blog/2024/02/21/disputed-not-rejected/) 2024-02-21T14:44:13Z **Access Gemini models from the command-line**
[Comments](https://lobste.rs/s/dox3p2/access_gemini_models_from_command_line) ⌘ [Read more](https://eli.thegreenplace.net/2024/gemini-cli-access-gemini-models-from-the-command-line/) 2024-02-21T15:25:41Z **What Modern NVMe Storage Can Do, And How To Exploit It: High-Performance I/O for High-Performance Storage Engines**
[Comments](https://lobste.rs/s/rkqldb/what_modern_nvme_storage_can_do_how) ⌘ [Read more](https://www.vldb.org/pvldb/vol16/p2090-haas.pdf) 2024-02-21T15:21:51Z **An Apple II emulator. On a 6809 Coco3**
[Comments](https://lobste.rs/s/sk7ghl/apple_ii_emulator_on_6809_coco3) ⌘ [Read more](https://github.com/dragonbytes/Apple2CoCo) 2024-02-21T16:00:58Z **React Labs: What We've Been Working On**
[Comments](https://lobste.rs/s/vplcmx/react_labs_what_we_ve_been_working_on) ⌘ [Read more](https://react.dev/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024) 2024-02-21T15:58:40Z **A tale of three architectures**
[Comments](https://lobste.rs/s/kfxvui/tale_three_architectures) ⌘ [Read more](https://daverupert.com/2024/02/three-architectures/) 2024-02-21T17:39:25Z **The Fil-C Manifesto: Garbage In, Memory Safety Out**
[Comments](https://lobste.rs/s/1utowa/fil_c_manifesto_garbage_memory_safety_out) ⌘ [Read more](https://github.com/pizlonator/llvm-project-deluge/blob/deluge/Manifesto.md) 2024-02-21T18:52:43Z **Useful Uses of cat**
[Comments](https://lobste.rs/s/rtvp2u/useful_uses_cat) ⌘ [Read more](https://two-wrongs.com/useful-uses-of-cat) 2024-02-21T19:18:46Z **PrintListener: Uncovering the Vulnerability of Fingerprint Authentication via the Finger Friction Sound**
[Comments](https://lobste.rs/s/z7tvmk/printlistener_uncovering) ⌘ [Read more](https://www.ndss-symposium.org/wp-content/uploads/2024-618-paper.pdf) 2024-02-21T19:23:23Z **The killer app of Gemini Pro 1.5 is video**
[Comments](https://lobste.rs/s/e7ipf7/killer_app_gemini_pro_1_5_is_video) ⌘ [Read more](https://simonwillison.net/2024/Feb/21/gemini-pro-video/) 2024-02-21T20:01:16Z **Oils 0.20.0 - Eggex, JSON, and Android**
[Comments](https://lobste.rs/s/g8foew/oils_0_20_0_eggex_json_android) ⌘ [Read more](https://www.oilshell.org/blog/2024/02/release-0.20.0.html) 2024-02-21T20:25:02Z **Windows 2000 Networking Shenanigans Part 1: Getting the damn OS Installed**
[Comments](https://lobste.rs/s/wifyy2/windows_2000_networking_shenanigans) ⌘ [Read more](https://www.lilysthings.org/blog/win2k-networking-1/) 2024-02-21T20:46:15Z **ChatGPT has gone berserk**
ChatGPT is in the middle of a large hallucination.

[Comments](https://lobste.rs/s/qahwtg/chatgpt_has_gone_berserk) ⌘ [Read more](https://garymarcus.substack.com/p/chatgpt-has-gone-berserk) 2024-02-21T20:56:44Z **Software defined VHS decoder**
[Comments](https://lobste.rs/s/ccniep/software_defined_vhs_decoder) ⌘ [Read more](https://github.com/oyvindln/vhs-decode) 2024-02-21T21:14:37Z **gptscript: Natural Language Programming**
[Comments](https://lobste.rs/s/3iczca/gptscript_natural_language_programming) ⌘ [Read more](https://github.com/gptscript-ai/gptscript) 2024-02-21T21:26:31Z **Mastering C++ with Google Benchmark (2022)**
[Comments](https://lobste.rs/s/ku9kx9/mastering_c_with_google_benchmark_2022) ⌘ [Read more](https://ashvardanian.com/posts/google-benchmark/) 2024-02-21T21:37:09Z **Universal Manipulation Interface: In-The-Wild Robot Teaching Without In-The-Wild Robots**
[Comments](https://lobste.rs/s/yfmwep/universal_manipulation_interface_wild) ⌘ [Read more](https://umi-gripper.github.io/) 2024-02-21T23:59:19Z **Useful use of cat(1)**
[Comments](https://lobste.rs/s/glcqsp/useful_use_cat_1) ⌘ [Read more](https://www.in-ulm.de/~mascheck/various/uuoc/) 2024-02-22T02:43:46Z **Voyager 1’s Lonely Death**
[Comments](https://lobste.rs/s/oafwex/voyager_1_s_lonely_death) ⌘ [Read more](https://crookedtimber.org/2024/02/19/death-lonely-death/) 2024-02-22T05:11:06Z **A vintage network attack called smurf**
[Comments](https://lobste.rs/s/3xtgfw/vintage_network_attack_called_smurf) ⌘ [Read more](https://rachelbythebay.com/w/2024/02/21/bcast/) 2024-02-22T08:58:31Z **Unexplanations: query optimization works because sql is declarative**
[Comments](https://lobste.rs/s/dtbswk/unexplanations_query_optimization) ⌘ [Read more](https://www.scattered-thoughts.net/writing/unexplanations-sql-declarative/) 2024-02-22T09:19:37Z **Build your own Database Index: part 1**
[Comments](https://lobste.rs/s/pxpapm/build_your_own_database_index_part_1) ⌘ [Read more](https://dx13.co.uk/articles/2023/12/02/byo-index-pt1/) 2024-02-22T10:07:30Z **TypeFunc: Resources for type theory, functional programming, etc**
[Comments](https://lobste.rs/s/ts7lrt/typefunc_resources_for_type_theory) ⌘ [Read more](https://github.com/williamdemeo/TypeFunc) 2024-02-22T10:57:27Z **Rocher Color: making a variable color font**
[Comments](https://lobste.rs/s/mk9kwb/rocher_color_making_variable_color_font) ⌘ [Read more](https://www.harbortype.com/rocher-color-making-a-variable-color-font/) 2024-02-22T12:19:24Z **Building a Fly.io-like Scheduler**
[Comments](https://lobste.rs/s/hurio2/building_fly_io_like_scheduler) ⌘ [Read more](https://www.aspiring.dev/fly-io-scheduler-part-1/) 2024-02-22T14:10:04Z **Unification-free ("keyword") type checking**
[Comments](https://lobste.rs/s/ogsmxo/unification_free_keyword_type_checking) ⌘ [Read more](https://www.haskellforall.com/2024/02/unification-free-keyword-type-checking.html) 2024-02-22T14:59:08Z **Cyberbullying Gone Global: Fediverse Spam and Operation Beleaguer**
[Comments](https://lobste.rs/s/mgxxki/cyberbullying_gone_global_fediverse) ⌘ [Read more](https://blog.fyralabs.com/cyberbullying-gone-global-regarding-the-fediverse-spam-and-operation-beleaguer/) 2024-02-22T18:09:46Z ***(char*)0 = 0; - What Does the C++ Programmer Intend With This Code?**
[Comments](https://lobste.rs/s/zlbaql/char_0_0_what_does_c_programmer_intend_with) ⌘ [Read more](https://www.youtube.com/watch?v=dFIqNZ8VbRY) 2024-02-22T18:46:00Z **Feeding a Hungry Mouse Using Chromedp and Golang**
[Comments](https://lobste.rs/s/ggviq0/feeding_hungry_mouse_using_chromedp) ⌘ [Read more](https://pacenthink.io/post/feeding-a-hungry-mouse-using-chromedp-and-golang/) 2024-02-22T18:54:03Z **Stable Diffusion 3**
[Comments](https://lobste.rs/s/qbjtey/stable_diffusion_3) ⌘ [Read more](https://stability.ai/news/stable-diffusion-3) 2024-02-22T18:54:37Z **Bluesky announces data federation for self hosters**
[Comments](https://lobste.rs/s/kyw2tp/bluesky_announces_data_federation_for) ⌘ [Read more](https://bsky.social/about/blog/02-22-2024-open-social-web) 2024-02-22T19:01:59Z **Incredibly Simple QR Generation in QML**
[Comments](https://lobste.rs/s/edll1r/incredibly_simple_qr_generation_qml) ⌘ [Read more](https://www.kdab.com/incredibly-simple-qr-generation-in-qml/) 2024-02-22T19:15:39Z **Compiler Theory and Reactivity**
[Comments](https://lobste.rs/s/oeh7ry/compiler_theory_reactivity) ⌘ [Read more](https://www.recompiled.dev/blog/ssa/) 2024-02-22T21:09:06Z **openzfs-nvme-databases**
[Comments](https://lobste.rs/s/uhwdnk/openzfs_nvme_databases) ⌘ [Read more](https://github.com/letsencrypt/openzfs-nvme-databases) 2024-02-22T21:42:21Z **JavaScript Bloat in 2024**
[Comments](https://lobste.rs/s/zd7nba/javascript_bloat_2024) ⌘ [Read more](https://tonsky.me/blog/js-bloat/) 2024-02-22T22:16:10Z **Unlocking secret ThinkPad functionality for emulating USB devices**
[Comments](https://lobste.rs/s/mqwlew/unlocking_secret_thinkpad) ⌘ [Read more](https://xairy.io/articles/thinkpad-xdci) 2024-02-22T23:21:03Z **Robust generic functions on slices**
[Comments](https://lobste.rs/s/lngkdo/robust_generic_functions_on_slices) ⌘ [Read more](https://go.dev/blog/generic-slice-functions) 2024-02-23T03:06:14Z **Go 2016-2019: My transition into management**
[Comments](https://lobste.rs/s/r8kylf/go_2016_2019_my_transition_into) ⌘ [Read more](https://ajmani.net/2024/02/22/go-2016-2019/) 2024-02-23T03:38:16Z **On Moonpool**
[Comments](https://lobste.rs/s/9ynwji/on_moonpool) ⌘ [Read more](https://blag.cedeela.fr/on-moonpool/) 2024-02-23T08:48:29Z **Experiences with building a Gentoo virtualisation host**
[Comments](https://lobste.rs/s/1ll4du/experiences_with_building_gentoo) ⌘ [Read more](https://catfox.life/2024/02/23/experiences-with-building-a-gentoo-virtualisation-host/) 2024-02-23T10:19:20Z **Python Dependencies Are Fixable**
[Comments](https://lobste.rs/s/oxlnqg/python_dependencies_are_fixable) ⌘ [Read more](https://matduggan.com/everyone-is-wrong-but-you/) 2024-02-23T10:24:30Z **Complex systems and bridging between spec and implementation**
I am on the cusp (hopefully) of kicking off development of a fairly large and complex system (multiple integrated services, kafkas involved, background processes, multiple client frontends, etc…). It’s predominantly going to be built in rust (but that’s only trivially relevant; i.e. not following standard OOP).

Here’s where i’m at:

1. I have defined all the components, services, data stores to use / or develop
2. I have a a fairly concrete c ... ⌘ [Read more](https://lobste.rs/s/9xtcun/complex_systems_bridging_between_spec) 2024-02-23T10:48:36Z **Building a realtime datalake with Apache Flink, Spark, and Hudi**
[Comments](https://lobste.rs/s/2hsgkm/building_realtime_datalake_with_apache) ⌘ [Read more](https://engineering.grab.com/enabling-near-realtime-data-analytics) 2024-02-23T11:02:36Z **Java FFI vs JNI for Meta's RocksDB Java API**
[Comments](https://lobste.rs/s/jslbix/java_ffi_vs_jni_for_meta_s_rocksdb_java_api) ⌘ [Read more](https://rocksdb.org/blog/2024/02/20/foreign-function-interface.html) 2024-02-23T11:29:49Z **Thanks FedEx, This is Why we Keep Getting Phished**
[Comments](https://lobste.rs/s/azii4m/thanks_fedex_this_is_why_we_keep_getting) ⌘ [Read more](https://www.troyhunt.com/thanks-fedex-this-is-why-we-keep-getting-phished/) 2024-02-23T13:30:57Z **Why my code isn't in TypeScript**
[Comments](https://lobste.rs/s/b3ahkj/why_my_code_isn_t_typescript) ⌘ [Read more](https://remysharp.com/2024/02/23/why-my-code-isnt-in-typescript) 2024-02-23T14:29:43Z **Warp, the modern terminal, is now available for Linux**
[Comments](https://lobste.rs/s/9mqtoh/warp_modern_terminal_is_now_available_for) ⌘ [Read more](https://www.warp.dev/blog/warp-for-linux) 2024-02-23T14:32:26Z **Everyone seems to forget why GNOME and GNOME 3 and Unity happened (2022)**
[Comments](https://lobste.rs/s/kz0jpg/everyone_seems_forget_why_gnome_gnome_3) ⌘ [Read more](https://liam-on-linux.dreamwidth.org/85359.html) 2024-02-23T15:02:54Z **Please Make Your Table Headings Sticky**
[Comments](https://lobste.rs/s/dghv8d/please_make_your_table_headings_sticky) ⌘ [Read more](https://btxx.org/posts/Please_Make_Your_Table_Headings_Sticky/) 2024-02-23T15:26:43Z **Pipeline-oriented Programming (2019)**
[Comments](https://lobste.rs/s/j9prdc/pipeline_oriented_programming_2019) ⌘ [Read more](https://fsharpforfunandprofit.com/pipeline/) 2024-02-23T15:50:49Z **Making Tables Responsive With Minimal CSS**
[Comments](https://lobste.rs/s/mkw6ad/making_tables_responsive_with_minimal) ⌘ [Read more](https://btxx.org/posts/tables/) 2024-02-23T17:46:20Z **Osquery: An sqlite3 virtual table exposing operating system data to SQL**
[Comments](https://lobste.rs/s/zxbpho/osquery_sqlite3_virtual_table_exposing) ⌘ [Read more](https://osquery.io/) 2024-02-23T18:19:55Z **JavaScript Registry: First Impressions**
[Comments](https://lobste.rs/s/genptl/javascript_registry_first_impressions) ⌘ [Read more](https://dbushell.com/2024/02/16/jsr-first-impression/) 2024-02-23T18:46:44Z **After 14 years in the industry, I still find programming difficult | Piglei**
[Comments](https://lobste.rs/s/y2xpov/after_14_years_industry_i_still_find) ⌘ [Read more](https://www.piglei.com/articles/en-programming-is-still-hard-after-14-years/) 2024-02-23T19:07:26Z **How to make self-hosted maps that work everywhere and cost next to nothing**
[Comments](https://lobste.rs/s/khugml/how_make_self_hosted_maps_work_everywhere) ⌘ [Read more](https://www.muckrock.com/news/archives/2024/feb/13/release-notes-how-to-make-self-hosted-maps-that-work-everywhere-cost-next-to-nothing-and-might-even-work-in-airplane-mode/) 2024-02-23T20:20:40Z **jank development update - Dynamic bindings and more**
[Comments](https://lobste.rs/s/gpiiax/jank_development_update_dynamic) ⌘ [Read more](https://jank-lang.org/blog/2024-02-23-bindings/) 2024-02-23T20:33:00Z **Cycles all the way down**
[Comments](https://lobste.rs/s/fxbaoj/cycles_all_way_down) ⌘ [Read more](https://coredumped.dev/2024/02/23/cycles-all-way-down/) 2024-02-23T21:28:30Z **Git Tips 3: Really Large Repositories**
[Comments](https://lobste.rs/s/mdvuyq/git_tips_3_really_large_repositories) ⌘ [Read more](https://blog.gitbutler.com/git-tips-3-really-large-repositories/) 2024-02-24T00:50:35Z **Static Assert in Go**
[Comments](https://lobste.rs/s/jovx77/static_assert_go) ⌘ [Read more](https://zephyrtronium.github.io/articles/static-assert.html) 2024-02-24T02:48:55Z **Intel Processor Instability Causing Oodle Decompression Failures**
[Comments](https://lobste.rs/s/ujfsdw/intel_processor_instability_causing) ⌘ [Read more](https://www.radgametools.com/oodleintel.htm) 2024-02-24T07:19:35Z **StringZilla: Up to 10x faster strings for C, C++, Python, Rust, and Swift**
[Comments](https://lobste.rs/s/efm8nv/stringzilla_up_10x_faster_strings_for_c_c) ⌘ [Read more](https://github.com/ashvardanian/StringZilla) 2024-02-24T07:16:58Z **Shoes! The easiest little GUI toolkit, for Ruby**
[Comments](https://lobste.rs/s/4hltnk/shoes_easiest_little_gui_toolkit_for_ruby) ⌘ [Read more](http://shoesrb.com/) 2024-02-24T07:49:40Z **StreetPass for Mastodon**
[Comments](https://lobste.rs/s/uocusk/streetpass_for_mastodon) ⌘ [Read more](https://streetpass.social) 2024-02-24T08:39:13Z **Contributing Scrutiny to nixpkgs**
[Comments](https://lobste.rs/s/qhxh4b/contributing_scrutiny_nixpkgs) ⌘ [Read more](https://jnsgr.uk/2024/02/contributing-scrutiny-to-nixpkgs/) 2024-02-24T12:47:56Z **CSS :has() Interactive Guide**
[Comments](https://lobste.rs/s/nmls74/css_has_interactive_guide) ⌘ [Read more](https://ishadeed.com/article/css-has-guide/) 2024-02-24T14:48:57Z **Rust developers concerned about complexity, low usage**
[Comments](https://lobste.rs/s/m9yvqt/rust_developers_concerned_about) ⌘ [Read more](https://www.infoworld.com/article/3713264/rust-developers-concerned-about-complexity-low-usage.html) 2024-02-24T15:41:20Z **Asynchronous clean-up [in Rust]**
[Comments](https://lobste.rs/s/rurlxp/asynchronous_clean_up_rust) ⌘ [Read more](https://without.boats/blog/asynchronous-clean-up/) 2024-02-24T16:30:52Z **Reverse-Engineering a Switch Lite Boardview at 6,000 Pixels Per Inch**
[Comments](https://lobste.rs/s/y1jn40/reverse_engineering_switch_lite) ⌘ [Read more](https://usoldering.com/switch-lite/) 2024-02-24T16:51:59Z **Sway 1.9**
[Comments](https://lobste.rs/s/q08509/sway_1_9) ⌘ [Read more](https://github.com/swaywm/sway/releases/tag/1.9) 2024-02-24T17:15:31Z **Co-Developing Programs and Their Proof of Correctness**
[Comments](https://lobste.rs/s/eenimf/co_developing_programs_their_proof) ⌘ [Read more](https://cacm.acm.org/magazines/2024/3/280078-co-developing-programs-and-their-proof-of-correctness/fulltext) 2024-02-24T17:56:00Z **Can you make a basic web app without googling? I can't**
[Comments](https://lobste.rs/s/u9v0ki/can_you_make_basic_web_app_without) ⌘ [Read more](https://austinhenley.com/blog/webappwithoutgoogling.html) 2024-02-24T19:06:59Z **On Light, Colors, Mixing Paints, and Numerical Optimization**
[Comments](https://lobste.rs/s/0najrp/on_light_colors_mixing_paints_numerical) ⌘ [Read more](https://github.com/miciwan/PaintMixing) 2024-02-24T19:21:14Z **Interpretable Machine Learning**
[Comments](https://lobste.rs/s/irt45w/interpretable_machine_learning) ⌘ [Read more](https://christophm.github.io/interpretable-ml-book/) 2024-02-24T20:11:57Z **Snøhetta's environmentally-friendly website**
[Comments](https://lobste.rs/s/x4ysak/snohetta_s_environmentally_friendly) ⌘ [Read more](https://www.snohetta.com/perspectives/digital-design-in-the-age-of-sustainability) 2024-02-24T20:38:44Z **Halogen is better than React at everything**
[Comments](https://lobste.rs/s/7rfroq/halogen_is_better_than_react_at) ⌘ [Read more](https://chrisdone.com/posts/halogen-is-better-than-react/) 2024-02-24T21:52:03Z **Generalist Embodied Agent Research (GEAR)**
[Comments](https://lobste.rs/s/byh5s2/generalist_embodied_agent_research_gear) ⌘ [Read more](https://research.nvidia.com/labs/gear/) 2024-02-24T21:53:58Z **The first microcomputer: The transfluxor-powered Arma Micro Computer from 1962**
[Comments](https://lobste.rs/s/sy5x6b/first_microcomputer_transfluxor) ⌘ [Read more](http://www.righto.com/2024/02/the-first-microcomputer-transfluxor.html) 2024-02-24T23:52:51Z **Lattices vs Cranks**
[Comments](https://lobste.rs/s/w8ohxz/lattices_vs_cranks) ⌘ [Read more](https://keymaterial.net/2024/02/24/lattices-vs-cranks/) 2024-02-24T23:58:22Z **TOTP codes in the terminal**
[Comments](https://lobste.rs/s/atvza2/totp_codes_terminal) ⌘ [Read more](https://jpmens.net/2024/02/23/totp-codes-in-the-terminal/) 2024-02-25T00:19:15Z **Universal Binary Format**
[Comments](https://lobste.rs/s/wx95bf/universal_binary_format) ⌘ [Read more](https://ubf.github.io/ubf/ubf-user-guide.en.html) 2024-02-25T01:41:04Z **How to Hold KEMs**
[Comments](https://lobste.rs/s/uenazo/how_hold_kems) ⌘ [Read more](https://durumcrustulum.com/2024/02/24/how-to-hold-kems/) 2024-02-25T01:40:28Z **System Initiative**
[Comments](https://lobste.rs/s/oecyh6/system_initiative) ⌘ [Read more](https://www.systeminit.com/open-source/) 2024-02-25T03:39:18Z **Rust in the Linux kernel**
[Comments](https://lobste.rs/s/ugzrmp/rust_linux_kernel) ⌘ [Read more](https://www.youtube.com/watch?v=CEznkXjYFb4) 2024-02-25T06:51:02Z **Tenement Farming and Cloud HSMs**
[Comments](https://lobste.rs/s/yiczp8/tenement_farming_cloud_hsms) ⌘ [Read more](http://unmitigatedrisk.com/?p=771) 2024-02-25T06:51:01Z **How Does BlueSky Work?**
[Comments](https://lobste.rs/s/shseqz/how_does_bluesky_work) ⌘ [Read more](https://steveklabnik.com/writing/how-does-bluesky-work) 2024-02-25T08:15:15Z **A Retrospective on Requests - cat /dev/brain**
[Comments](https://lobste.rs/s/czcfzg/retrospective_on_requests_cat_dev_brain) ⌘ [Read more](https://blog.ian.stapletoncordas.co/2024/02/a-retrospective-on-requests) 2024-02-25T10:59:21Z **Coding the anime "woosh" screen on Amiga**
[Comments](https://lobste.rs/s/ebtwsu/coding_anime_woosh_screen_on_amiga) ⌘ [Read more](https://dansalva.to/coding-the-anime-woosh-screen-on-amiga/) 2024-02-25T12:52:51Z **Building a Fly.io-like Scheduler with Resource Requirements**
[Comments](https://lobste.rs/s/9t2wvy/building_fly_io_like_scheduler_with) ⌘ [Read more](https://www.aspiring.dev/fly-io-scheduler-part-2/) 2024-02-25T13:07:34Z **The Go 'range over functions' proposal and user-written container types**
[Comments](https://lobste.rs/s/ruufih/go_range_over_functions_proposal_user) ⌘ [Read more](https://utcc.utoronto.ca/~cks/space/blog/programming/GoRangefuncAndUserContainers) 2024-02-25T18:13:16Z **remove average karma, unvalued and maybe counterproductive**
Congratulations [/u/eBPF](https://lobste.rs/~eBPF) on your successful proposal in [https://lobste.rs/s/ttmyvf](https://lobste.rs/s/ttmyvf)!

[Comments](https://lobste.rs/s/bdf1th/remove_average_karma_unvalued_maybe) ⌘ [Read more](https://github.com/lobsters/lobsters/commit/ab604bcb1aa594458b6769469cd3289a9aa7e1f3) 2024-02-25T18:34:18Z **An Empirical Evaluation of LLMs for Solving Offensive Security Challenges**
[Comments](https://lobste.rs/s/qf01wy/empirical_evaluation_llms_for_solving) ⌘ [Read more](https://arxiv.org/pdf/2402.11814.pdf) 2024-02-25T18:33:03Z **Hallucination is Inevitable: An Innate Limitation of Large Language Models**
[Comments](https://lobste.rs/s/i0fbsm/hallucination_is_inevitable_innate) ⌘ [Read more](https://arxiv.org/abs/2401.11817) 2024-02-25T18:54:00Z **Wrapping up `Practical SML#'**
[Comments](https://lobste.rs/s/9evrhm/wrapping_up_practical_sml) ⌘ [Read more](https://pzel.name/2024/02/24/Wrapping-up-with-SMLsharp.html) 2024-02-25T18:56:11Z **The KeyTrap Denial-of-Service Algorithmic Complexity Attacks on DNS**
Abstract:

Availability is a major concern in the design of DNSSEC. To ensure availability, DNSSEC follows Postel’s Law
[RFC1122]: ”Be liberal in what you accept, and conservative in what you send.” Hence, nameservers should send not just one
matching key for a record set, but all the relevant cryptographic
material, e.g., all the keys for all the ciphers that they support
and all the corresponding signatures. This ensures that valid ... ⌘ [Read more](https://www.athene-center.de/fileadmin/content/PDF/Keytrap_2401.pdf) 2024-02-25T19:09:17Z **Neat parallel output in Python**
[Comments](https://lobste.rs/s/dobs3w/neat_parallel_output_python) ⌘ [Read more](https://bernsteinbear.com/blog/python-parallel-output/) 2024-02-25T19:30:11Z **VSCode + WSL makes Windows awesome for web development**
[Comments](https://lobste.rs/s/yyyzno/vscode_wsl_makes_windows_awesome_for_web) ⌘ [Read more](https://world.hey.com/dhh/vscode-wsl-makes-windows-awesome-for-web-development-9bc4d528) 2024-02-25T19:54:27Z **Getting help**
[Comments](https://lobste.rs/s/yf54bc/getting_help) ⌘ [Read more](https://pulsar17.me/2024/02/ongettinghelp) 2024-02-25T20:03:54Z **Creusot, a deductive verifier for Rust code**
[Comments](https://lobste.rs/s/jszzsn/creusot_deductive_verifier_for_rust_code) ⌘ [Read more](https://github.com/creusot-rs/creusot) 2024-02-25T20:12:25Z **pglite: Lightweight Postgres packaged as WASM into a TypeScript library for the browser, Node.js, Bun and Deno**
[Comments](https://lobste.rs/s/h6pjnv/pglite_lightweight_postgres_packaged_as) ⌘ [Read more](https://github.com/electric-sql/pglite) 2024-02-25T20:29:29Z **Q&A on The Rise and Fall of Software Recipes (2017)**
[Comments](https://lobste.rs/s/dr5dpd/q_on_rise_fall_software_recipes_2017) ⌘ [Read more](https://www.infoq.com/articles/book-review-rise-software-recipes/) 2024-02-25T20:35:27Z **The Security Jawbreaker - ACM Queue**
[Comments](https://lobste.rs/s/3amfgq/security_jawbreaker_acm_queue) ⌘ [Read more](https://queue.acm.org/detail.cfm?id=3631478) 2024-02-25T21:22:52Z **Write Dumb Code**
[Comments](https://lobste.rs/s/r4g3kd/write_dumb_code) ⌘ [Read more](https://matthewrocklin.com/write-dumb-code.html) 2024-02-25T21:42:53Z **Correct Decimal To Floating-Point Using Big Integers**
[Comments](https://lobste.rs/s/tf8xih/correct_decimal_floating_point_using_big) ⌘ [Read more](https://www.exploringbinary.com/correct-decimal-to-floating-point-using-big-integers/) 2024-02-26T00:20:51Z **Encoding floating point numbers to shorter integers**
[Comments](https://lobste.rs/s/2gckyb/encoding_floating_point_numbers_shorter) ⌘ [Read more](https://retroforth.org/nga/docs/SqrtEncoding.pdf) 2024-02-26T01:24:55Z **GifCities by Internet Archive - search for GIFs scraped off Geocities**
[Comments](https://lobste.rs/s/y2s6sy/gifcities_by_internet_archive_search_for) ⌘ [Read more](https://gifcities.org) 2024-02-26T01:57:23Z **The Joy of Programming**
[Comments](https://lobste.rs/s/pz8nxu/joy_programming) ⌘ [Read more](https://www.youtube.com/watch?v=_JA04KfD7a4) 2024-02-26T03:49:05Z **nekoweb, retro static site hosting**
[Comments](https://lobste.rs/s/delzpj/nekoweb_retro_static_site_hosting) ⌘ [Read more](https://nekoweb.org/) 2024-02-26T06:28:41Z **Online CSS quality analyzer**
[Comments](https://lobste.rs/s/jxogwu/online_css_quality_analyzer) ⌘ [Read more](https://www.projectwallace.com/css-code-quality) 2024-02-26T07:08:41Z **A Twist on Wadler's Printer**
[Comments](https://lobste.rs/s/1r0aak/twist_on_wadler_s_printer) ⌘ [Read more](https://justinpombrio.net/2024/02/23/a-twist-on-Wadlers-printer.html) 2024-02-26T08:56:52Z **Insecure Features in PDFs**
[Comments](https://lobste.rs/s/ihnxxj/insecure_features_pdfs) ⌘ [Read more](https://web-in-security.blogspot.com/2021/01/insecure-features-in-pdfs.html) 2024-02-26T09:20:18Z **Free Monitoring of Certificate Expiry via RSS**
[Comments](https://lobste.rs/s/ixyv5u/free_monitoring_certificate_expiry_via) ⌘ [Read more](https://raphting.dev/posts/monitor-rss/) 2024-02-26T09:39:52Z **doom-console-log: DOOM rendered via console.log() in a web browser**
[Comments](https://lobste.rs/s/arpbra/doom_console_log_doom_rendered_via) ⌘ [Read more](https://github.com/MattCozendey/doom-console-log) 2024-02-26T09:58:18Z **An interactive guide to Fourier series**
[Comments](https://lobste.rs/s/dmceit/interactive_guide_fourier_series) ⌘ [Read more](https://injuly.in/blog/fourier-series/index.html) 2024-02-26T11:44:07Z **A History of the TTY**
[Comments](https://lobste.rs/s/bf4hn9/history_tty) ⌘ [Read more](https://computer.rip/2024-02-25-a-history-of-the-tty.html) 2024-02-26T11:43:23Z **PulseAudioDB**
[Comments](https://lobste.rs/s/7lvjw4/pulseaudiodb) ⌘ [Read more](https://a.exozy.me/posts/pulseaudiodb/) 2024-02-26T12:08:53Z **Status Update: February 2024**
[Comments](https://lobste.rs/s/zip7di/status_update_february_2024) ⌘ [Read more](https://joshleeb.com/posts/status-update-2024-feb.html) 2024-02-26T12:34:59Z **on the impossibility of composing finalizers and ffi**
[Comments](https://lobste.rs/s/bjreuk/on_impossibility_composing_finalizers) ⌘ [Read more](https://wingolog.org/archives/2024/02/26/on-the-impossibility-of-composing-finalizers-and-ffi) 2024-02-26T12:53:10Z **The Linux Kernel Key Retention Service and why you should use it in your next application**
[Comments](https://lobste.rs/s/yxwldp/linux_kernel_key_retention_service_why) ⌘ [Read more](https://blog.cloudflare.com/the-linux-kernel-key-retention-service-and-why-you-should-use-it-in-your-next-application) 2024-02-26T13:11:04Z **What are you doing this week?**
What are you doing this week? Feel free to share!

Keep in mind it’s OK to do nothing at all, too. ⌘ [Read more](https://lobste.rs/s/duf85r/what_are_you_doing_this_week) 2024-02-26T14:06:56Z **A C++ library to handle your own prompt/editor environment**
[Comments](https://lobste.rs/s/jhzalu/c_library_handle_your_own_prompt_editor) ⌘ [Read more](https://github.com/clauderouxster/editor/blob/main/README.md) 2024-02-26T15:11:31Z **Retrospective Thoughts on BitC (2012)**
[Comments](https://lobste.rs/s/aakoyo/retrospective_thoughts_on_bitc_2012) ⌘ [Read more](https://danluu.com/bitc-retrospective/) 2024-02-26T15:20:12Z **A First Look at Lifetimes in Rust**
[Comments](https://lobste.rs/s/tyzndh/first_look_at_lifetimes_rust) ⌘ [Read more](https://www.youtube.com/watch?v=-gkvOoxgp8E) 2024-02-26T15:30:57Z **What if best practices were the norm?**
[Comments](https://lobste.rs/s/saclfh/what_if_best_practices_were_norm) ⌘ [Read more](https://giacomocavalieri.me/posts/what-if-best-practices-were-the-norm) 2024-02-26T16:42:36Z **How I use Nix on macOS**
[Comments](https://lobste.rs/s/jliiye/how_i_use_nix_on_macos) ⌘ [Read more](https://blog.6nok.org/how-i-use-nix-on-macos/) 2024-02-26T16:51:55Z **Postgres Playground with Tutorials and Postgres in your Browser**
[Comments](https://lobste.rs/s/nvggzh/postgres_playground_with_tutorials) ⌘ [Read more](https://www.crunchydata.com/developers/tutorials) 2024-02-26T17:09:02Z **KEM Trails – Understanding Key Encapsulation Mechanisms**
[Comments](https://lobste.rs/s/ovo6iu/kem_trails_understanding_key) ⌘ [Read more](https://soatok.blog/2024/02/26/kem-trails-understanding-key-encapsulation-mechanisms/) 2024-02-26T17:57:06Z **How to find the AWS Account ID of any S3 Bucket**
[Comments](https://lobste.rs/s/h8tnkz/how_find_aws_account_id_any_s3_bucket) ⌘ [Read more](https://tracebit.com/blog/2024/02/finding-aws-account-id-of-any-s3-bucket/) 2024-02-26T18:25:37Z **Common Mistakes in Modularisation**
[Comments](https://lobste.rs/s/l7dtkw/common_mistakes_modularisation) ⌘ [Read more](https://two-wrongs.com/software-design-tree-and-program-families.html) 2024-02-26T20:50:08Z **TigerBeetle on The Primeagen**
[Comments](https://lobste.rs/s/2rwzq4/tigerbeetle_on_primeagen) ⌘ [Read more](https://www.youtube.com/watch?v=sC1B3d9C_sI) 2024-02-26T19:20:21Z **A Path Toward Secure And Measurable Software**
[Comments](https://lobste.rs/s/u2t1cs/path_toward_secure_measurable_software) ⌘ [Read more](https://www.whitehouse.gov/wp-content/uploads/2024/02/Final-ONCD-Technical-Report.pdf) 2024-02-27T11:23:52Z **Explainix: Explain Nix syntax visually**
[Comments](https://lobste.rs/s/cvqvff/explainix_explain_nix_syntax_visually) ⌘ [Read more](https://zaynetro.com/explainix) 2024-02-26T19:59:24Z **THISISNOTADINOSAUR: An app to detect if a Dinosaur is present in an image**
[Comments](https://lobste.rs/s/xqyzbo/thisisnotadinosaur_app_detect_if) ⌘ [Read more](https://github.com/rajtilakjee/thisisnotadinosaur) 2024-02-27T13:35:23Z **Important efibootmgr(8) Command**
[Comments](https://lobste.rs/s/sg10ra/important_efibootmgr_8_command) ⌘ [Read more](https://vermaden.wordpress.com/2024/02/27/important-efibootmgr-command/) 2024-02-27T13:09:52Z **Does this 90s-era theory predict the popularity of Javascript?**
[Comments](https://lobste.rs/s/aekzpo/does_this_90s_era_theory_predict) ⌘ [Read more](https://thedailydeveloper.substack.com/p/does-this-90s-era-theory-predict) 2024-02-26T18:46:13Z **Language models can only write ransom notes**
[Comments](https://lobste.rs/s/7ob9ue/language_models_can_only_write_ransom) ⌘ [Read more](https://posts.decontextualize.com/language-models-ransom-notes/) 2024-02-27T06:06:09Z **Apple Gets an 'F' for Slicing Apples**
[Comments](https://lobste.rs/s/ohspws/apple_gets_f_for_slicing_apples) ⌘ [Read more](https://objective-see.org/blog/blog_0x80.html) 2024-02-27T07:13:35Z **FreeBSD 13.3-RC1 Now Available**
[Comments](https://lobste.rs/s/uyyzvo/freebsd_13_3_rc1_now_available) ⌘ [Read more](https://lists.freebsd.org/archives/freebsd-snapshots/2024-February/000365.html) 2024-02-27T13:34:35Z **A Fun Line of Code – David Bushell**
[Comments](https://lobste.rs/s/e9jatp/fun_line_code_david_bushell) ⌘ [Read more](https://dbushell.com/2024/02/27/a-fun-line-of-code/) 2024-02-27T13:32:28Z **M-x Reloaded: The Second Golden Age of Emacs**
[Comments](https://lobste.rs/s/zxsecu/m_x_reloaded_second_golden_age_emacs) ⌘ [Read more](https://batsov.com/articles/2024/02/27/m-x-reloaded-the-second-golden-age-of-emacs/) 2024-02-27T12:05:18Z **Gradient Descent With Adam in Plain C++**
[Comments](https://lobste.rs/s/v5bpkv/gradient_descent_with_adam_plain_c) ⌘ [Read more](https://blog.demofox.org/2024/02/11/gradient-descent-with-adam-in-plain-c/) 2024-02-27T06:51:14Z **Genie: Generative Interactive Environments**
[Comments](https://lobste.rs/s/ozxwzy/genie_generative_interactive) ⌘ [Read more](https://sites.google.com/view/genie-2024) 2024-02-27T14:17:04Z **Demystifying GPUs for CPU-centric programmers**
[Comments](https://lobste.rs/s/jjiak3/demystifying_gpus_for_cpu_centric) ⌘ [Read more](https://medium.com/@penberg/demystifying-gpus-for-cpu-centric-programmers-e24934a620f1) 2024-02-27T14:21:31Z **Facebook Prophet for Time-Series Machine Learning**
[Comments](https://lobste.rs/s/xj2qor/facebook_prophet_for_time_series_machine) ⌘ [Read more](https://www.hopsworks.ai/post/facebook-prophet-for-time-series-machine-learning) 2024-02-27T14:31:17Z **Introducing pgroll: zero-downtime, reversible, schema migrations for Postgres**
[Comments](https://lobste.rs/s/rj0jud/introducing_pgroll_zero_downtime) ⌘ [Read more](https://xata.io/blog/pgroll-schema-migrations-postgres) 2024-02-27T14:25:47Z **dbdev | The Database Package Manager**
[Comments](https://lobste.rs/s/bv8syr/dbdev_database_package_manager) ⌘ [Read more](https://database.dev/) 2024-02-27T14:25:42Z **Decker adds FileIO, shell commands**
[Comments](https://lobste.rs/s/zqvhov/decker_adds_fileio_shell_commands) ⌘ [Read more](https://itch.io/post/9447223) 2024-02-27T15:19:44Z **Hanami 2.1: Views that are a sight to see**
[Comments](https://lobste.rs/s/4p9y1f/hanami_2_1_views_are_sight_see) ⌘ [Read more](https://hanamirb.org/blog/2024/02/27/hanami-210/) 2024-02-27T15:29:36Z **Trials and tribulations of 360° video in Juno**
[Comments](https://lobste.rs/s/m3fynb/trials_tribulations_360_video_juno) ⌘ [Read more](https://christianselig.com/2024/02/trials-360-juno-video/) 2024-02-27T17:08:09Z **Jevons Paradox doesn’t always apply to software**
[Comments](https://lobste.rs/s/1zzx8s/jevons_paradox_doesn_t_always_apply) ⌘ [Read more](https://pythonspeed.com/articles/software-jevons-paradox/) 2024-02-27T17:22:39Z **Airfoil**
[Comments](https://lobste.rs/s/pq1etk/airfoil) ⌘ [Read more](https://ciechanow.ski/airfoil/) 2024-02-27T17:41:06Z **sidebery: Firefox extension for managing tabs and bookmarks in sidebar**
[Comments](https://lobste.rs/s/lmsajy/sidebery_firefox_extension_for_managing) ⌘ [Read more](https://github.com/mbnuqw/sidebery) 2024-02-27T17:52:52Z **Better ways to name your utils module**
[Comments](https://lobste.rs/s/zkt9vd/better_ways_name_your_utils_module) ⌘ [Read more](https://www.moderndescartes.com/essays/noutils/) 2024-02-27T19:00:51Z **Scheduling Internals**
[Comments](https://lobste.rs/s/gvtkgq/scheduling_internals) ⌘ [Read more](https://tontinton.com/posts/scheduling-internals/) 2024-02-27T19:36:14Z **Go Enums Suck**
[Comments](https://lobste.rs/s/jtgath/go_enums_suck) ⌘ [Read more](https://www.zarl.dev/articles/enums) 2024-02-27T19:42:41Z **BEEP : A History of the PC Rendered in Free Verse In The Manner of Howl**
[Comments](https://lobste.rs/s/9gl5zs/beep_history_pc_rendered_free_verse) ⌘ [Read more](http://www.bestmindsofmygeneration.com/) 2024-02-27T19:53:45Z **Finding The Last Editor**
[Comments](https://lobste.rs/s/bfwfpv/finding_last_editor) ⌘ [Read more](https://world.hey.com/dhh/finding-the-last-editor-dae701cc) 2024-02-27T20:16:12Z **Go 2019-2022: Becoming a Cloud team**
[Comments](https://lobste.rs/s/0supbi/go_2019_2022_becoming_cloud_team) ⌘ [Read more](https://ajmani.net/2024/02/23/go-2019-2022-becoming-a-cloud-team/) 2024-02-27T20:29:30Z **Understanding GPU caches – RasterGrid**
[Comments](https://lobste.rs/s/ihjpnm/understanding_gpu_caches_rastergrid) ⌘ [Read more](https://www.rastergrid.com/blog/gpu-tech/2021/01/understanding-gpu-caches/) 2024-02-27T21:52:40Z **OSC8-Adoption: List of terminal emulators that support hyperlinks**
[Comments](https://lobste.rs/s/sh8gfk/osc8_adoption_list_terminal_emulators) ⌘ [Read more](https://github.com/Alhadis/OSC8-Adoption) 2024-02-27T22:23:21Z **MGS2 Was Wrong, Actually... How AI Broke The Internet**
[Comments](https://lobste.rs/s/5bagdk/mgs2_was_wrong_actually_how_ai_broke) ⌘ [Read more](https://www.youtube.com/watch?v=DKRujmqbcSk) 2024-02-27T23:50:50Z **How to love homebrew**
[Comments](https://lobste.rs/s/66uxbj/how_love_homebrew) ⌘ [Read more](https://notes.billmill.org/blog/2024/02/How_to_love_homebrew.html) 2024-02-28T00:22:44Z **Progress Report January 2024**
[Comments](https://lobste.rs/s/ak6s7b/progress_report_january_2024) ⌘ [Read more](https://yuzu-emu.org/entry/yuzu-progress-report-jan-2024/) 2024-02-28T03:27:07Z **Prosody XMPP server is now available for SmartOS/OmniOS/OpenIndiana/Tribblix**
[Comments](https://lobste.rs/s/rlelfb/prosody_xmpp_server_is_now_available_for) ⌘ [Read more](https://www.unitedbsd.com/d/1272-prosody-xmpp-server-is-now-available-for-smartosomniosopenindianatribblix) 2024-02-28T03:41:12Z **Introducing QtAsyncio in technical preview**
[Comments](https://lobste.rs/s/xiiltq/introducing_qtasyncio_technical) ⌘ [Read more](https://www.qt.io/blog/introducing-qtasyncio-in-technical-preview) 2024-02-28T03:57:08Z **A Few Ledger Aliases**
[Comments](https://lobste.rs/s/w5sr0y/few_ledger_aliases) ⌘ [Read more](https://www.skool.com/programming-masterminds-2307/exclusive-skool-content-ledger-aliases) 2024-02-28T04:56:25Z **Netlify just sent me a $104K bill for a simple static site**
[Comments](https://lobste.rs/s/hvddrv/netlify_just_sent_me_104k_bill_for_simple) ⌘ [Read more](https://old.reddit.com/r/webdev/comments/1b14bty/netlify_just_sent_me_a_104k_bill_for_a_simple/) 2024-02-28T05:42:25Z **Anansi: Add simple tags to Python strings to make them pretty**
[Comments](https://lobste.rs/s/y6mcuj/anansi_add_simple_tags_python_strings) ⌘ [Read more](https://github.com/3digitdev/anansi-md) 2024-02-28T05:58:12Z **Unreasonably effective - How video games use LUTs and how you can too**
[Comments](https://lobste.rs/s/okneuq/unreasonably_effective_how_video_games) ⌘ [Read more](https://blog.frost.kiwi/WebGL-LUTS-made-simple/) 2024-02-28T06:13:41Z **SECOMP: Formally Secure Compilation of Compartmentalized C Programs**
[Comments](https://lobste.rs/s/u9yrly/secomp_formally_secure_compilation) ⌘ [Read more](https://arxiv.org/abs/2401.16277) 2024-02-28T06:19:36Z **The Claro Programming Language**
[Comments](https://lobste.rs/s/phxe93/claro_programming_language) ⌘ [Read more](https://docs.clarolang.com/) 2024-02-28T08:43:24Z **Stakes bigger than life: fixing ext4 under pressure**
[Comments](https://lobste.rs/s/fg3lzv/stakes_bigger_than_life_fixing_ext4_under) ⌘ [Read more](https://sdomi.pl/weblog/18-fixing-ext4-under-pressure/) 2024-02-28T09:27:47Z **Software engineering practices you should probably be following in 2024**
[Comments](https://lobste.rs/s/1rzbp7/software_engineering_practices_you) ⌘ [Read more](https://thetechenabler.substack.com/p/software-engineering-practices-you) 2024-02-28T10:11:27Z **Not just NVIDIA: GPU programming that runs everywhere**
[Comments](https://lobste.rs/s/5hxfcw/not_just_nvidia_gpu_programming_runs) ⌘ [Read more](https://pythonspeed.com/articles/gpu-without-cuda/) 2024-02-28T10:43:03Z **pingora - A library for building fast, reliable and evolvable network services**
[Comments](https://lobste.rs/s/o2jt1p/pingora_library_for_building_fast) ⌘ [Read more](https://github.com/cloudflare/pingora) 2024-02-28T10:47:37Z **(Even more) challenging programming projects you should try**
[Comments](https://lobste.rs/s/xaeand/even_more_challenging_programming) ⌘ [Read more](https://jamesg.blog/2024/02/28/programming-projects/) 2024-02-28T11:41:15Z **Some Reflections on Writing Unix Daemons**
[Comments](https://lobste.rs/s/0necvl/some_reflections_on_writing_unix_daemons) ⌘ [Read more](https://tratt.net/laurie/blog/2024/some_reflections_on_writing_unix_daemons.html) 2024-02-28T11:44:59Z **Nintendo is suing the creators of Switch emulator Yuzu**
[Comments](https://lobste.rs/s/1zaxek/nintendo_is_suing_creators_switch) ⌘ [Read more](https://overkill.wtf/nintendo-sue-yuzu-emulator/) 2024-02-28T13:26:42Z **MDN Curriculum**
[Comments](https://lobste.rs/s/j5xrsf/mdn_curriculum) ⌘ [Read more](https://developer.mozilla.org/en-US/curriculum/) 2024-02-28T13:23:21Z **Why I use Firefox**
[Comments](https://lobste.rs/s/ke70cg/why_i_use_firefox) ⌘ [Read more](https://šime.eu/3) 2024-02-28T15:14:28Z **Comments Are Code (2018)**
[Comments](https://lobste.rs/s/jxm4bp/comments_are_code_2018) ⌘ [Read more](https://responsibleautomation.wordpress.com/2018/02/01/heresy-ii-comments-are-code/) 2024-02-28T15:28:54Z **The Tech Industry Doesn’t Understand Consent - Opt-Out Is Not Consent**
[Comments](https://lobste.rs/s/qcx6fi/tech_industry_doesn_t_understand_consent) ⌘ [Read more](https://soatok.blog/2024/02/27/the-tech-industry-doesnt-understand-consent/) 2024-02-28T15:33:26Z **Announcing River: A High Performance and Memory Safe Reverse Proxy Built on Pingora**
[Comments](https://lobste.rs/s/ehtsiz/announcing_river_high_performance) ⌘ [Read more](https://www.memorysafety.org/blog/introducing-river/) 2024-02-28T16:50:21Z **Open sourcing Pingora**
[Comments](https://lobste.rs/s/2y5ao5/open_sourcing_pingora) ⌘ [Read more](https://blog.cloudflare.com/pingora-open-source) 2024-02-28T17:24:45Z **Bad Call by Lobsters Moderation**
I submitted a story about [the tech industry’s poor understanding of consent](https://soatok.blog/2024/02/27/the-tech-industry-doesnt-understand-consent/), with a recent example prominently featured: Automattic’s decision to sell WrodPress.com-hosted content to OpenAI and Midjourney, and their choice of an “opt out” mechanism rather than an “opt in” mechanism.

The call to action of this blog post was that tech workers need to push harder for human-respecting consent controls. ... ⌘ [Read more](https://lobste.rs/s/buez9b/bad_call_by_lobsters_moderation) 2024-02-28T20:38:30Z **Drawing a Hex Grid in SwiftUI**
[Comments](https://lobste.rs/s/cuto8u/drawing_hex_grid_swiftui) ⌘ [Read more](https://calebhearth.com/l/drawing-a-hex-grid-in-swiftui) 2024-02-28T23:30:25Z **FreeBSD Journal - 2024/01-02 - 10 Years in Publication**
[Comments](https://lobste.rs/s/f6b0ex/freebsd_journal_2024_01_02_10_years) ⌘ [Read more](https://freebsdfoundation.org/blog/the-january-february-2024-issue-of-the-freebsd-journal-is-here/) 2024-02-29T00:38:56Z **Introducing Dagger Functions**
[Comments](https://lobste.rs/s/h5penx/introducing_dagger_functions) ⌘ [Read more](https://dagger.io/blog/introducing-dagger-functions) 2024-02-29T03:29:42Z **An Overseas Experience with Hypertext and Packet Switching**
This report records an interview of Peter M. Cashin by Brian E. Carpenter. He worked on the Scrapbook networked hypertext system and many early packet switching technologies.

[Comments](https://lobste.rs/s/qyg8ug/overseas_experience_with_hypertext) ⌘ [Read more](https://www.cs.auckland.ac.nz/research/groups/CDMTCS/researchreports/download.php?selected-id=884) 2024-02-29T04:23:08Z **Examining Malicious Hugging Face ML Models with Silent Backdoor**
[Comments](https://lobste.rs/s/czceyc/examining_malicious_hugging_face_ml) ⌘ [Read more](https://jfrog.com/blog/data-scientists-targeted-by-malicious-hugging-face-ml-models-with-silent-backdoor/) 2024-02-29T07:02:20Z **The AWS S3 Denial of Wallet amplification attack**
[Comments](https://lobste.rs/s/xjbvkc/aws_s3_denial_wallet_amplification) ⌘ [Read more](https://blog.limbus-medtec.com/the-aws-s3-denial-of-wallet-amplification-attack-bc5a97cc041d) 2024-02-29T07:44:25Z **The long slow path to QUIC multipath**
[Comments](https://lobste.rs/s/crwzgc/long_slow_path_quic_multipath) ⌘ [Read more](https://www.privateoctopus.com/2024/02/28/long-slow-path-to-quic-multipath.html) 2024-02-29T07:49:03Z **Secure shell over HTTP/3 connections**
[Comments](https://lobste.rs/s/vqaqkm/secure_shell_over_http_3_connections) ⌘ [Read more](https://www.ietf.org/archive/id/draft-michel-ssh3-00.html) 2024-02-29T08:11:44Z **NewsHavn: Danish news, in English (translated by LLM)**
[Comments](https://lobste.rs/s/wgcg89/newshavn_danish_news_english_translated) ⌘ [Read more](https://duarteocarmo.com/blog/newshavn-danish-news-in-english) 2024-02-29T11:08:52Z **In praise of Nushell**
[Comments](https://lobste.rs/s/b6qycr/praise_nushell) ⌘ [Read more](https://lars.yencken.org/in-praise-of-nushell) 2024-02-29T11:46:34Z **Array languages vs. the curse of the spreadsheet**
[Comments](https://lobste.rs/s/ahitdn/array_languages_vs_curse_spreadsheet) ⌘ [Read more](https://blog.dhsdevelopments.com/array-languages-vs) 2024-02-29T12:34:49Z **JPEG XL and the Pareto Front**
[Comments](https://lobste.rs/s/ajyx0k/jpeg_xl_pareto_front) ⌘ [Read more](https://cloudinary.com/blog/jpeg-xl-and-the-pareto-front) 2024-02-29T12:53:29Z **The siren song of domain-specific languages**
[Comments](https://lobste.rs/s/ctlsnc/siren_song_domain_specific_languages) ⌘ [Read more](https://www.haskellforall.com/2024/02/the-siren-song-of-domain-specific.html) 2024-02-29T12:51:54Z **How To Build AWS-Compatible APIs: AWS Sigv4**
[Comments](https://lobste.rs/s/8bkizs/how_build_aws_compatible_apis_aws_sigv4) ⌘ [Read more](https://www.aspiring.dev/building-aws-sigv4-into-your-app/) 2024-02-29T13:08:55Z **The siren song of domain-specific languages**
[Comments](https://lobste.rs/s/us3jkk/siren_song_domain_specific_languages) ⌘ [Read more](https://www.haskellforall.com/2024/02/the-siren-song-of-domain-specific.html?m=1) 2024-02-29T14:23:57Z **A Spritely distributed-computing library**
[Comments](https://lobste.rs/s/rhaenn/spritely_distributed_computing_library) ⌘ [Read more](https://lwn.net/Articles/960912/) 2024-02-29T14:41:25Z **Elvish scripting case studies**
[Comments](https://lobste.rs/s/jccrzo/elvish_scripting_case_studies) ⌘ [Read more](https://elv.sh/learn/scripting-case-studies.html) 2024-02-29T15:11:20Z **Advanced Property Testing (Interview with Oskar Wickström)**
[Comments](https://lobste.rs/s/3luon8/advanced_property_testing_interview) ⌘ [Read more](https://youtu.be/wHJZ0icwSkc) 2024-02-29T15:09:51Z **Debian 64-bit time_t transition in progress**
[Comments](https://lobste.rs/s/dwt7ao/debian_64_bit_time_t_transition_progress) ⌘ [Read more](https://lists.debian.org/debian-devel-announce/2024/02/msg00000.html) 2024-02-29T15:30:30Z **Vim Game of Life**
[Comments](https://lobste.rs/s/wndlrm/vim_game_life) ⌘ [Read more](https://normalmo.de/vimlife/) 2024-02-29T16:18:34Z **It's that most wonderful time of the year when tech cannot handle the date**
[Comments](https://lobste.rs/s/zzal4j/it_s_most_wonderful_time_year_when_tech) ⌘ [Read more](https://news.ycombinator.com/item?id=39551033) 2024-02-29T16:34:29Z **Responding to the Year 2000 Challenge: Lessons for Today (2020)**
[Comments](https://lobste.rs/s/o1ppa5/responding_year_2000_challenge_lessons) ⌘ [Read more](https://www.businessofgovernment.org/blog/responding-year-2000-challenge-lessons-today) 2024-02-29T16:41:52Z **FBI using push notification tokens to identify anonymous users**
[Comments](https://lobste.rs/s/lfkwff/fbi_using_push_notification_tokens) ⌘ [Read more](https://www.washingtonpost.com/technology/2024/02/29/push-notification-surveillance-fbi/) 2024-02-29T17:54:04Z **The sins committed in the name of Agile**
[Comments](https://lobste.rs/s/c1hp3z/sins_committed_name_agile) ⌘ [Read more](https://www.runtime.news/agile-software-promises-efficiency-it-requires-a-cultural-shift-to-get-right/) 2024-02-29T18:15:29Z **Why Both The Hype And The FUD Over AI Are Overblown**
[Comments](https://lobste.rs/s/vip6ip/why_both_hype_fud_over_ai_are_overblown) ⌘ [Read more](https://medium.com/@kkmvv/why-both-the-hype-and-the-fud-over-ai-are-overblown-2d4d5542bd15) 2024-02-29T18:16:43Z **riposte v0.5.0 adds support for newer python versions**
[Comments](https://lobste.rs/s/ucit0v/riposte_v0_5_0_adds_support_for_newer) ⌘ [Read more](https://github.com/fwkz/riposte/releases/tag/v0.5.0) 2024-02-29T19:12:22Z **Composable HTTP Handlers using generics in Go**
[Comments](https://lobste.rs/s/ommwqi/composable_http_handlers_using_generics) ⌘ [Read more](https://www.willem.dev/articles/generic-http-handlers/) 2024-02-29T21:04:51Z **Prime Numbers with Expr | Expression language**
[Comments](https://lobste.rs/s/liyugj/prime_numbers_with_expr_expression) ⌘ [Read more](https://expr-lang.org/blog/prime-numbers-with-expr) 2024-02-29T21:36:06Z **Experimenting with GC-less (heap-less) Java**
[Comments](https://lobste.rs/s/rq0ger/experimenting_with_gc_less_heap_less_java) ⌘ [Read more](https://maximullaris.com/gc_less_java.html) 2024-02-29T22:17:50Z **Dotfiles digest: git**
[Comments](https://lobste.rs/s/djyepr/dotfiles_digest_git) ⌘ [Read more](https://adrg.se/blog/dotfiles-digest-git) 2024-02-29T23:41:35Z **HP i2000 (Itanium 1/Merced machine) adventures**
Hi y’all,

I lucked out on an HP i2000 recently. I’ve been looking for one of these beasts for a few years now and one finally showed up, it’s effectively an Intel Itanium Software Development Vehicle/devkit rebadged by HP (and others) and sold as an Itanium workstation. They have the very rough Itanium first generation Merced chips.

This machine is pretty interesting, and a showcase of how rough and rushed (though simultaneously delayed) Itanium was - the fir ... ⌘ [Read more](https://lobste.rs/s/aqopzk/hp_i2000_itanium_1_merced_machine) 2024-03-01T00:25:39Z **Sparrow: Distributed, Low Latency Scheduling**
[Comments](https://lobste.rs/s/gkdzhy/sparrow_distributed_low_latency) ⌘ [Read more](https://people.eecs.berkeley.edu/~matei/papers/2013/sosp_sparrow.pdf) 2024-03-01T02:23:13Z **The novice and the master: 5 programming jokes**
[Comments](https://lobste.rs/s/shprgp/novice_master_5_programming_jokes) ⌘ [Read more](https://www.piglei.com/articles/the-novice-and-the-maste-jokes/) 2024-03-01T04:52:12Z **FOSDEM 2024 aftermath**
[Comments](https://lobste.rs/s/lsuzf7/fosdem_2024_aftermath) ⌘ [Read more](https://genodians.org/nfeske/2024-02-15-fosdem-aftermath) 2024-03-01T07:42:52Z **You’ve just inherited a legacy C++ codebase, now what?**
[Comments](https://lobste.rs/s/lf8b9r/you_ve_just_inherited_legacy_c_codebase) ⌘ [Read more](https://gaultier.github.io/blog/you_inherited_a_legacy_cpp_codebase_now_what.html) 2024-03-01T08:56:59Z **Leap Year Test in K&R (2020)**
[Comments](https://lobste.rs/s/u91mqk/leap_year_test_k_r_2020) ⌘ [Read more](https://susam.net/leap-year-test-in-knr.html) 2024-03-01T09:53:03Z **K8s Service Meshes: The Bill Comes Due**
[Comments](https://lobste.rs/s/fvnt4l/k8s_service_meshes_bill_comes_due) ⌘ [Read more](https://matduggan.com/k8s-service-meshes/) 2024-03-01T10:52:16Z **Apple silicon: 4 A little help from friends and co-processors**
[Comments](https://lobste.rs/s/nz2rab/apple_silicon_4_little_help_from_friends) ⌘ [Read more](https://eclecticlight.co/2024/03/01/apple-silicon-4-a-little-help-from-friends-and-co-processors/) 2024-03-01T11:06:23Z **What are you doing this weekend?**
Feel free to tell what you plan on doing this weekend and even ask for help or feedback.

Please keep in mind it’s more than OK to do nothing at all too! ⌘ [Read more](https://lobste.rs/s/wvcgyx/what_are_you_doing_this_weekend) 2024-03-01T11:03:13Z **The speed of improvement in servers may have slowed down**
[Comments](https://lobste.rs/s/v6s0bq/speed_improvement_servers_may_have) ⌘ [Read more](https://utcc.utoronto.ca/~cks/space/blog/tech/ServersSpeedOfChangeDown) 2024-03-01T12:31:07Z **Serving my blog posts as Linux manual pages**
[Comments](https://lobste.rs/s/k0nbe9/serving_my_blog_posts_as_linux_manual) ⌘ [Read more](https://jamesg.blog/2024/02/29/linux-manual-pages/) 2024-03-01T12:35:06Z **Test Your Apps and Services with GitHub Actions Quickly and for Free**
[Comments](https://lobste.rs/s/qmmdve/test_your_apps_services_with_github) ⌘ [Read more](https://nixcademy.com/2024/03/01/nixos-integration-test-on-github/) 2024-03-01T12:50:22Z **The White House Memory Safety Appeal Is A Security Red Herring**
[Comments](https://lobste.rs/s/fkf6de/white_house_memory_safety_appeal_is) ⌘ [Read more](https://hackaday.com/2024/02/29/the-white-house-memory-safety-appeal-is-a-security-red-herring/) 2024-03-01T13:06:42Z **Simple Executable Love2D Files, or, You Can Shove Random Data At The Start of a Zip File and it’s Basically Fine**
[Comments](https://lobste.rs/s/74zlmu/simple_executable_love2d_files_you_can) ⌘ [Read more](https://artemis.sh/2024/02/29/zip-file-love2d.html) 2024-03-01T13:53:50Z **List of 2024 Leap Day Bugs**
[Comments](https://lobste.rs/s/janrdo/list_2024_leap_day_bugs) ⌘ [Read more](https://codeofmatt.com/list-of-2024-leap-day-bugs/) 2024-03-01T14:07:40Z **That Time I Accidentally Deleted a Game From MAME**
[Comments](https://lobste.rs/s/jxqr6n/time_i_accidentally_deleted_game_from) ⌘ [Read more](http://mistys-internet.website/blog/blog/2024/03/01/that-time-i-accidentally-deleted-a-game-from-mame) 2024-03-01T14:50:35Z **Announcing CHERIoT-Audit**
[Comments](https://lobste.rs/s/rzgcfx/announcing_cheriot_audit) ⌘ [Read more](https://cheriot.org/rtos/firmware/auditing/2024/03/01/cheriot-audit.html) 2024-03-01T16:27:08Z **"He Who Controls the Bootloader" – Microsoft prevented Hitachi from installing a bootloader on its PCs with preinstalled BeOS**
[Comments](https://lobste.rs/s/e01bcb/he_who_controls_bootloader_microsoft) ⌘ [Read more](https://birdhouse.org/beos/byte/30-bootloader/) 2024-03-01T16:42:28Z **Snapshot Testing**
[Comments](https://lobste.rs/s/9i32cw/snapshot_testing) ⌘ [Read more](https://avi.im/blag/2024/snapshot-testing/) 2024-03-01T17:43:44Z **monaspace: An innovative superfamily of fonts for code**
[Comments](https://lobste.rs/s/qibmeh/monaspace_innovative_superfamily_fonts) ⌘ [Read more](https://github.com/githubnext/monaspace) 2024-03-01T18:24:50Z **CACM Is Now Open Access – Communications of the ACM**
More than six decades of CACM’s renowned research articles, seminal papers, technical reports, commentaries, real-world practice, and news articles are now open to everyone, regardless of whether they are members of ACM or subscribe to the ACM Digital Library.

[Comments](https://lobste.rs/s/qjivsc/cacm_is_now_open_access_communications) ⌘ [Read more](https://cacm.acm.org/news/cacm-is-now-open-access-2/) 2024-03-01T20:37:00Z **Introducing GitLab-CI Pipeline for Kernel Testing**
[Comments](https://lobste.rs/s/vf6h0a/introducing_gitlab_ci_pipeline_for) ⌘ [Read more](https://patchwork.kernel.org/project/linux-kselftest/cover/20240228225527.1052240-1-helen.koike@collabora.com/) 2024-03-01T20:52:22Z **White House to Developers: Using C or C++ Invites Cybersecurity Risks**
[Comments](https://lobste.rs/s/bgkz9q/white_house_developers_using_c_c_invites) ⌘ [Read more](https://www.pcmag.com/news/white-house-to-developers-using-c-plus-plus-invites-cybersecurity-risks) 2024-03-01T21:00:06Z **pgs.sh - A zero-install static site hosting service for hackers**
[Comments](https://lobste.rs/s/uuqf74/pgs_sh_zero_install_static_site_hosting) ⌘ [Read more](https://pgs.sh) 2024-03-02T01:34:44Z **Git: programmatic staging**
[Comments](https://lobste.rs/s/2iogwz/git_programmatic_staging) ⌘ [Read more](https://choly.ca/post/git-programmatic-staging/) 2024-03-02T01:43:22Z **coreboot 24.02 and 24.02.1 released**
[Comments](https://lobste.rs/s/3o0kna/coreboot_24_02_24_02_1_released) ⌘ [Read more](https://blogs.coreboot.org/blog/2024/03/01/coreboot-24-02-and-24-02-1-released/) 2024-03-02T02:51:30Z **Increase Test Fidelity By Avoiding Mocks**
[Comments](https://lobste.rs/s/hf2osg/increase_test_fidelity_by_avoiding_mocks) ⌘ [Read more](https://testing.googleblog.com/2024/02/increase-test-fidelity-by-avoiding-mocks.html) 2024-03-02T03:43:56Z **Saved by NixOS Integration Tests, Surprisingly**
[Comments](https://lobste.rs/s/by7kxq/saved_by_nixos_integration_tests) ⌘ [Read more](https://boinkor.net/2024/02/saved-by-nixos-integration-tests-surprisingly/) 2024-03-02T06:07:00Z **Mojo CSS: Atomic framework for building UIs without shipping CSS**
[Comments](https://lobste.rs/s/d50dak/mojo_css_atomic_framework_for_building) ⌘ [Read more](https://mojocss.com/) 2024-03-02T07:20:09Z **Practical Vector Search: NeurIPS 2023 Competition Leaderboard**
[Comments](https://lobste.rs/s/czhbhz/practical_vector_search_neurips_2023) ⌘ [Read more](https://github.com/harsha-simhadri/big-ann-benchmarks/blob/main/neurips23/ongoing_leaderboard/leaderboard.md) 2024-03-02T08:33:33Z **Mock Roles not Objects**
> Mock Objects is an extension to Test-Driven Development that
> supports good Object-Oriented design by guiding the discovery of
> a coherent system of types within a code base. It turns out to be
> less interesting as a technique for isolating tests from third-party
> libraries than is widely thought. This paper describes the process
> of using Mock Objects with an extended example and reports best
> and worst practices gained from experience of applying the
> process. It also introduces jMock, a Java framework ... ⌘ [Read more](http://jmock.org/oopsla2004.pdf) 2024-03-02T09:51:30Z **Deploying Fiber In The Home**
[Comments](https://lobste.rs/s/2n5v8d/deploying_fiber_home) ⌘ [Read more](https://blog.daknob.net/fiber-in-the-home/) 2024-03-02T11:47:39Z **ArtPrompt: ASCII Art-based Jailbreak Attacks against Aligned LLMs**
[Comments](https://lobste.rs/s/uk3b7b/artprompt_ascii_art_based_jailbreak) ⌘ [Read more](https://arxiv.org/abs/2402.11753) 2024-03-02T11:59:44Z **HardenedBSD February 2024 status report**
[Comments](https://lobste.rs/s/r2ebsu/hardenedbsd_february_2024_status_report) ⌘ [Read more](https://hardenedbsd.org/article/shawn-webb/2024-03-01/hardenedbsd-february-2024-status-report) 2024-03-02T16:12:11Z **Punyo, Soft Robot for Whole-Body Manipulation**
[Comments](https://lobste.rs/s/toot8g/punyo_soft_robot_for_whole_body) ⌘ [Read more](https://youtu.be/FY-MD4gteeE) 2024-03-02T19:51:06Z **How User Groups Made Software Reuse a Reality**
[Comments](https://lobste.rs/s/tqcvh7/how_user_groups_made_software_reuse) ⌘ [Read more](https://ztoz.blog/posts/user-group-reuse/) 2024-03-02T22:13:15Z **The Case Against Geometric Algebra**
[Comments](https://lobste.rs/s/qpeggs/case_against_geometric_algebra) ⌘ [Read more](https://alexkritchevsky.com/2024/02/28/geometric-algebra.html) 2024-03-02T22:29:22Z **Byte Interviews the Apple Lisa Dev Team (1983)**
[Comments](https://lobste.rs/s/6nygvu/byte_interviews_apple_lisa_dev_team_1983) ⌘ [Read more](https://computeradsfromthepast.substack.com/p/byte-interviews-the-apple-lisa-dev) 2024-03-03T02:34:51Z **An Apple district manager's Macintosh Portable in 1989-91 (featuring GEIS AppleLink and a look at System 7.0 alpha)**
[Comments](https://lobste.rs/s/cmwwhl/apple_district_manager_s_macintosh) ⌘ [Read more](https://oldvcr.blogspot.com/2024/03/an-apple-district-managers-macintosh.html) 2024-03-03T04:32:30Z **Why single vendor is the new proprietary**
[Comments](https://lobste.rs/s/wk0g3w/why_single_vendor_is_new_proprietary) ⌘ [Read more](https://opensource.net/why-single-vendor-is-the-new-proprietary/) 2024-03-03T05:28:33Z **The One Billion Row Challenge in Go: from 1m45s to 4s in nine solutions**
[Comments](https://lobste.rs/s/rwgmsn/one_billion_row_challenge_go_from_1m45s_4s) ⌘ [Read more](https://benhoyt.com/writings/go-1brc/) 2024-03-03T08:05:39Z **What I like about Go**
[Comments](https://lobste.rs/s/ktghxo/what_i_like_about_go) ⌘ [Read more](https://lu.sagebl.eu/notes/what-i-like-about-go/) 2024-03-03T08:23:36Z **The Evolution of a Programmer**
[Comments](https://lobste.rs/s/erqv00/evolution_programmer) ⌘ [Read more](https://www.ariel.com.au/jokes/The_Evolution_of_a_Programmer.html) 2024-03-03T08:41:47Z **Better PC cooling with Python and Grafana**
[Comments](https://lobste.rs/s/x5quzh/better_pc_cooling_with_python_grafana) ⌘ [Read more](https://calbryant.uk/blog/better-pc-cooling-with-python/) 2024-03-03T09:06:15Z **bash debugging**
[Comments](https://lobste.rs/s/za1yyr/bash_debugging) ⌘ [Read more](https://wizardzines.com/comics/bash-debugging/) 2024-03-03T10:19:53Z **Pyproject.nix - Nix tooling for Python project metadata**
[Comments](https://lobste.rs/s/fcvtpi/pyproject_nix_nix_tooling_for_python) ⌘ [Read more](https://nix-community.github.io/pyproject.nix/) 2024-03-03T11:33:34Z **atuin: Magical shell history**
[Comments](https://lobste.rs/s/fo7udp/atuin_magical_shell_history) ⌘ [Read more](https://github.com/atuinsh/atuin) 2024-03-03T11:35:03Z **Memory Unsafety is a Culture Issue**
[Comments](https://lobste.rs/s/rx0810/memory_unsafety_is_culture_issue) ⌘ [Read more](https://btmc.substack.com/p/memory-unsafety-is-a-culture-issue) 2024-03-03T12:03:07Z **Unresolved Forces**
[Comments](https://lobste.rs/s/osxzyi/unresolved_forces) ⌘ [Read more](https://www.unresolvedforces.com/) 2024-03-03T12:48:17Z **A Deep Dive into the Underlying Architecture of Groq's LPU**
[Comments](https://lobste.rs/s/t8wrjz/deep_dive_into_underlying_architecture) ⌘ [Read more](https://codeconfessions.substack.com/p/groq-lpu-design) 2024-03-03T13:19:06Z **What software do you dream about, but do not have time to code yourself?**
Previously: [https://lobste.rs/s/gjza8a/what\_software\_do\_you\_dream\_about\_do\_not](https://lobste.rs/s/gjza8a/what_software_do_you_dream_about_do_not) ⌘ [Read more](https://lobste.rs/s/a3zlgq/what_software_do_you_dream_about_do_not) 2024-03-03T17:32:44Z **The algebraic structure of Infinite Craft**
[Comments](https://lobste.rs/s/ngyuim/algebraic_structure_infinite_craft) ⌘ [Read more](https://quuxplusone.github.io/blog/2024/03/03/infinite-craft-theory/) 2024-03-03T18:00:48Z **Interesting ideas in Observable Framework**
[Comments](https://lobste.rs/s/tbug0e/interesting_ideas_observable_framework) ⌘ [Read more](https://simonwillison.net/2024/Mar/3/interesting-ideas-in-observable-framework/) 2024-03-03T19:50:04Z **Real gaming router**
[Comments](https://lobste.rs/s/kggf5x/real_gaming_router) ⌘ [Read more](https://kittenlabs.de/real-gaming-router/) 2024-03-03T20:34:55Z **rpypkgs: A Nix flake for RPython interpreters**
[Comments](https://lobste.rs/s/ffhqcr/rpypkgs_nix_flake_for_rpython) ⌘ [Read more](https://osdn.net/users/corbin/pf/rpypkgs/wiki/FrontPage) 2024-03-03T21:03:46Z **The Transmeta Code Morphing Software: Using Speculation, Recovery, and Adaptive Retranslation to Address Real-Life Challenges (2003)**
[Comments](https://lobste.rs/s/tmbhax/transmeta_code_morphing_software_using) ⌘ [Read more](https://courses.cs.washington.edu/courses/cse548/08wi/papers/transmeta.pdf) 2024-03-03T21:25:10Z **hancho: A simple pleasant build system in Python**
[Comments](https://lobste.rs/s/sdsaub/hancho_simple_pleasant_build_system) ⌘ [Read more](https://github.com/aappleby/hancho) 2024-03-03T22:12:04Z **Reinventing Backend Subsetting at Google: Designing an algorithm with reduced connection churn that could replace deterministic subsetting**
[Comments](https://lobste.rs/s/rqjoff/reinventing_backend_subsetting_at) ⌘ [Read more](https://queue.acm.org/detail.cfm?id=3570937) 2024-03-03T22:33:39Z **Defining, Measuring, and Managing Technical Debt**
[Comments](https://lobste.rs/s/qltpm0/defining_measuring_managing_technical) ⌘ [Read more](https://ieeexplore.ieee.org/document/10109339) 2024-03-03T23:05:40Z **Tiny Predictive Text**
[Comments](https://lobste.rs/s/vabkiq/tiny_predictive_text) ⌘ [Read more](https://www.adamgrant.info/tiny-predictive-text) 2024-03-04T00:05:13Z **EA Won't Let Me Play This Game - So I Hacked It**
[Comments](https://lobste.rs/s/avsjrt/ea_won_t_let_me_play_this_game_so_i_hacked_it) ⌘ [Read more](https://www.youtube.com/watch?v=tE2mZ_t_mts) 2024-03-04T00:16:25Z **The hater’s guide to Kubernetes**
[Comments](https://lobste.rs/s/ioielp/hater_s_guide_kubernetes) ⌘ [Read more](https://paulbutler.org/2024/the-haters-guide-to-kubernetes/) 2024-03-04T00:46:40Z **What happens when you push to git.sr.ht, and why was it so slow? (2019)**
[Comments](https://lobste.rs/s/fayqjl/what_happens_when_you_push_git_sr_ht_why_was) ⌘ [Read more](https://sourcehut.org/blog/2019-11-22-what-happens-on-git-push/) 2024-03-04T02:32:57Z **Bugs I’ve filed on browsers**
[Comments](https://lobste.rs/s/q9oqj4/bugs_i_ve_filed_on_browsers) ⌘ [Read more](https://nolanlawson.com/2024/03/03/bugs-ive-filed-on-browsers/) 2024-03-04T03:11:24Z **How we applied advanced fuzzing techniques to cURL**
[Comments](https://lobste.rs/s/6bdodx/how_we_applied_advanced_fuzzing) ⌘ [Read more](https://blog.trailofbits.com/2024/03/01/toward-more-effective-curl-fuzzing/) 2024-03-04T03:45:04Z **Motion Blur All the Way Down**
[Comments](https://lobste.rs/s/evkwse/motion_blur_all_way_down) ⌘ [Read more](https://www.osar.fr/notes/motionblur/) 2024-03-04T07:18:41Z **Migrating from LSP-Mode to Eglot**
[Comments](https://lobste.rs/s/gluyhi/migrating_from_lsp_mode_eglot) ⌘ [Read more](https://andreyor.st/posts/2023-09-09-migrating-from-lsp-mode-to-eglot/) 2024-03-04T08:28:27Z **How I clean up a “clean install” of Windows 11 and Edge**
[Comments](https://lobste.rs/s/y9llde/how_i_clean_up_clean_install_windows_11) ⌘ [Read more](https://arstechnica.com/gadgets/2024/02/what-i-do-to-clean-up-a-clean-install-of-windows-11-23h2-and-edge/) 2024-03-04T09:15:42Z **GhostBSD 24.01.1 Review**
[Comments](https://lobste.rs/s/2rgqso/ghostbsd_24_01_1_review) ⌘ [Read more](https://www.youtube.com/watch?v=eQoYCp3Yak4) 2024-03-04T10:46:10Z **On Pausing Containers - how we built, and why we deprecated, our container pause feature**
[Comments](https://lobste.rs/s/rzwxs5/on_pausing_containers_how_we_built_why_we) ⌘ [Read more](https://metalbear.co/blog/on-pausing-containers-how-we-built-and-why-we-deprecated-our-container-pause-feature/) 2024-03-04T10:57:29Z **quiz: a tool for rapid OpenZFS development**
[Comments](https://lobste.rs/s/yuncnu/quiz_tool_for_rapid_openzfs_development) ⌘ [Read more](https://despairlabs.com/blog/posts/2024-03-04-quiz-rapid-openzfs-development/) 2024-03-04T10:59:53Z **What are you doing this week?**
What are you doing this week? Feel free to share!

Keep in mind it’s OK to do nothing at all, too. ⌘ [Read more](https://lobste.rs/s/kmwy1a/what_are_you_doing_this_week) 2024-03-04T11:45:16Z **Building a demo of the Bleichenbacher RSA attack**
[Comments](https://lobste.rs/s/nth9zo/building_demo_bleichenbacher_rsa_attack) ⌘ [Read more](https://ntietz.com/blog/bleichenbachers-attack-on-rsa/) 2024-03-04T12:09:37Z **HTMNIX: HTML for Nix to rule them all**
Here is the blog post that explains how it works: [https://rgbcu.be/blog/htmnix](https://rgbcu.be/blog/htmnix) :-)

I would also love some feedback on my writing style!

[Comments](https://lobste.rs/s/isblfq/htmnix_html_for_nix_rule_them_all) ⌘ [Read more](https://github.com/RGBCube/HTMNIX) 2024-03-04T12:03:57Z **Lobste.rs Poetry**
[Comments](https://lobste.rs/s/i4clhf/lobste_rs_poetry) ⌘ [Read more](https://lobsterspoetry.jamesg.blog/) 2024-03-04T12:41:15Z **French Court Issues Damages Award for Violation of GPL**
[Comments](https://lobste.rs/s/yvymoj/french_court_issues_damages_award_for) ⌘ [Read more](https://heathermeeker.com/2024/02/17/french-court-issues-damages-award-for-violation-of-gpl/) 2024-03-04T12:51:32Z **Anatomy of a NixOS Config**
[Comments](https://lobste.rs/s/tag7u5/anatomy_nixos_config) ⌘ [Read more](https://unmovedcentre.com/technology/2024/02/24/anatomy-of-a-nixos-config.html) 2024-03-04T13:38:57Z **Gleam version 1**
[Comments](https://lobste.rs/s/oefpps/gleam_version_1) ⌘ [Read more](https://gleam.run/news/gleam-version-1/) 2024-03-04T13:41:32Z **kolo: See everything happening in your running Django app without leaving VSCode**
[Comments](https://lobste.rs/s/lqy8ua/kolo_see_everything_happening_your) ⌘ [Read more](https://github.com/kolofordjango/kolo) 2024-03-04T13:40:50Z **Twenty Years Is Nothing**
[Comments](https://lobste.rs/s/gkr4ur/twenty_years_is_nothing) ⌘ [Read more](https://deprogrammaticaipsum.com/twenty-years-is-nothing/) 2024-03-04T14:32:49Z **Server Actions in Fastify**
[Comments](https://lobste.rs/s/p8hsnt/server_actions_fastify) ⌘ [Read more](https://hire.jonasgalvez.com.br/2024/mar/04/server-actions-in-fastify/) 2024-03-04T14:35:39Z **Go 2022-2024 and beyond: Let’s talk about AI**
[Comments](https://lobste.rs/s/xegade/go_2022_2024_beyond_let_s_talk_about_ai) ⌘ [Read more](https://ajmani.net/2024/02/27/go-2022-2024-and-beyond/) 2024-03-04T16:02:27Z **Reverse Engineering Protobuf Definitions From Compiled Binaries**
[Comments](https://lobste.rs/s/kvck8i/reverse_engineering_protobuf) ⌘ [Read more](https://arkadiyt.com/2024/03/03/reverse-engineering-protobuf-definitiions-from-compiled-binaries/) 2024-03-04T16:14:42Z **Alpine AJAX - Alpine.js plugin that enables your HTML elements to request remote content**
[Comments](https://lobste.rs/s/ouu8bt/alpine_ajax_alpine_js_plugin_enables_your) ⌘ [Read more](https://alpine-ajax.js.org) 2024-03-04T16:16:35Z **Hacky Spell Checking for Blog Posts**
[Comments](https://lobste.rs/s/aunvm8/hacky_spell_checking_for_blog_posts) ⌘ [Read more](https://tudorr.ro/blog/easy-spell-checking/) 2024-03-04T16:37:26Z **The perils of pause(2) (2023)**
[Comments](https://lobste.rs/s/xeslzt/perils_pause_2_2023) ⌘ [Read more](https://www.cipht.net/2023/11/30/perils-of-pause.html) 2024-03-04T16:40:55Z **The Hunt for the Missing Data Type**
[Comments](https://lobste.rs/s/uhmhum/hunt_for_missing_data_type) ⌘ [Read more](https://www.hillelwayne.com/post/graph-types/) 2024-03-04T17:06:06Z **Reading JSON from a Rails API in Swift**
[Comments](https://lobste.rs/s/eexxse/reading_json_from_rails_api_swift) ⌘ [Read more](https://calebhearth.com/l/rails-json-swift) 2024-03-04T17:34:06Z **No Silver Bullet (1987)**
[Comments](https://lobste.rs/s/o57m31/no_silver_bullet_1987) ⌘ [Read more](https://www.cgl.ucsf.edu/Outreach/pc204/NoSilverBullet.html) 2024-03-04T18:33:46Z **Borrow checking without lifetimes**
[Comments](https://lobste.rs/s/ek9wvm/borrow_checking_without_lifetimes) ⌘ [Read more](https://smallcultfollowing.com/babysteps/blog/2024/03/04/borrow-checking-without-lifetimes/) 2024-03-04T18:33:24Z **Opus 1.5 Released**
[Comments](https://lobste.rs/s/vbrnhk/opus_1_5_released) ⌘ [Read more](https://opus-codec.org/demo/opus-1.5/) 2024-03-04T20:04:54Z **Nintendo Switch emulator Yuzu is dead**
> Plaintiff Nintendo of America Inc. (“Plaintiff” or “Nintendo”) and Tropic Haze LLC
> (“Defendant” or “Tropic Haze”), by and through their undersigned counsel, hereby consent to
> judgment in favor of Nintendo, and jointly move the Court to enter monetary relief in the sum of
> US$2,400,000.00 in favor of Nintendo and against Defendant.

Note from Yuzu devs: [https://files.catbox.moe/q50hp9.png](https://files.catbox.moe/q50hp9.png)

[C ... ⌘ [Read more](https://storage.courtlistener.com/recap/gov.uscourts.rid.56980/gov.uscourts.rid.56980.10.0.pdf) 2024-03-04T20:15:27Z **Practicing Raku Grammars On Exercism**
[Comments](https://lobste.rs/s/1ubhsz/practicing_raku_grammars_on_exercism) ⌘ [Read more](https://dev.to/dango/practicing-raku-grammars-on-exercism-36i4) 2024-03-05T01:02:55Z **How I keep myself Alive using Golang**
[Comments](https://lobste.rs/s/aegsap/how_i_keep_myself_alive_using_golang) ⌘ [Read more](https://www.bytesizego.com/blog/keeping-alive-with-go) 2024-03-05T07:14:47Z **nixbsd: An unofficial NixOS fork with a FreeBSD kernel**
[Comments](https://lobste.rs/s/lrdkd5/nixbsd_unofficial_nixos_fork_with) ⌘ [Read more](https://github.com/nixos-bsd/nixbsd) 2024-03-05T07:41:26Z **FreeBSD 13.3-RELEASE Available**
[Comments](https://lobste.rs/s/gspcef/freebsd_13_3_release_available) ⌘ [Read more](https://freebsd.org/releases/13.3R/relnotes/) 2024-03-05T13:34:00Z **Running CP/M on the C128**
[Comments](https://lobste.rs/s/8yj4wd/running_cp_m_on_c128) ⌘ [Read more](https://celso.io/posts/2024/03/03/c128-cpm/) 2024-03-05T13:47:53Z **This is Knuth 3:16**
[Comments](https://lobste.rs/s/kynkck/this_is_knuth_3_16) ⌘ [Read more](http://www.larry.denenberg.com/Knuth-3-16/) 2024-03-05T14:03:54Z **Dada, an experiement by the creators of Rust**
[Comments](https://lobste.rs/s/pmhf1a/dada_experiement_by_creators_rust) ⌘ [Read more](https://dada-lang.org/) 2024-03-05T15:25:14Z **Facing reality in the EU and tech**
[Comments](https://lobste.rs/s/rf4mot/facing_reality_eu_tech) ⌘ [Read more](https://www.baldurbjarnason.com/2024/facing-reality-in-the-eu-and-tech/) 2024-03-05T16:07:17Z **Use weird tests to capture tacit knowledge**
[Comments](https://lobste.rs/s/zncgdf/use_weird_tests_capture_tacit_knowledge) ⌘ [Read more](https://jmduke.com/posts/essays/weird-tests-tacit-knowledge/) 2024-03-05T17:07:49Z **The Nature of Technology Book Review**
[Comments](https://lobste.rs/s/6u6x7l/nature_technology_book_review) ⌘ [Read more](https://asindu.xyz/posts/the-nature-of-technology-book-review/) 2024-03-05T17:42:52Z **Java is becoming more like Rust, and I am here for it**
[Comments](https://lobste.rs/s/jracje/java_is_becoming_more_like_rust_i_am_here) ⌘ [Read more](https://joshaustin.tech/blog/java-is-becoming-rust/) 2024-03-05T17:59:41Z **The Impact of Pre-allocating Slice Memory on Performance in Go**
[Comments](https://lobste.rs/s/rf0dqj/impact_pre_allocating_slice_memory_on) ⌘ [Read more](https://oilbeater.com/en/2024/03/04/golang-slice-performance/) 2024-03-05T19:39:26Z **Adding systemd to postmarketOS**
[Comments](https://lobste.rs/s/6t5rkf/adding_systemd_postmarketos) ⌘ [Read more](https://postmarketos.org/blog/2024/03/05/adding-systemd/) 2024-03-05T19:38:30Z **Take a break - Error-detecting codes in credit card numbers, airline tickets, ISBNs**
[Comments](https://lobste.rs/s/eiztcv/take_break_error_detecting_codes_credit) ⌘ [Read more](https://plus.maths.org/content/take-break) 2024-03-05T20:25:24Z **A homelab dashboard for NixOS**
[Comments](https://lobste.rs/s/bi5koy/homelab_dashboard_for_nixos) ⌘ [Read more](https://jnsgr.uk/2024/03/a-homelab-dashboard-for-nixos/) 2024-03-05T20:35:59Z **Bazel remote execution with rules_nixpkgs**
[Comments](https://lobste.rs/s/joycvk/bazel_remote_execution_with_rules) ⌘ [Read more](https://www.tweag.io/blog/2024-02-29-remote-execution-rules-nixpkgs/) 2024-03-05T22:27:45Z **Swift 5.10 Released**
[Comments](https://lobste.rs/s/jzl1nd/swift_5_10_released) ⌘ [Read more](https://swift.org/blog/swift-5.10-released/) 2024-03-05T23:28:58Z **Installing Lisp Flavored Erlang On Linux**
[Comments](https://lobste.rs/s/ddqcmg/installing_lisp_flavored_erlang_on_linux) ⌘ [Read more](https://medium.com/@kkmvv/installing-lisp-flavored-erlang-on-linux-13a4864814d3) 2024-03-05T23:38:26Z **March 2024 Google Search core update and new spam policies**
[Comments](https://lobste.rs/s/la6ced/march_2024_google_search_core_update_new) ⌘ [Read more](https://developers.google.com/search/blog/2024/03/core-update-spam-policies) 2024-03-06T00:44:47Z **Logic programming in Rust**
[Comments](https://lobste.rs/s/u1fu3p/logic_programming_rust) ⌘ [Read more](https://s-arash.github.io/ascent/) 2024-03-06T01:53:46Z **How I use git worktrees**
[Comments](https://lobste.rs/s/ikbbnt/how_i_use_git_worktrees) ⌘ [Read more](https://notes.billmill.org/blog/2024/03/How_I_use_git_worktrees.html) 2024-03-06T02:04:55Z **Measuring GitHub Copilot’s Impact on Productivity – Communications of the ACM**
[Comments](https://lobste.rs/s/dzsoxt/measuring_github_copilot_s_impact_on) ⌘ [Read more](https://cacm.acm.org/research/measuring-github-copilots-impact-on-productivity/) 2024-03-06T07:42:52Z **nh: Yet another nix cli helper**
[Comments](https://lobste.rs/s/5mo3g7/nh_yet_another_nix_cli_helper) ⌘ [Read more](https://github.com/viperML/nh) 2024-03-06T09:01:34Z **Font processing is still a source of vulnerabilities**
[Comments](https://lobste.rs/s/zrxosu/font_processing_is_still_source) ⌘ [Read more](https://www.canva.dev/blog/engineering/fonts-are-still-a-helvetica-of-a-problem/) 2024-03-06T09:24:01Z **Rustls Now Using AWS Libcrypto for Rust, Gains FIPS Support**
[Comments](https://lobste.rs/s/ephzbl/rustls_now_using_aws_libcrypto_for_rust) ⌘ [Read more](https://www.memorysafety.org/blog/rustls-with-aws-crypto-back-end-and-fips/) 2024-03-06T09:55:30Z **Happy 20th birthday OpenTTD**
[Comments](https://lobste.rs/s/3qynyr/happy_20th_birthday_openttd) ⌘ [Read more](https://www.openttd.org/news/2024/03/06/happy-birthday) 2024-03-06T13:03:34Z **Behind the design: A deep dive into Aptos**
[Comments](https://lobste.rs/s/7wpi1g/behind_design_deep_dive_into_aptos) ⌘ [Read more](https://microsoft.design/articles/behind-the-design-a-deep-dive-into-aptos) 2024-03-06T14:41:52Z **Embedded Swift on the Raspberry Pi Pico/RP2040 without the Pico SDK**
[Comments](https://lobste.rs/s/tkljgz/embedded_swift_on_raspberry_pi_pico) ⌘ [Read more](https://forums.swift.org/t/embedded-swift-on-the-raspberry-pi-pico-rp2040-without-the-pico-sdk/69338) 2024-03-06T15:07:46Z **Enabling constraints**
[Comments](https://lobste.rs/s/nrll4g/enabling_constraints) ⌘ [Read more](https://jordankaye.dev/posts/enabling-constraints/) 2024-03-06T15:24:12Z **Kalman Filter Explained Simply**
[Comments](https://lobste.rs/s/arejvm/kalman_filter_explained_simply) ⌘ [Read more](https://thekalmanfilter.com/kalman-filter-explained-simply/) 2024-03-06T15:58:23Z **A Minimalist MIDI Synth with Sine Waves**
[Comments](https://lobste.rs/s/0dqfax/minimalist_midi_synth_with_sine_waves) ⌘ [Read more](https://massimo-nazaria.github.io/midi-synth.html) 2024-03-06T15:56:14Z **Connect FreeBSD 14.0-STABLE to FreeIPA/IDM**
[Comments](https://lobste.rs/s/clzekl/connect_freebsd_14_0_stable_freeipa_idm) ⌘ [Read more](https://vermaden.wordpress.com/2024/03/06/connect-freebsd-14-0-stable-to-freeipa-idm/) 2024-03-06T17:29:17Z **Bitonic sorter**
[Comments](https://lobste.rs/s/uecy3h/bitonic_sorter) ⌘ [Read more](https://en.wikipedia.org/wiki/Bitonic_sorter) 2024-03-06T18:08:14Z **Open-sourcing our progress on Tailwind CSS v4.0**
[Comments](https://lobste.rs/s/fc8esf/open_sourcing_our_progress_on_tailwind) ⌘ [Read more](https://tailwindcss.com/blog/tailwindcss-v4-alpha) 2024-03-06T18:33:00Z **My Robotic Doppelganger Is The Grim Face of Journalism's Future**
[Comments](https://lobste.rs/s/xtqwqf/my_robotic_doppelganger_is_grim_face) ⌘ [Read more](https://foreverwars.ghost.io/my-robotic-doppelganger-is-the-grim-face-of-journalisms-future/) 2024-03-06T18:56:40Z **GPTComment: enforce conventions using GPT**
[Comments](https://lobste.rs/s/xfivw1/gptcomment_enforce_conventions_using) ⌘ [Read more](https://github.com/cachix/gptcomment) 2024-03-06T20:01:55Z **How to speed up the Rust compiler in March 2024**
[Comments](https://lobste.rs/s/cjdh9s/how_speed_up_rust_compiler_march_2024) ⌘ [Read more](https://nnethercote.github.io/2024/03/06/how-to-speed-up-the-rust-compiler-in-march-2024.html) 2024-03-06T20:38:57Z **research!rsc: UTF-8: Bits, Bytes, and Benefits**
[Comments](https://lobste.rs/s/uxzoap/research_rsc_utf_8_bits_bytes_benefits) ⌘ [Read more](https://research.swtch.com/utf8) 2024-03-07T00:11:33Z **Ryelang asciinema demo: exploring JSON**
[Comments](https://lobste.rs/s/vgwwzq/ryelang_asciinema_demo_exploring_json) ⌘ [Read more](https://asciinema.org/a/615327) 2024-03-07T01:05:49Z **jorge: a personal site generator with org-mode support**
[Comments](https://lobste.rs/s/z6mwrb/jorge_personal_site_generator_with_org) ⌘ [Read more](https://jorge.olano.dev/) 2024-03-07T01:18:10Z **what i'm building, and why i'm building it**
[Comments](https://lobste.rs/s/dxflib/what_i_m_building_why_i_m_building_it) ⌘ [Read more](https://www.youtube.com/watch?v=7smIyUTsBzs) 2024-03-07T02:30:21Z **Linux 6.8 Network Optimizations Can Boost TCP Performance For Many Concurrent Connections By ~40%**
[Comments](https://lobste.rs/s/404a31/linux_6_8_network_optimizations_can_boost) ⌘ [Read more](https://www.phoronix.com/news/Linux-6.8-Networking) 2024-03-07T03:13:06Z **Skyplane: Blazing fast bulk data transfers between any cloud**
[Comments](https://lobste.rs/s/jr0den/skyplane_blazing_fast_bulk_data) ⌘ [Read more](https://skyplane.org/) 2024-03-07T03:56:31Z **Scalable CSS**
I like the first rule in particular:

CSS approach that can work for a small site and remain the same approach for a large site.

[Comments](https://lobste.rs/s/wnli1s/scalable_css) ⌘ [Read more](https://chriscoyier.net/2023/01/17/scalable-css/) 2024-03-07T04:10:17Z **Announcing TypeScript 5.4**
[Comments](https://lobste.rs/s/uqyiyl/announcing_typescript_5_4) ⌘ [Read more](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/) 2024-03-07T05:58:25Z **Writing a Postgres Logical Replication System in Golang**
[Comments](https://lobste.rs/s/dwaj7v/writing_postgres_logical_replication) ⌘ [Read more](https://www.dolthub.com/blog/2024-03-08-postgres-logical-replication/) 2024-03-07T07:03:07Z **Running NetBSD 10 Release Candidate 5**
[Comments](https://lobste.rs/s/ky3oa7/running_netbsd_10_release_candidate_5) ⌘ [Read more](https://rubenerd.com/running-netbsd-10-rc5/) 2024-03-07T07:44:50Z **I'm a programmer and I'm stupid**
[Comments](https://lobste.rs/s/tlmvrr/i_m_programmer_i_m_stupid) ⌘ [Read more](https://antonz.org/stupid/) 2024-03-07T09:00:21Z **Towards zero-downtime upgrades of stateful systems**
[Comments](https://lobste.rs/s/2w7wc7/towards_zero_downtime_upgrades_stateful) ⌘ [Read more](https://stevana.github.io/towards_zero-downtime_upgrades_of_stateful_systems.html) 2024-03-07T08:58:57Z **Trying To Understand Copilot's Type Spaghetti**
[Comments](https://lobste.rs/s/xfwae2/trying_understand_copilot_s_type) ⌘ [Read more](https://rtpg.co/2024/03/07/parsing-copilots-type-spaghetti/) 2024-03-07T11:15:23Z **The CAP Theorem. The Bad, the Bad, & the Ugly**
[Comments](https://lobste.rs/s/4cpvq6/cap_theorem_bad_bad_ugly) ⌘ [Read more](https://blog.dtornow.com/the-cap-theorem.-the-bad-the-bad-the-ugly/) 2024-03-07T11:32:54Z **NetBSD for the Advanced Minimalist**
[Comments](https://lobste.rs/s/syynqt/netbsd_for_advanced_minimalist) ⌘ [Read more](https://youtu.be/-75TQMbar1Y) 2024-03-07T11:37:59Z **Bleacher Report gutting out OTP**
[Comments](https://lobste.rs/s/1ivqeg/bleacher_report_gutting_out_otp) ⌘ [Read more](https://www.reddit.com/r/erlang/comments/18f3kl3/bleacher_report_gutting_out_otp/kcts58i/) 2024-03-07T14:37:04Z **Extending destination-passing style programming to arbitrary data types in Linear Haskell**
[Comments](https://lobste.rs/s/ojzuix/extending_destination_passing_style) ⌘ [Read more](https://www.tweag.io/blog/2024-03-07-dps-haskell/) 2024-03-07T14:47:03Z **Eloquent JavaScript, 4th edition**
[Comments](https://lobste.rs/s/ykvkub/eloquent_javascript_4th_edition) ⌘ [Read more](https://eloquentjavascript.net/) 2024-03-07T15:10:09Z **tinywasm: A tiny, interpreted WebAssembly Runtime written in Rust**
[Comments](https://lobste.rs/s/upue2q/tinywasm_tiny_interpreted_webassembly) ⌘ [Read more](https://github.com/explodingcamera/tinywasm) 2024-03-07T17:39:52Z **FreeBSD has a(nother) new C compiler: Intel oneAPI DPC++/C++**
[Comments](https://lobste.rs/s/ocfjan/freebsd_has_nother_new_c_compiler_intel) ⌘ [Read more](https://briancallahan.net/blog/20240306.html) 2024-03-07T18:24:20Z **Boa release v0.18: A JavaScript engine written in Rust**
[Comments](https://lobste.rs/s/tgj13g/boa_release_v0_18_javascript_engine) ⌘ [Read more](https://boajs.dev/blog/2024/03/07/boa-release-18) 2024-03-07T20:07:45Z **CommitGo Launches Gitea Enterprise | Gitea Blog**
[Comments](https://lobste.rs/s/zvhdq2/commitgo_launches_gitea_enterprise) ⌘ [Read more](https://blog.gitea.com/gitea-enterprise) 2024-03-07T20:14:13Z **How do calculators compute sine?**
[Comments](https://lobste.rs/s/0i33my/how_do_calculators_compute_sine) ⌘ [Read more](https://androidcalculator.com/how-do-calculators-compute-sine/) 2024-03-07T20:45:02Z **Deliberate Abstraction**
[Comments](https://lobste.rs/s/z2l3ot/deliberate_abstraction) ⌘ [Read more](https://two-wrongs.com/deliberate-abstraction) 2024-03-07T20:58:15Z **ix: Autonomous GPT-4 agent platform**
[Comments](https://lobste.rs/s/thgujw/ix_autonomous_gpt_4_agent_platform) ⌘ [Read more](https://github.com/kreneskyp/ix) 2024-03-07T21:04:33Z **Defective C++**
[Comments](https://lobste.rs/s/yiwe8s/defective_c) ⌘ [Read more](https://yosefk.com/c++fqa/defective.html) 2024-03-07T21:50:14Z **How to troubleshoot deferred probe issues in Linux (2022)**
[Comments](https://lobste.rs/s/mzip6v/how_troubleshoot_deferred_probe_issues) ⌘ [Read more](https://blog.dowhile0.org/2022/06/21/how-to-troubleshoot-deferred-probe-issues-in-linux/) 2024-03-07T22:17:03Z **How many programming languages do you think a person can be proficient in?**
To be clear, I am talking about working proficiency. Able to create large, maintainable and “production ready” software that is understandable and idiomatic.

Most programmers will learn that once they’ve tackled picking up their second language, that picking up any amount of future languages is relatively easy. There are exceptions to that, of course, but broadly speaking you should be able to transfer the core concepts of progr ... ⌘ [Read more](https://lobste.rs/s/rrgyvm/how_many_programming_languages_do_you) 2024-03-07T23:35:11Z **Genesis of a new programming language**
Hello everyone!

Today marks an important milestone for us with the launch of the developer preview of Dispatch.

Along with a serverless scheduler, we released an open-source Python SDK, providing developers with a simple programming model to integrate with Dispatch.

This is the first of many steps on our mission to make distributed application development radically simpler.

To all developers tired of wrestling with infrastructure and eager to experience better ... ⌘ [Read more](https://stealthrocket.tech/blog/genesis-of-a-new-programming-model) 2024-03-07T23:51:23Z **Experience Report: Building a Real Time OS Kernel in Smalltalk**
[Comments](https://lobste.rs/s/d7hq8r/experience_report_building_real_time_os) ⌘ [Read more](http://www.rowledge.org/resources/tim's-Home-page/Squeak/RTOSinSmalltalk.html.pdf) 2024-03-08T01:23:11Z **Dynamic Programming In Lisp Flavored Erlang**
[Comments](https://lobste.rs/s/hsoirt/dynamic_programming_lisp_flavored) ⌘ [Read more](https://medium.com/@kkmvv/recursion-is-necessary-part-ii-dynamic-programming-f3da0ff4ed5c) 2024-03-08T01:13:30Z **Autogenerating a Book Series From Three Years of iMessages**
[Comments](https://lobste.rs/s/9t6fqe/autogenerating_book_series_from_three) ⌘ [Read more](https://benkettle.xyz/posts/message-book/) 2024-03-08T01:55:13Z **Benchmarks about OpenAI shortened embeddings**
[Comments](https://lobste.rs/s/ug2kin/benchmarks_about_openai_shortened) ⌘ [Read more](https://docs.pgvecto.rs/use-case/adaptive-retrieval.html) 2024-03-08T01:51:06Z **A year in the life of a Playdate game developer**
[Comments](https://lobste.rs/s/pcsoao/year_life_playdate_game_developer) ⌘ [Read more](https://blog.gingerbeardman.com/2024/03/07/a-year-in-the-life-of-a-playdate-game-developer/) 2024-03-08T02:38:10Z **Flexible and Economical UTF-8 Decoder**
[Comments](https://lobste.rs/s/xagbg1/flexible_economical_utf_8_decoder) ⌘ [Read more](https://bjoern.hoehrmann.de/utf-8/decoder/dfa/) 2024-03-08T03:24:49Z **Upsert UUIDs with sqlc**
[Comments](https://lobste.rs/s/wy6dsh/upsert_uuids_with_sqlc) ⌘ [Read more](https://adriano.fyi/posts/2024-03-07-upsert-uuids-with-sqlc/) 2024-03-08T07:20:07Z **You can now train a 70b language model at home**
[Comments](https://lobste.rs/s/dzpkn2/you_can_now_train_70b_language_model_at) ⌘ [Read more](http://www.answer.ai/posts/2024-03-06-fsdp-qlora.html) 2024-03-08T09:38:52Z **Sudo-rs dependencies: when less is better**
[Comments](https://lobste.rs/s/nqootu/sudo_rs_dependencies_when_less_is_better) ⌘ [Read more](https://www.memorysafety.org/blog/reducing-dependencies-in-sudo/) 2024-03-08T11:08:21Z **Secure by Design: Google’s Perspective on Memory Safety**
[Comments](https://lobste.rs/s/dbwn98/secure_by_design_google_s_perspective_on) ⌘ [Read more](https://security.googleblog.com/2024/03/secure-by-design-googles-perspective-on.html) 2024-03-08T11:16:45Z **What are you doing this weekend?**
Feel free to tell what you plan on doing this weekend and even ask for help or feedback.

Please keep in mind it’s more than OK to do nothing at all too! ⌘ [Read more](https://lobste.rs/s/goy9w2/what_are_you_doing_this_weekend) 2024-03-08T11:32:02Z **Claude 3 writes a fuzzer**
[Comments](https://lobste.rs/s/xi5vtb/claude_3_writes_fuzzer) ⌘ [Read more](https://gist.github.com/moyix/02029770cb4f7afc2ae91a01b3929118) 2024-03-08T11:57:11Z **Run NixOS Integration Tests on macOS**
[Comments](https://lobste.rs/s/wwwbgc/run_nixos_integration_tests_on_macos) ⌘ [Read more](https://nixcademy.com/2024/03/08/running-nixos-integration-tests-on-macos/) 2024-03-08T12:14:45Z **OpenGFW, open source implementation of GFW (Great Firewall of China)**
[Comments](https://lobste.rs/s/i0bsk5/opengfw_open_source_implementation_gfw) ⌘ [Read more](https://github.com/apernet/OpenGFW) 2024-03-08T13:29:04Z **Automatic contact sharing in iOS leaks emails to Lockdown Mode devices**
[Comments](https://lobste.rs/s/a8ze5v/automatic_contact_sharing_ios_leaks) ⌘ [Read more](https://marekfoss.org/2024/03/08/automatic-contact-sharing-in-ios-leaks-emails-to-lockdown-mode-devices/) 2024-03-08T14:27:12Z **Build initramfs rootless**
[Comments](https://lobste.rs/s/ydm7xk/build_initramfs_rootless) ⌘ [Read more](https://blog.izissise.net/posts/initramfs/) 2024-03-08T15:16:35Z **Case Study: Securing MMU-less Linux Using CHERI**
MMU-less Linux variant lacks security because it does not have protection or isolation mechanisms. It also does not use MPUs as they do not fit with its software model because of the design drawbacks of MPUs (\\ie coarse-grained protection with fixed number of protected regions). We secure the existing MMU-less Linux version of the RISC-V port using CHERI. CHERI is a hardware-software capability-based system that extends the ISA, toolchain, programming languages, operating systems, and a ... ⌘ [Read more](https://arxiv.org/pdf/2310.00933) 2024-03-08T15:42:45Z **The Magic of Property Testing**
[Comments](https://lobste.rs/s/imarid/magic_property_testing) ⌘ [Read more](https://www.youtube.com/watch?v=4bpc8NpNHRc) 2024-03-08T17:41:37Z **How HEAD works in git**
[Comments](https://lobste.rs/s/cj1avk/how_head_works_git) ⌘ [Read more](https://jvns.ca/blog/2024/03/08/how-head-works-in-git/) 2024-03-08T19:27:42Z **The GPT-4 barrier has finally been broken**
[Comments](https://lobste.rs/s/bahhw4/gpt_4_barrier_has_finally_been_broken) ⌘ [Read more](https://simonwillison.net/2024/Mar/8/gpt-4-barrier/) 2024-03-08T19:46:46Z **atopile - build electronic circuit boards from code**
[Comments](https://lobste.rs/s/tontix/atopile_build_electronic_circuit_boards) ⌘ [Read more](https://atopile.io/) 2024-03-08T20:29:54Z **Iterate Over Parameter Packs in Swift 6.0**
[Comments](https://lobste.rs/s/go8jbz/iterate_over_parameter_packs_swift_6_0) ⌘ [Read more](https://swift.org/blog/pack-iteration/) 2024-03-08T22:54:27Z **Claude 3 beats GPT-4 on Aider’s code editing benchmark**
[Comments](https://lobste.rs/s/0aovel/claude_3_beats_gpt_4_on_aider_s_code_editing) ⌘ [Read more](https://aider.chat/2024/03/08/claude-3.html) 2024-03-09T01:21:05Z **Removing the LibJS JIT (Ladybird browser update (February 2024))**
I’m posting this update video from ~awesomekling specifically because of his decision to drop the JIT. I think his points are interesting and valid, so I figured other folk may be interested in his rationale even if they’re not otherwise valid.

Disclosure: Kling is an old coworker of mine and IRL friend, though I don’t believe that impacts my opinion on what he’s saying.

(~pushcx: so I wasn’t sure about the title here. My thinking is as follows: I’m not post ... ⌘ [Read more](https://www.youtube.com/watch?v=dKHopzDtElY) 2024-03-09T01:19:33Z **Downpour: make games on your phone**
[Comments](https://lobste.rs/s/9sxw8c/downpour_make_games_on_your_phone) ⌘ [Read more](https://downpour.games) 2024-03-09T01:57:24Z **Training great LLMs entirely from ground up in the wilderness as a startup**
[Comments](https://lobste.rs/s/ikntkz/training_great_llms_entirely_from_ground) ⌘ [Read more](https://www.yitay.net/blog/training-great-llms-entirely-from-ground-zero-in-the-wilderness) 2024-03-09T02:38:35Z **Fedify: A fediverse server framework in Deno**
[Comments](https://lobste.rs/s/nd3dkq/fedify_fediverse_server_framework_deno) ⌘ [Read more](https://github.com/dahlia/fedify) 2024-03-09T02:53:14Z **the Apple curl security incident 12604**
[Comments](https://lobste.rs/s/fddnqv/apple_curl_security_incident_12604) ⌘ [Read more](https://daniel.haxx.se/blog/2024/03/08/the-apple-curl-security-incident-12604/) 2024-03-09T05:40:21Z **How do computers add numbers so quickly?**
[Comments](https://lobste.rs/s/oq7zyh/how_do_computers_add_numbers_so_quickly) ⌘ [Read more](https://www.youtube.com/watch?v=yj6wo5SCObY) 2024-03-09T06:54:13Z **Rendering 3D Graphics On An Oscilloscope With An STM32**
[Comments](https://lobste.rs/s/7w33it/rendering_3d_graphics_on_oscilloscope) ⌘ [Read more](https://www.youtube.com/watch?v=TAfWea21ooM) 2024-03-09T09:36:04Z **Prolly Trees**
[Comments](https://lobste.rs/s/godgbb/prolly_trees) ⌘ [Read more](https://www.dolthub.com/blog/2024-03-03-prolly-trees/) 2024-03-09T10:36:22Z **SQLite on macOS: Not ACID compliant with the bundled version (2022)**
[Comments](https://lobste.rs/s/bwxtxw/sqlite_on_macos_not_acid_compliant_with) ⌘ [Read more](https://bonsaidb.io/blog/acid-on-apple/) 2024-03-09T12:03:44Z **Orthogonal Persistence, The Model**
[Comments](https://lobste.rs/s/obeth5/orthogonal_persistence_model) ⌘ [Read more](https://github.com/mighty-gerbils/gerbil-persist/blob/master/persist.md) 2024-03-09T13:01:46Z **What Cannot be Skipped About the Skiplist: A Survey of Skiplists and Their Applications in Big Data Systems**
[Comments](https://lobste.rs/s/yogkhh/what_cannot_be_skipped_about_skiplist) ⌘ [Read more](https://arxiv.org/abs/2403.04582) 2024-03-09T16:07:22Z **How to Lose Control of your Shell**
[Comments](https://lobste.rs/s/hru0ib/how_lose_control_your_shell) ⌘ [Read more](https://registerspill.thorstenball.com/p/how-to-lose-control-of-your-shell) 2024-03-09T16:12:08Z **Three Star Programmer**
[Comments](https://lobste.rs/s/baxjpw/three_star_programmer) ⌘ [Read more](https://wiki.c2.com/?ThreeStarProgrammer) 2024-03-09T18:22:26Z **Rotation with three shears**
[Comments](https://lobste.rs/s/qhs3uj/rotation_with_three_shears) ⌘ [Read more](https://cohost.org/tomforsyth/post/891823-rotation-with-three) 2024-03-09T18:51:48Z **Announcing LumeCMS**
[Comments](https://lobste.rs/s/85arqh/announcing_lumecms) ⌘ [Read more](https://lume.land/blog/posts/lume-cms/) 2024-03-09T18:54:58Z **I'm betting on Call-by-Push-Value**
[Comments](https://lobste.rs/s/mpcoj1/i_m_betting_on_call_by_push_value) ⌘ [Read more](https://thunderseethe.dev/posts/bet-on-cbpv/) 2024-03-09T19:34:16Z **Making Friends with AttributeGraph**
[Comments](https://lobste.rs/s/7pc89y/making_friends_with_attributegraph) ⌘ [Read more](https://saagarjha.com/blog/2024/02/27/making-friends-with-attributegraph/) 2024-03-09T19:37:08Z **UK academic’s Wikipedia project raises profile of women around the world**
[Comments](https://lobste.rs/s/v1nckl/uk_academic_s_wikipedia_project_raises) ⌘ [Read more](https://www.theguardian.com/society/2024/mar/05/uk-academics-wikipedia-project-raises-profile-of-women-around-the-world) 2024-03-10T01:25:46Z **The HAM Stack - A Simple Scalable Tech Stack for building modern web apps fast and cheap**
[Comments](https://lobste.rs/s/tmiu3b/ham_stack_simple_scalable_tech_stack_for) ⌘ [Read more](https://hamy.xyz/labs/2024-02_hamstack) 2024-03-10T01:36:59Z **Yarnspin: A simple story-telling game engine**
[Comments](https://lobste.rs/s/snqz3l/yarnspin_simple_story_telling_game) ⌘ [Read more](https://github.com/mattiasgustavsson/yarnspin) 2024-03-10T04:10:11Z **S3 is files, but not a filesystem**
[Comments](https://lobste.rs/s/t9d5z4/s3_is_files_not_filesystem) ⌘ [Read more](https://calpaterson.com/s3.html) 2024-03-10T07:07:30Z **Suyu: a Nintendo Switch emulator for hardware preservation and research**
[Comments](https://lobste.rs/s/9qqauz/suyu_nintendo_switch_emulator_for) ⌘ [Read more](https://suyu.dev/) 2024-03-10T07:13:11Z **How We Bypassed Safari 17's Advanced Audio Fingerprinting Protection**
[Comments](https://lobste.rs/s/3xpaze/how_we_bypassed_safari_17_s_advanced_audio) ⌘ [Read more](https://fingerprint.com/blog/bypassing-safari-17-audio-fingerprinting-protection/) 2024-03-10T10:37:29Z **Keycloak Identity and Access Management on FreeBSD**
[Comments](https://lobste.rs/s/aqd0eu/keycloak_identity_access_management_on) ⌘ [Read more](https://vermaden.wordpress.com/2024/03/10/keycloak-on-freebsd/) 2024-03-10T10:47:57Z **Numbers Every Programmer Should Know**
[Comments](https://lobste.rs/s/mhsucg/numbers_every_programmer_should_know) ⌘ [Read more](https://samwho.dev/numbers/?fo) 2024-03-10T11:16:02Z **aws-lambda-web-adapter: Run web applications on AWS Lambda**
[Comments](https://lobste.rs/s/hcajms/aws_lambda_web_adapter_run_web) ⌘ [Read more](https://github.com/awslabs/aws-lambda-web-adapter) 2024-03-10T11:56:59Z **Wikipedia over DNS (2009)**
[Comments](https://lobste.rs/s/kakpch/wikipedia_over_dns_2009) ⌘ [Read more](https://dgl.cx/wikipedia-dns) 2024-03-10T12:56:22Z **Kākāpō - A web bundler for Nix strings with context**
[Comments](https://lobste.rs/s/xo0x0f/kakapo_web_bundler_for_nix_strings_with) ⌘ [Read more](https://github.com/adisbladis/kakapo) 2024-03-10T15:16:01Z **New NetBSD BulkTracker release**
OP: [https://mastodon.sdf.org/@bentsukun](https://mastodon.sdf.org/@bentsukun)

New NetBSD BulkTracker release. Packages that failed to build now include a list of failed dependencies (if any) and packages broken by them (if any).

[Comments](https://lobste.rs/s/smpcdh/new_netbsd_bulktracker_release) ⌘ [Read more](https://releng.netbsd.org/bulktracker/) 2024-03-10T15:23:46Z **Using LLMs to Generate Fuzz Generators**
[Comments](https://lobste.rs/s/s2qwqr/using_llms_generate_fuzz_generators) ⌘ [Read more](https://verse.systems/blog/post/2024-03-09-using-llms-to-generate-fuzz-generators/) 2024-03-10T15:51:22Z **RESOLV.CONF (upper case)**
[Comments](https://lobste.rs/s/xuvbii/resolv_conf_upper_case) ⌘ [Read more](https://jpmens.net/2024/03/10/resolv-conf-upper-case/) 2024-03-10T17:03:03Z **Programming Jigs**
[Comments](https://lobste.rs/s/e4o2ge/programming_jigs) ⌘ [Read more](https://buttondown.email/j2kun/archive/programming-jigs/) 2024-03-10T17:24:48Z **A compact relocation format for ELF**
[Comments](https://lobste.rs/s/b2ebth/compact_relocation_format_for_elf) ⌘ [Read more](https://maskray.me/blog/2024-03-09-a-compact-relocation-format-for-elf) 2024-03-10T17:22:44Z **Unlocking Kafka's Potential: Tackling Tail Latency with eBPF**
[Comments](https://lobste.rs/s/kiibpg/unlocking_kafka_s_potential_tackling) ⌘ [Read more](https://blog.allegro.tech/2024/03/kafka-performance-analysis.html) 2024-03-10T20:57:36Z **Making a nice API of Amtrak's ugly API**
[Comments](https://lobste.rs/s/ex4t5x/making_nice_api_amtrak_s_ugly_api) ⌘ [Read more](https://mgwalker.github.io/blog/amtrak-api/) 2024-03-10T21:12:55Z **IRIS (Infra-Red, in situ) Project Updates « bunnie's blog**
[Comments](https://lobste.rs/s/fseogs/iris_infra_red_situ_project_updates) ⌘ [Read more](https://www.bunniestudios.com/blog/?p=6937) 2024-03-10T21:46:26Z **Kagi + Wolfram**
[Comments](https://lobste.rs/s/qdoq51/kagi_wolfram) ⌘ [Read more](https://blog.kagi.com/kagi-wolfram) 2024-03-10T21:43:21Z **About Link Integrity**
[Comments](https://lobste.rs/s/rpv7td/about_link_integrity) ⌘ [Read more](https://vhyrro.github.io/blog/posts/type-theory/links/) 2024-03-10T22:17:12Z **Accessibility improvements in GTK 4.14**
[Comments](https://lobste.rs/s/h318ab/accessibility_improvements_gtk_4_14) ⌘ [Read more](https://blog.gtk.org/2024/03/08/accessibility-improvements-in-gtk-4-14/) 2024-03-10T23:03:14Z **What even is “Dependency Injection”? (a practical example using Go)**
[Comments](https://lobste.rs/s/rbibyf/what_even_is_dependency_injection) ⌘ [Read more](https://medium.com/@LittleLeverages/what-even-is-dependency-injection-using-go-7f85724bbdb2) 2024-03-10T23:50:36Z **Serving Astro with Rust**
[Comments](https://lobste.rs/s/vllmhr/serving_astro_with_rust) ⌘ [Read more](https://www.yieldcode.blog/post/serving-astro-with-rust/) 2024-03-11T02:44:38Z **Abstract Geometrical Computation and signal machines**
[Comments](https://lobste.rs/s/pfysdw/abstract_geometrical_computation) ⌘ [Read more](https://www.univ-orleans.fr/lifo/Members/Jerome.Durand-Lose/Recherche/AGC/intro_AGC.html) 2024-03-11T04:02:40Z **How we replaced Vagrant with devenv**
[Comments](https://lobste.rs/s/mdipuc/how_we_replaced_vagrant_with_devenv) ⌘ [Read more](https://2li.ch/blog/2024-03-10-how-we-replaced-vagrant-with-devenv) 2024-03-11T06:11:01Z **Chlorophyll: Synthesis-Aided Compiler for Low-Power Spatial Architectures (2014)**
We developed Chlorophyll, a synthesis-aided programming model
and compiler for the GreenArrays GA144, an extremely minimal-
ist low-power spatial architecture that requires partitioning the pro-
gram into fragments of no more than 256 instructions and 64 words
of data. This processor is 100-times more energy efficient than its
competitors, but currently can only be programmed using a low-
level stack-based lan ... ⌘ [Read more](https://homes.cs.washington.edu/~bodik/ucb/Files/2014/chlorophyll-pldi2014.pdf) 2024-03-11T07:08:35Z **SPLADE: sparse neural search**
[Comments](https://lobste.rs/s/fqk5ya/splade_sparse_neural_search) ⌘ [Read more](https://github.com/naver/splade) 2024-03-11T09:10:32Z **Type Unions Don't Always Compose Well**
[Comments](https://lobste.rs/s/xr7agn/type_unions_don_t_always_compose_well) ⌘ [Read more](https://rtpg.co/2024/03/11/union-types-do-not-always-compose-well/) 2024-03-11T09:47:07Z **0bin is back after CP abuse took down the site for a year**
[Comments](https://lobste.rs/s/5w9uki/0bin_is_back_after_cp_abuse_took_down_site) ⌘ [Read more](https://github.com/Tygs/0bin/issues/160) 2024-03-11T10:14:00Z **Refactoring with Proofs**
[Comments](https://lobste.rs/s/koqhzu/refactoring_with_proofs) ⌘ [Read more](https://www.youtube.com/watch?v=XNIdKXQ56o4) 2024-03-11T11:08:45Z **What are you doing this week?**
What are you doing this week? Feel free to share!

Keep in mind it’s OK to do nothing at all, too. ⌘ [Read more](https://lobste.rs/s/bxa66y/what_are_you_doing_this_week) 2024-03-11T12:50:23Z **gitu: A TUI Git client inspired by Magit**
[Comments](https://lobste.rs/s/wgbvek/gitu_tui_git_client_inspired_by_magit) ⌘ [Read more](https://github.com/altsem/gitu) 2024-03-11T13:19:01Z **Hypothesis starts to support fuzzing and solver-based backends**
[Comments](https://lobste.rs/s/osihwx/hypothesis_starts_support_fuzzing) ⌘ [Read more](https://hypothesis.readthedocs.io/en/latest/strategies.html#alternative-backends-for-hypothesis) 2024-03-11T14:16:03Z **Processing One Billion Rows in PHP**
[Comments](https://lobste.rs/s/ljipzp/processing_one_billion_rows_php) ⌘ [Read more](https://dev.to/realflowcontrol/processing-one-billion-rows-in-php-3eg0) 2024-03-11T14:42:14Z **Retrogaming: Viboritas game in 2K made in 1990**
[Comments](https://lobste.rs/s/g34jzj/retrogaming_viboritas_game_2k_made_1990) ⌘ [Read more](https://nanochess.org/viboritas.html) 2024-03-11T15:27:05Z **Our journey with Swift thus far - some notes and reflections**
[Comments](https://lobste.rs/s/fwolp7/our_journey_with_swift_thus_far_some_notes) ⌘ [Read more](https://forums.swift.org/t/our-journey-with-swift-thus-far-some-notes-and-reflections/70510) 2024-03-11T15:26:04Z **url-parts tool for decomposing URLs by example**
[Comments](https://lobste.rs/s/h0jq8b/url_parts_tool_for_decomposing_urls_by) ⌘ [Read more](https://url-parts.glitch.me) 2024-03-11T15:35:16Z **GrapheneOS finds Bluetooth memory corruption via ARM MTE**
[Comments](https://lobste.rs/s/erj80s/grapheneos_finds_bluetooth_memory) ⌘ [Read more](https://grapheneos.social/@GrapheneOS/112066872276203917) 2024-03-11T17:13:20Z **Announcing Speedometer 3.0: A Shared Browser Benchmark for Web Application Responsiveness**
[Comments](https://lobste.rs/s/9zgggr/announcing_speedometer_3_0_shared) ⌘ [Read more](https://browserbench.org/announcements/speedometer3/) 2024-03-11T18:16:19Z **Can we have a 'raku' tag please?**
Even though Raku and modern Perl share the same ancestry, both are nowadays considered as separate languages. ⌘ [Read more](https://lobste.rs/s/p8ptwq/can_we_have_raku_tag_please) 2024-03-11T18:25:04Z **High-Speed Packet Transmission in Go: From net.Dial to AF_XDP**
[Comments](https://lobste.rs/s/cmcgrp/high_speed_packet_transmission_go_from) ⌘ [Read more](https://toonk.io/sending-network-packets-in-go/index.html) 2024-03-11T18:48:42Z **Openapi-tui: Terminal UI to list, browse and run APIs defined with openapi spec**
[Comments](https://lobste.rs/s/nldo0o/openapi_tui_terminal_ui_list_browse_run) ⌘ [Read more](https://github.com/zaghaghi/openapi-tui) 2024-03-11T21:21:24Z **Fx JSON viewer now supports YAML**
[Comments](https://lobste.rs/s/ufm36k/fx_json_viewer_now_supports_yaml) ⌘ [Read more](https://github.com/antonmedv/fx/releases/tag/32.0.0) 2024-03-11T22:10:52Z **JSON Canvas - An open file format for canvas data**
[Comments](https://lobste.rs/s/xhvnn8/json_canvas_open_file_format_for_canvas) ⌘ [Read more](https://jsoncanvas.org/) 2024-03-12T00:35:28Z **CAP is Good, Actually**
[Comments](https://lobste.rs/s/n7hmcd/cap_is_good_actually) ⌘ [Read more](https://buttondown.email/jaffray/archive/cap-is-good-actually/) 2024-03-12T01:08:18Z **Compartmentalising network stacks with CHERIoT**
[Comments](https://lobste.rs/s/0v9zh2/compartmentalising_network_stacks_with) ⌘ [Read more](https://cheriot.org/rtos/networking/auditing/2024/03/08/cheriot-network-stack.html) 2024-03-12T04:19:05Z **Go, Python, Rust, and production AI applications**
[Comments](https://lobste.rs/s/b17wxm/go_python_rust_production_ai) ⌘ [Read more](https://ajmani.net/2024/03/11/go-python-rust-and-production-ai-applications/) 2024-03-12T04:30:25Z **More Fixpoints! (Functional Pearl)**
> Haskell’s laziness allows the programmer to solve some problems naturally and declaratively via recursive equations. Unfortunately, if the input is “too recursive”, these very elegant idioms can fall into the dreaded black hole, and the programmer has to resort to more pedestrian approaches.
>
> It does not have to be that way: We built variants of common pure data structures (Booleans, sets) where recursive definitions are productive. Internally, the infamous unsafePerformIO is at work, ... ⌘ [Read more](https://dl.acm.org/doi/pdf/10.1145/3607853) 2024-03-12T04:25:47Z **J Playground**
[Comments](https://lobste.rs/s/7t70bg/j_playground) ⌘ [Read more](https://jsoftware.github.io/j-playground/bin/html2/) 2024-03-12T04:45:53Z **Integrating Static Code Analysis Toolchains**
[Comments](https://lobste.rs/s/sbvifp/integrating_static_code_analysis) ⌘ [Read more](https://arxiv.org/abs/2403.05986) 2024-03-12T08:12:21Z **Tag proposal: editors**
Name: editors

Description: Text editors

Similar tags: emacs (Emacs editor), vim (Vim editor)

Previous proposal: [Is it time for an editors tag?](https://lobste.rs/s/pr87ke)

Following stories since 2023 qualify for the tag. Editors stories are usually highly upvoted. They have been posted variously under emacs, vim, programming, and release.

- [Helix Notes](https://lobste.rs/s/nvoikx) (52) (programming, vim)
- [aligning Markdown tables in Helix](https://lobste.rs/s/fqgzrk) (39) (programming)
- ... ⌘ [Read more](https://lobste.rs/s/qnnmon/tag_proposal_editors) 2024-03-12T10:41:36Z **Google's Threat model for Post-Quantum Cryptography**
[Comments](https://lobste.rs/s/0k03z6/google_s_threat_model_for_post_quantum) ⌘ [Read more](https://bughunters.google.com/blog/5108747984306176/google-s-threat-model-for-post-quantum-cryptography) 2024-03-12T11:17:35Z **Cloning a laptop over NVME TCP**
[Comments](https://lobste.rs/s/flgyh4/cloning_laptop_over_nvme_tcp) ⌘ [Read more](https://copyninja.in/blog/clone_laptop_nvmet.html) 2024-03-12T11:54:48Z **C++ safety, in context**
[Comments](https://lobste.rs/s/mzxfam/c_safety_context) ⌘ [Read more](https://herbsutter.com/2024/03/11/safety-in-context/) 2024-03-12T12:34:42Z **First month on a database team**
[Comments](https://lobste.rs/s/5p4tkz/first_month_on_database_team) ⌘ [Read more](https://notes.eatonphil.com/2024-03-11-first-month-on-a-database-team.html) 2024-03-12T14:04:42Z **An overdue status update on Darklang**
This past year has been a pivotal one for us. We’ve taken a hard look at the feedback about Darklang and the evolving tech landscape. In the past year, we’ve forked Darklang, pruned it down, and embarked on crafting “Darklang-next.” Darklang-next features a new CLI runtime for Darklang, and positions us to leverage AI where relevant. This vision carries the essence of Darklang into a future where coding is more intuitive, integrated, and open than ever before.

[Comments](https:/ ... ⌘ [Read more](https://blog.darklang.com/an-overdue-status-update/) 2024-03-12T14:10:09Z **Divine Automation: Factorio and phantasies of mechanization**
[Comments](https://lobste.rs/s/jqg3ne/divine_automation_factorio_phantasies) ⌘ [Read more](https://reincantamentox.substack.com/p/drop-13-divine-automation) 2024-03-12T14:58:34Z **Identifying software**
[Comments](https://lobste.rs/s/io0xpg/identifying_software) ⌘ [Read more](https://guix.gnu.org/en/blog/2024/identifying-software/) 2024-03-12T15:36:41Z **Abstracting Denotational Interpreters**
**Abstracting Denotational Interpreters** \| Sebastian Graf, Simon Peyton Jones, Sven Keidel

Abstract

> We explore denotational interpreters: denotational semantics that produce coinductive traces of a corresponding small-step operational semantics. By parameterising our denotational interpreter over the semantic domain and then varying it, we recover dynamic semantics with different evaluation strategies as well as summary-based static analyses such as type analysis, all from the same generic i ... ⌘ [Read more](https://arxiv.org/abs/2403.02778) 2024-03-12T15:41:41Z **The Accidental Discovery of a New Vulnerability in Google's OAuth Implementation (2023)**
[Comments](https://lobste.rs/s/htjx6u/accidental_discovery_new_vulnerability) ⌘ [Read more](https://www.youtube.com/watch?v=77doS9hCe8A) 2024-03-12T16:43:16Z **Hello DBOS - Announcing DBOS Cloud**
[Comments](https://lobste.rs/s/lirkwj/hello_dbos_announcing_dbos_cloud) ⌘ [Read more](https://www.dbos.dev/blog/announcing-dbos) 2024-03-12T16:51:59Z **Scaling models and multi-tenant data systems - ASDS Chapter 6**
[Comments](https://lobste.rs/s/sewf09/scaling_models_multi_tenant_data_systems) ⌘ [Read more](https://jack-vanlightly.com/analyses/2024/3/12/scaling-models-and-multi-tenant-data-systems-asds-chapter-6) 2024-03-12T16:48:38Z **Migrating from ClickHouse to Apache Doris: what happened?**
[Comments](https://lobste.rs/s/2qzkyg/migrating_from_clickhouse_apache_doris) ⌘ [Read more](https://doris.apache.org/blog/migrating-from-clickhouse-to-apache-doris-what-happened/) 2024-03-12T17:37:24Z **On The Importance of Getting The Foundations Right**
[Comments](https://lobste.rs/s/91wawr/on_importance_getting_foundations_right) ⌘ [Read more](https://cybernetist.com/2024/03/11/importance-of-getting-the-foundations-right/) 2024-03-12T17:44:49Z **Byte-sized Swift: Building Tiny Games for the Playdate**
[Comments](https://lobste.rs/s/dbbek7/byte_sized_swift_building_tiny_games_for) ⌘ [Read more](https://www.swift.org/blog/byte-sized-swift-tiny-games-playdate/) 2024-03-12T18:29:08Z **State of the Terminal**
[Comments](https://lobste.rs/s/pp6l2o/state_terminal) ⌘ [Read more](https://gpanders.com/blog/state-of-the-terminal/) 2024-03-12T19:00:33Z **FloatCompMandelbrot: What impact does floating point precision have on Mandelbrot set calculations?**
[Comments](https://lobste.rs/s/hmebwb/floatcompmandelbrot_what_impact_does) ⌘ [Read more](https://github.com/ProfJski/FloatCompMandelbrot) 2024-03-12T19:24:11Z **Extreme Value Statistical Process Control**
[Comments](https://lobste.rs/s/nrn7o0/extreme_value_statistical_process) ⌘ [Read more](https://two-wrongs.com/extreme-value-spc) 2024-03-12T20:22:25Z **Better without AI**
[Comments](https://lobste.rs/s/nrbzql/better_without_ai) ⌘ [Read more](https://betterwithout.ai/) 2024-03-12T20:35:06Z **New features in the deps.dev API**
[Comments](https://lobste.rs/s/cktij2/new_features_deps_dev_api) ⌘ [Read more](https://blog.deps.dev/api-v3/) 2024-03-12T20:33:02Z **A formula for responsive font-size**
[Comments](https://lobste.rs/s/vqfcpp/formula_for_responsive_font_size) ⌘ [Read more](https://jameshfisher.com/2024/03/12/a-formula-for-responsive-font-size/) 2024-03-12T20:42:32Z **json.human.js - Json Formatting for Human Beings**
[Comments](https://lobste.rs/s/e1ap9p/json_human_js_json_formatting_for_human) ⌘ [Read more](https://marianoguerra.github.io/json.human.js/) 2024-03-12T21:15:12Z **40 years of programming**
[Comments](https://lobste.rs/s/y7fseg/40_years_programming) ⌘ [Read more](https://liw.fi/40/) 2024-03-12T22:17:42Z **Screen Space Reflection**
[Comments](https://lobste.rs/s/oplmzg/screen_space_reflection) ⌘ [Read more](https://zznewclear13.github.io/posts/screen-space-reflection-en/) 2024-03-12T22:53:52Z **Factorio Yosys: a full yosyshq backend for factorio that can compile a riscv core**
repo link (not used for main submission because no README etc): [https://git.sr.ht/~acqrel/factorio-yosys](https://git.sr.ht/~acqrel/factorio-yosys)

[Comments](https://lobste.rs/s/ikdldb/factorio_yosys_full_yosyshq_backend_for) ⌘ [Read more](https://mastodon.social/@thezoq2/112084897570820776) 2024-03-13T04:51:37Z **GhostRace: Exploiting and Mitigating Speculative Race Conditions**
[Comments](https://lobste.rs/s/u2zo4w/ghostrace_exploiting_mitigating) ⌘ [Read more](https://www.vusec.net/projects/ghostrace/) 2024-03-13T05:10:16Z **Why Facebook doesn't use Git**
[Comments](https://lobste.rs/s/r9lewl/why_facebook_doesn_t_use_git) ⌘ [Read more](https://graphite.dev/blog/why-facebook-doesnt-use-git) 2024-03-13T05:23:48Z **Intel Continues Prepping The Linux Kernel For X86S**
[Comments](https://lobste.rs/s/labhzs/intel_continues_prepping_linux_kernel) ⌘ [Read more](https://www.phoronix.com/news/Linux-6.9-More-X86S) 2024-03-13T05:30:08Z **TeX Live 2024 released - ISO available for download via torrent file and magnet**
[Comments](https://lobste.rs/s/cbhj5h/tex_live_2024_released_iso_available_for) ⌘ [Read more](https://www.texastim.dev/texlive/2024/03/12/texlive.html) 2024-03-13T10:10:30Z **Querying Google sheets with SQL**
Hello there,

I wanted to write a post regarding a tool (SheetSQL) that I’ve been working on for the last couple of weeks or so.

The tool allows you to query, join, export, and schedule your queries to Google Sheets through a straightforward SQL interface in the browser. As someone working in a fintech, I constantly deal with sheets and often find it challenging to perform seemingly simple tasks like JOINs natively. However, I’m familiar with SQL, which inspired the creation of SheetSQL. It’s designed to assist th ... ⌘ [Read more](https://sheetsql.io/) 2024-03-13T10:13:19Z **Introducing Devin, the first AI software engineer**
[Comments](https://lobste.rs/s/r3aaco/introducing_devin_first_ai_software) ⌘ [Read more](https://youtu.be/fjHtjT7GO1c) 2024-03-13T11:10:23Z **Rust Flashcards - 557 cards to learn Rust from first principles**
[Comments](https://lobste.rs/s/q5hu1q/rust_flashcards_557_cards_learn_rust_from) ⌘ [Read more](https://github.com/ad-si/Rust-Flashcards) 2024-03-13T13:34:54Z **Email Testing with Python's smtpd Module**
[Comments](https://lobste.rs/s/mo5cdq/email_testing_with_python_s_smtpd_module) ⌘ [Read more](https://muhammadraza.me/2024/Python-Commandline-Tools-Part-1/) 2024-03-13T14:40:07Z **What is this architecture called?**
[Comments](https://lobste.rs/s/lxkbkz/what_is_this_architecture_called) ⌘ [Read more](https://gist.github.com/quad/bc2351e2df4a4a815f8e0d19f36cfa80) 2024-03-13T14:50:33Z **Introducing FlakeHub Cache**
[Comments](https://lobste.rs/s/sqnezh/introducing_flakehub_cache) ⌘ [Read more](https://determinate.systems/posts/flakehub-cache-beta) 2024-03-13T16:00:18Z **Incremental insertion into Prolly Trees**
[Comments](https://lobste.rs/s/rtb0kv/incremental_insertion_into_prolly_trees) ⌘ [Read more](https://interjectedfuture.com/lab-notes/lab-note-034-incremental-insertion-into-prolly-trees/) 2024-03-13T15:59:39Z **cdebug: a swiss army knife of container debugging**
[Comments](https://lobste.rs/s/hbzlse/cdebug_swiss_army_knife_container) ⌘ [Read more](https://github.com/iximiuz/cdebug) 2024-03-13T17:04:54Z **Iterators and traversables**
[Comments](https://lobste.rs/s/rwufjh/iterators_traversables) ⌘ [Read more](https://without.boats/blog/iterators-and-traversables/) 2024-03-13T19:46:42Z **S3 as the universal infrastructure backend**
[Comments](https://lobste.rs/s/lphl0x/s3_as_universal_infrastructure_backend) ⌘ [Read more](https://medium.com/innovationendeavors/s3-as-the-universal-infrastructure-backend-a104a8cc6991) 2024-03-13T20:02:41Z **Expat 2.6.2 released, includes security fixes**
[Comments](https://lobste.rs/s/u8tjze/expat_2_6_2_released_includes_security) ⌘ [Read more](https://blog.hartwork.org/posts/expat-2-6-2-released/) 2024-03-13T20:47:49Z **Neon: Serverless PostgreSQL! (Heikki Linnakangas)**
Talk from the CMU Databases Group Seminar Series: from the Founder of Neon / postgres hacker about their bespoke storage engine that uses Cloud Storage (e.g. S3).

[Comments](https://lobste.rs/s/olredv/neon_serverless_postgresql_heikki) ⌘ [Read more](https://www.youtube.com/watch?v=rES0yzeERns) 2024-03-13T21:19:30Z **UI Algorithms: Drag-reordering (2022)**
[Comments](https://lobste.rs/s/wlxikn/ui_algorithms_drag_reordering_2022) ⌘ [Read more](https://blog.julik.nl/2022/10/drag-reordering) 2024-03-13T21:55:07Z **GPQA: A Graduate-Level Google-Proof Q&A Benchmark**
[Comments](https://lobste.rs/s/r6ycki/gpqa_graduate_level_google_proof_q) ⌘ [Read more](https://arxiv.org/abs/2311.12022) 2024-03-13T22:22:33Z **The Ultimate Ideal Bestest Base Font Size That Everyone Is Keeping a Secret, Especially Chet**
[Comments](https://lobste.rs/s/hdlz6u/ultimate_ideal_bestest_base_font_size) ⌘ [Read more](https://adrianroselli.com/2024/03/the-ultimate-ideal-bestest-base-font-size-that-everyone-is-keeping-a-secret-especially-chet.html) 2024-03-13T22:56:17Z **Perfect Neovim Ansible Setup**
[Comments](https://lobste.rs/s/nrndci/perfect_neovim_ansible_setup) ⌘ [Read more](https://vermaden.wordpress.com/2024/03/13/perfect-neovim-ansible-setup/) 2024-03-14T00:27:30Z **Call by hash**
[Comments](https://lobste.rs/s/aari0g/call_by_hash) ⌘ [Read more](https://garnix.io/blog/call-by-hash) 2024-03-14T03:18:16Z **Robust Contract Evolution in a TypeSafe MicroServices Architecture**
[Comments](https://lobste.rs/s/cdptdu/robust_contract_evolution_typesafe) ⌘ [Read more](https://arxiv.org/abs/2002.06185) 2024-03-14T03:55:06Z **YX problem | Structure and Interpretation of Computer Programmers**
[Comments](https://lobste.rs/s/jjfm3k/yx_problem_structure_interpretation) ⌘ [Read more](https://www.sicpers.info/2024/03/yx-problem/) 2024-03-14T06:06:12Z **What's Next for a Global Design System**
[Comments](https://lobste.rs/s/yxdfb2/what_s_next_for_global_design_system) ⌘ [Read more](https://bradfrost.com/blog/post/whats-next-for-a-global-design-system/) 2024-03-14T08:36:53Z **Range Joins in DuckDB**
[Comments](https://lobste.rs/s/rbdfmk/range_joins_duckdb) ⌘ [Read more](https://duckdb.org/2022/05/27/iejoin.html) 2024-03-14T09:39:46Z **ExaLogLog: Space-Efficient and Practical Approximate Distinct Counting up to the Exa-Scale**
[Comments](https://lobste.rs/s/pj2lyp/exaloglog_space_efficient_practical) ⌘ [Read more](https://arxiv.org/abs/2402.13726) 2024-03-14T10:06:29Z **NumPy vs BLAS: Losing 90% of Throughput**
[Comments](https://lobste.rs/s/hkombo/numpy_vs_blas_losing_90_throughput) ⌘ [Read more](https://ashvardanian.com/posts/numpy-vs-blas-costs/) 2024-03-14T11:14:18Z **Estimate your age of death**
[Comments](https://lobste.rs/s/zp316a/estimate_your_age_death) ⌘ [Read more](https://lars.yencken.org/tools/age-of-death) 2024-03-14T11:20:15Z **What does the process of submitting a paper to Usenix looks like?**
I watched the linked talk from Bryan Cantrill about how tough it was for him to submit a paper to Usenix and I wondered if anyone here had a different experience or just wanted to describe what the process looks like. I am considering helping someone submit a paper soon.

[Comments](https://lobste.rs/s/ctt2il/what_does_process_submitting_paper) ⌘ [Read more](https://youtu.be/gAEiXWO44bQ) 2024-03-14T11:42:23Z **Security.txt in the wild**
[Comments](https://lobste.rs/s/fadirr/security_txt_wild) ⌘ [Read more](https://blog.ovalerio.net/archives/2818) 2024-03-14T12:06:13Z **The complications of typographic size on the web**
[Comments](https://lobste.rs/s/6k8wiy/complications_typographic_size_on_web) ⌘ [Read more](https://fonts.google.com/knowledge/using_type/the_complications_of_typographic_size) 2024-03-14T12:20:03Z **Slint 1.5: Embracing Android, Improving Live-Preview, and Pythonic Slint**
[Comments](https://lobste.rs/s/t96fof/slint_1_5_embracing_android_improving) ⌘ [Read more](https://slint.dev/blog/slint-1.5-released) 2024-03-14T13:45:46Z **Announcing Ibis, the federated Wikipedia Alternative**
[Comments](https://lobste.rs/s/mibsxb/announcing_ibis_federated_wikipedia) ⌘ [Read more](https://ibis.wiki/article/Announcing_Ibis,_the_federated_Wikipedia_Alternative@ibis.wiki) 2024-03-14T14:01:22Z **pipexec: Handling pipe of commands like a single command**
[Comments](https://lobste.rs/s/xqdnek/pipexec_handling_pipe_commands_like) ⌘ [Read more](https://github.com/flonatel/pipexec) 2024-03-14T14:08:05Z **Digital forgeries are hard**
[Comments](https://lobste.rs/s/hvbroz/digital_forgeries_are_hard) ⌘ [Read more](https://mjg59.dreamwidth.org/69507.html) 2024-03-14T14:39:54Z **Least Frequently Used Cache in O(1)**
[Comments](https://lobste.rs/s/xo9n89/least_frequently_used_cache_o_1) ⌘ [Read more](https://github.com/teivah/go-lfu) 2024-03-14T14:46:14Z **Create PostgreSQL extensions using Zig**
[Comments](https://lobste.rs/s/lk03rc/create_postgresql_extensions_using_zig) ⌘ [Read more](https://github.com/xataio/pgzx) 2024-03-14T15:15:58Z **Hackers can read private AI assistant chats even though they’re encrypted**
[Comments](https://lobste.rs/s/9jc7qb/hackers_can_read_private_ai_assistant) ⌘ [Read more](https://arstechnica.com/?p=2010039) 2024-03-14T16:01:47Z **Reverse engineering a car key fob signal, Part 1**
[Comments](https://lobste.rs/s/cyeau6/reverse_engineering_car_key_fob_signal) ⌘ [Read more](https://0x44.cc/radio/2024/03/13/reversing-a-car-key-fob-signal.html) 2024-03-14T17:03:42Z **Introducing Sunlight, a CT implementation built for scalability, ease of operation, and reduced cost - Let's Encrypt**
Also see: [https://sunlight.dev/](https://sunlight.dev/)

[Comments](https://lobste.rs/s/owaodf/introducing_sunlight_ct_implementation) ⌘ [Read more](https://letsencrypt.org/2024/03/14/introducing-sunlight) 2024-03-14T17:37:20Z **Rolldown: Rust bundler for JavaScript**
[Comments](https://lobste.rs/s/quyacp/rolldown_rust_bundler_for_javascript) ⌘ [Read more](https://rolldown.rs/about) 2024-03-14T17:44:16Z **What Mob Programming is Bad At**
[Comments](https://lobste.rs/s/32wyty/what_mob_programming_is_bad_at) ⌘ [Read more](https://buttondown.email/hillelwayne/archive/what-mob-programming-is-bad-at/) 2024-03-14T18:05:51Z **Can you share some creative pages that is lightweight, simple with no trackings/no ads?**
I’ve been into lightweight, privacy friendly pages recently. Can you share simple but effective websites? I’m looking into some inspirations.

Sometimes I jump around [1mb.club](https://1mb.club/) and [1kb.club](https://1kb.club/) . There are some nice gems among them. ⌘ [Read more](https://lobste.rs/s/kmzucs/can_you_share_some_creative_pages_is) 2024-03-14T18:22:51Z **SoloVer is a simple and expressive versioning specification**
[Comments](https://lobste.rs/s/mkaigy/solover_is_simple_expressive_versioning) ⌘ [Read more](https://beza1e1.tuxen.de/SoloVer) 2024-03-14T18:20:28Z **Today we launched Flox 1.0**
[Comments](https://lobste.rs/s/dlpl1r/today_we_launched_flox_1_0) ⌘ [Read more](https://tinkering.xyz/releasing-flox/) 2024-03-14T18:49:21Z **A different kind of CT log**
[Comments](https://lobste.rs/s/fjm6kx/different_kind_ct_log) ⌘ [Read more](https://filippo.io/a-different-CT-log) 2024-03-14T20:31:11Z **More powerful Go execution traces**
[Comments](https://lobste.rs/s/jgbi0e/more_powerful_go_execution_traces) ⌘ [Read more](https://go.dev/blog/execution-traces-2024) 2024-03-14T21:07:18Z **ST3000DM001**
[Comments](https://lobste.rs/s/zjtmer/st3000dm001) ⌘ [Read more](https://en.wikipedia.org/wiki/ST3000DM001) 2024-03-14T21:43:04Z **How Figma's Databases Team Lived to Tell the Scale**
[Comments](https://lobste.rs/s/rdlc1q/how_figma_s_databases_team_lived_tell) ⌘ [Read more](https://www.figma.com/blog/how-figmas-databases-team-lived-to-tell-the-scale/) 2024-03-14T21:47:24Z **Дія (Ukrainian government app) source code released under EUPL**
[Comments](https://lobste.rs/s/fmilri/ukrainian_government_app_source_code) ⌘ [Read more](https://github.com/diia-open-source/) 2024-03-14T22:00:48Z **Picotron 0.1 Released**
[Comments](https://lobste.rs/s/22dwzz/picotron_0_1_released) ⌘ [Read more](https://www.picotron.net/) 2024-03-14T23:09:50Z **Oh no, I started a Magit-like plugin for the Lem editor**
[Comments](https://lobste.rs/s/qr7lbq/oh_no_i_started_magit_like_plugin_for_lem) ⌘ [Read more](https://lisp-journey.gitlab.io/blog/oh-no-i-started-a-magit-like-plugin-for-the-lem-editor/) 2024-03-15T02:11:41Z **Achieving awful compression with digits of pi**
[Comments](https://lobste.rs/s/mb1iim/achieving_awful_compression_with_digits) ⌘ [Read more](https://ntietz.com/blog/why-we-cant-compress-messages-with-pi/) 2024-03-15T02:32:57Z **Not so quickly extending QUIC**
[Comments](https://lobste.rs/s/rxut3x/not_so_quickly_extending_quic) ⌘ [Read more](https://lwn.net/Articles/964377/) 2024-03-15T03:41:23Z **Bellroy Technology Team: 2023 in Review**
[Comments](https://lobste.rs/s/hhfs13/bellroy_technology_team_2023_review) ⌘ [Read more](https://exploring-better-ways.bellroy.com/bellroy-technology-team-2023-in-review.html) 2024-03-15T03:41:43Z **A low-code way to learn AI**
[Comments](https://lobste.rs/s/ujmy3q/low_code_way_learn_ai) ⌘ [Read more](https://spreadsheets-are-all-you-need.ai/) 2024-03-15T04:44:47Z **What’s the most interesting automation you have created?**
Would love to hear about the most interesting automation you have created either at work or personal automation.

Also what language did you use? ⌘ [Read more](https://lobste.rs/s/kpi2xx/what_s_most_interesting_automation_you) 2024-03-15T04:49:33Z **Optimizing Matrix Multiplication with Zig**
[Comments](https://lobste.rs/s/w4xnbg/optimizing_matrix_multiplication_with) ⌘ [Read more](https://svaniksharma.github.io/posts/2023-05-07-optimizing-matrix-multiplication-with-zig/) 2024-03-15T06:07:17Z **Compressing Chess Moves for Fun and Profit**
[Comments](https://lobste.rs/s/dpkose/compressing_chess_moves_for_fun_profit) ⌘ [Read more](https://mbuffett.com/posts/compressing-chess-moves/) 2024-03-15T07:11:09Z **Diffing patches for visual programming language MaxMSP**
[Comments](https://lobste.rs/s/bdl64p/diffing_patches_for_visual_programming) ⌘ [Read more](https://github.com/Ableton/maxdevtools/tree/main/maxdiff) 2024-03-15T08:00:37Z **Introducing Sunlight, a CT implementation built for scalability, ease of operation, and reduced cost**
[Comments](https://lobste.rs/s/et1wxk/introducing_sunlight_ct_implementation) ⌘ [Read more](https://letsencrypt.org/2024/03/14/introducing-sunlight.html) 2024-03-15T08:56:28Z **How to write your own custom terraform provider**
[Comments](https://lobste.rs/s/bumvly/how_write_your_own_custom_terraform) ⌘ [Read more](https://medium.com/@ledevedeccorentin/how-to-write-your-own-custom-terraform-provider-f1c27fa5d75e) 2024-03-15T09:38:04Z **Building Meta’s GenAI Infrastructure**
[Comments](https://lobste.rs/s/zwj6qm/building_meta_s_genai_infrastructure) ⌘ [Read more](https://engineering.fb.com/2024/03/12/data-center-engineering/building-metas-genai-infrastructure/) 2024-03-15T10:06:26Z **GG, a GUI for Jujutsu**
[Comments](https://lobste.rs/s/qd7sq1/gg_gui_for_jujutsu) ⌘ [Read more](https://github.com/gulbanana/gg) 2024-03-15T10:53:31Z **IAM Is The Worst**
[Comments](https://lobste.rs/s/gwsilq/iam_is_worst) ⌘ [Read more](https://matduggan.com/iam-is-the-worst/) 2024-03-15T11:00:51Z **What are you doing this weekend?**
Feel free to tell what you plan on doing this weekend and even ask for help or feedback.

Please keep in mind it’s more than OK to do nothing at all too! ⌘ [Read more](https://lobste.rs/s/bvx6ou/what_are_you_doing_this_weekend) 2024-03-15T11:19:26Z **bincapz: enumerate binary capabilities, including malicious behaviors**
[Comments](https://lobste.rs/s/fkhdwk/bincapz_enumerate_binary_capabilities) ⌘ [Read more](https://github.com/chainguard-dev/bincapz) 2024-03-15T11:26:22Z **Onboarding roulette: deleting our employee accounts daily**
[Comments](https://lobste.rs/s/mlek1h/onboarding_roulette_deleting_our) ⌘ [Read more](https://graphite.dev/blog/onboarding-roulette) 2024-03-15T12:17:52Z **QuiCK: A Queuing System in CloudKit**
[Comments](https://lobste.rs/s/arhwyf/quick_queuing_system_cloudkit) ⌘ [Read more](https://www.foundationdb.org/files/QuiCK.pdf) 2024-03-15T13:13:35Z **Regex and Chess Combined!? - An Outrageous Codewars Solution to Find if a King is in Check**
[Comments](https://lobste.rs/s/6abo9u/regex_chess_combined_outrageous) ⌘ [Read more](https://www.youtube.com/watch?v=fhNc0q5N3p0) 2024-03-15T13:26:50Z **The Montreal Problem: Why Programming Languages Need a Style Czar**
[Comments](https://lobste.rs/s/ngdrbc/montreal_problem_why_programming) ⌘ [Read more](https://earthly.dev/blog/language-style-czar/) 2024-03-15T14:41:35Z **Installing And Using The Guix System**
[Comments](https://lobste.rs/s/py0gxl/installing_using_guix_system) ⌘ [Read more](https://medium.com/@kkmvv/installing-and-using-the-guix-system-a616202a2537) 2024-03-15T15:21:07Z **How to approach a reduce problem**
[Comments](https://lobste.rs/s/t9shpe/how_approach_reduce_problem) ⌘ [Read more](https://thoughtbot.com/blog/how-to-approach-a-reduce-problem) 2024-03-15T15:30:23Z **Haiku Activity & Contract Report, February 2024**
[Comments](https://lobste.rs/s/mqq4v9/haiku_activity_contract_report_february) ⌘ [Read more](https://www.haiku-os.org/blog/waddlesplash/2024-03-14_haiku_activity_contract_report_february_2024) 2024-03-15T15:51:28Z **npm install everything, and the complete and utter chaos that follows**
[Comments](https://lobste.rs/s/46dgy1/npm_install_everything_complete_utter) ⌘ [Read more](https://boehs.org/node/npm-everything) 2024-03-15T16:54:23Z **Refactor Like a Superhero**
[Comments](https://lobste.rs/s/bn43qo/refactor_like_superhero) ⌘ [Read more](https://github.com/bespoyasov/refactor-like-a-superhero) 2024-03-15T18:09:43Z **Experiences with Thread Programming in Microsoft Windows**
[Comments](https://lobste.rs/s/3h6mpx/experiences_with_thread_programming) ⌘ [Read more](https://www.johndcook.com/blog/2024/03/15/experiences-with-thread-programming-in-microsoft-windows/) 2024-03-15T19:01:49Z **µON - a compact and simple binary object notation**
[Comments](https://lobste.rs/s/spozr1/on_compact_simple_binary_object_notation) ⌘ [Read more](https://github.com/vshymanskyy/muon/) 2024-03-15T19:10:46Z **Bringing Verse Transactional Memory Semantics to C++**
[Comments](https://lobste.rs/s/pbqail/bringing_verse_transactional_memory) ⌘ [Read more](https://www.unrealengine.com/en-US/tech-blog/bringing-verse-transactional-memory-semantics-to-c) 2024-03-15T19:51:42Z **The t-digest: Efficient estimates of quantiles**
[Comments](https://lobste.rs/s/6brpob/t_digest_efficient_estimates_quantiles) ⌘ [Read more](https://www.sciencedirect.com/science/article/pii/S2665963820300403) 2024-03-15T21:06:08Z **Zig, Rust, and other languages**
[Comments](https://lobste.rs/s/lfg3lj/zig_rust_other_languages) ⌘ [Read more](https://notes.eatonphil.com/2024-03-15-zig-rust-and-other-languages.html) 2024-03-15T21:55:37Z **Tokamak: A web framework for Zig**
[Comments](https://lobste.rs/s/yx1vis/tokamak_web_framework_for_zig) ⌘ [Read more](https://tomsik.cz/posts/tokamak/) 2024-03-15T22:52:05Z **Bending pause times to your will with Generational ZGC**
[Comments](https://lobste.rs/s/qoauq0/bending_pause_times_your_will_with) ⌘ [Read more](https://netflixtechblog.com/bending-pause-times-to-your-will-with-generational-zgc-256629c9386b) 2024-03-16T00:24:22Z **Making a Compiler to Prove tmux Is Turing Complete**
[Comments](https://lobste.rs/s/dgmp4p/making_compiler_prove_tmux_is_turing) ⌘ [Read more](https://willhbr.net/2024/03/15/making-a-compiler-to-prove-tmux-is-turing-complete/) 2024-03-16T02:45:03Z **Nix is a better Docker image builder than Docker's image builder**
[Comments](https://lobste.rs/s/j7c4rw/nix_is_better_docker_image_builder_than) ⌘ [Read more](https://xeiaso.net/talks/2024/nix-docker-build/) 2024-03-16T08:00:57Z **Bash/Zsh autocomplete for JSON fields**
[Comments](https://lobste.rs/s/i6zbj0/bash_zsh_autocomplete_for_json_fields) ⌘ [Read more](https://github.com/antonmedv/fx/releases/tag/33.0.0) 2024-03-16T08:32:45Z **A Javascript Nightmare**
[Comments](https://lobste.rs/s/3thshy/javascript_nightmare) ⌘ [Read more](https://blog.ignaciobrasca.com/opinion/2024/03/15/javascript-nightmare.html) 2024-03-16T08:57:54Z **Redefining Observability**
[Comments](https://lobste.rs/s/du5nev/redefining_observability) ⌘ [Read more](https://hazelweakly.me/blog/redefining-observability/) 2024-03-16T08:59:27Z **What part of Rust compilation is the bottleneck?**
[Comments](https://lobste.rs/s/jkxedk/what_part_rust_compilation_is_bottleneck) ⌘ [Read more](https://kobzol.github.io/rust/rustc/2024/03/15/rustc-what-takes-so-long.html) 2024-03-16T10:53:11Z **legit: A git web frontend written in Go**
[Comments](https://lobste.rs/s/klmtr9/legit_git_web_frontend_written_go) ⌘ [Read more](https://github.com/icyphox/legit) 2024-03-16T13:20:31Z **Range Partitioning: Zero to One**
[Comments](https://lobste.rs/s/vdvv0a/range_partitioning_zero_one) ⌘ [Read more](https://www.aspiring.dev/range-partitioning/) 2024-03-16T14:55:02Z **The Linux Desktop is Finally Great (Both Ubuntu and Firefox)**
[Comments](https://lobste.rs/s/qurpee/linux_desktop_is_finally_great_both) ⌘ [Read more](https://punkx.org/jackdoe/linux-desktop.html) 2024-03-16T14:53:53Z **Fuzzing Ladybird with tools from Google Project Zero**
[Comments](https://lobste.rs/s/qbbzm2/fuzzing_ladybird_with_tools_from_google) ⌘ [Read more](https://awesomekling.substack.com/p/fuzzing-ladybird-with-tools-from) 2024-03-16T15:15:41Z **How to use PostgreSQL for (military) geoanalytics tasks**
[Comments](https://lobste.rs/s/juyk0y/how_use_postgresql_for_military) ⌘ [Read more](https://klioba.com/how-to-use-postgresql-for-military-geoanalytics-tasks) 2024-03-16T16:39:48Z **Cataloguing my vinyl collection with computer vision**
[Comments](https://lobste.rs/s/dz1sor/cataloguing_my_vinyl_collection_with) ⌘ [Read more](https://jamesg.blog/2024/03/16/vinyl-record-indexing/) 2024-03-16T18:38:35Z **Immich: Self-hosted photo and video management solution**
[Comments](https://lobste.rs/s/jguc1y/immich_self_hosted_photo_video) ⌘ [Read more](https://immich.app/) 2024-03-16T19:18:27Z **Semantic AJAX-HTML**
[Comments](https://lobste.rs/s/efysxx/semantic_ajax_html) ⌘ [Read more](https://herman.bearblog.dev/semantic-ajax-html/) 2024-03-16T20:44:31Z **Hard Drivin'**
[Comments](https://lobste.rs/s/r0jyu9/hard_drivin) ⌘ [Read more](https://en.wikipedia.org/wiki/Hard_Drivin%27) 2024-03-16T22:50:30Z **How web bloat impacts users with slow devices**
[Comments](https://lobste.rs/s/49neru/how_web_bloat_impacts_users_with_slow) ⌘ [Read more](https://danluu.com/slow-device/) 2024-03-16T23:31:39Z **Losing the Faith on Testing**
[Comments](https://lobste.rs/s/5xeuew/losing_faith_on_testing) ⌘ [Read more](https://registerspill.thorstenball.com/p/a-few-words-on-testing) 2024-03-17T02:51:46Z **retrowin32: Minesweeper and the four month bug**
[Comments](https://lobste.rs/s/dotylq/retrowin32_minesweeper_four_month_bug) ⌘ [Read more](https://neugierig.org/software/blog/2024/03/retrowin32-minesweeper-bug.html) 2024-03-17T03:32:29Z **sqlelf: Explore ELF objects through the power of SQL**
[Comments](https://lobste.rs/s/mgaugf/sqlelf_explore_elf_objects_through_power) ⌘ [Read more](https://github.com/fzakaria/sqlelf) 2024-03-17T04:33:07Z **We were wizards — a foreword to Learning Perl**
[Comments](https://lobste.rs/s/apx8qj/we_were_wizards_foreword_learning_perl) ⌘ [Read more](https://jwgoerlich.com/we-were-wizards-learning-perl/) 2024-03-17T04:45:23Z **The Return of the Frame Pointers**
[Comments](https://lobste.rs/s/grchjk/return_frame_pointers) ⌘ [Read more](https://www.brendangregg.com/blog/2024-03-17/the-return-of-the-frame-pointers.html) 2024-03-17T05:54:06Z **Core Guidelines are not Rules**
[Comments](https://lobste.rs/s/twjfrm/core_guidelines_are_not_rules) ⌘ [Read more](https://arne-mertz.de/2024/03/core-guidelines-are-not-rules/) 2024-03-17T05:50:51Z **Medical Device Developer Linux**
[Comments](https://lobste.rs/s/txpiur/medical_device_developer_linux) ⌘ [Read more](https://www.logikalsolutions.com/wordpress/information-technology/medical-device-developer-linux/) 2024-03-17T06:11:03Z **Terminal Latency**
[Comments](https://lobste.rs/s/vwubyz/terminal_latency) ⌘ [Read more](https://beuke.org/terminal-latency/) 2024-03-17T06:56:15Z **Lambda on hard mode: Inside Modal's web infrastructure**
[Comments](https://lobste.rs/s/wxyqau/lambda_on_hard_mode_inside_modal_s_web) ⌘ [Read more](https://modal.com/blog/serverless-http) 2024-03-17T07:14:29Z **Remote Key Attestation explained**
[Comments](https://lobste.rs/s/qvuba9/remote_key_attestation_explained) ⌘ [Read more](https://www.smartcard-hsm.com/2024/02/24/Key_Attestation_explained.html) 2024-03-17T07:25:15Z **LLM inference speed of light**
[Comments](https://lobste.rs/s/enr3x6/llm_inference_speed_light) ⌘ [Read more](https://zeux.io/2024/03/15/llm-inference-sol/) 2024-03-17T07:56:22Z **C++ exit-time destructors**
[Comments](https://lobste.rs/s/jz4803/c_exit_time_destructors) ⌘ [Read more](https://maskray.me/blog/2024-03-17-c++-exit-time-destructors) 2024-03-17T09:03:59Z **Fifty Things you can do with a Software Defined Radio**
[Comments](https://lobste.rs/s/pv56wu/fifty_things_you_can_do_with_software) ⌘ [Read more](https://blinry.org/50-things-with-sdr/) 2024-03-17T13:01:06Z **OxidOS Automotive**
[Comments](https://lobste.rs/s/knttqh/oxidos_automotive) ⌘ [Read more](https://oxidos.io/) 2024-03-17T13:15:43Z **Making Mojo Exploits More Difficult**
[Comments](https://lobste.rs/s/m2qdwq/making_mojo_exploits_more_difficult) ⌘ [Read more](https://microsoftedge.github.io/edgevr/posts/Making-Mojo-Exploits-More-Difficult/) 2024-03-17T14:18:45Z **How to sign a kernel module for Secure Boot on Debian in 2023**
[Comments](https://lobste.rs/s/0ubch3/how_sign_kernel_module_for_secure_boot_on) ⌘ [Read more](https://ursache.io/posts/signed-kernel-module-debian-2023/) 2024-03-17T14:33:46Z **Parsing URLs in Python**
[Comments](https://lobste.rs/s/3wus5i/parsing_urls_python) ⌘ [Read more](https://tkte.ch/articles/2024/03/15/parsing-urls-in-python.html) 2024-03-17T14:44:11Z **zenv: Forth for the ZX Spectrum**
Why is there no [forth] tag :)

[Comments](https://lobste.rs/s/mir9rs/zenv_forth_for_zx_spectrum) ⌘ [Read more](https://github.com/Veltas/zenv) 2024-03-17T15:11:07Z **Vision Pro is an over-engineered “devkit”**
[Comments](https://lobste.rs/s/crvzkl/vision_pro_is_over_engineered_devkit) ⌘ [Read more](https://hugo.blog/2024/03/11/vision-pro/) 2024-03-17T16:49:22Z **Just**
[Comments](https://lobste.rs/s/srfoa7/just) ⌘ [Read more](https://www.todepond.com/wikiblogarden/better-computing/just/) 2024-03-17T18:52:11Z **sat-css-tool: Minify CSS files through refactoring**
[Comments](https://lobste.rs/s/fxd8eg/sat_css_tool_minify_css_files_through) ⌘ [Read more](https://github.com/matthewhague/sat-css-tool) 2024-03-17T19:46:48Z **2600.network dialup service for vintage computers**
[Comments](https://lobste.rs/s/f9g4js/2600_network_dialup_service_for_vintage) ⌘ [Read more](https://2600.network/) 2024-03-17T22:47:01Z **Nix is a better Docker image builder than Docker's image builder - Xe Iaso**
[Comments](https://lobste.rs/s/phw65v/nix_is_better_docker_image_builder_than) ⌘ [Read more](https://xeiaso.net//talks/2024/nix-docker-build/) 2024-03-18T01:29:09Z **Stop wasting your time on annoying CTF challenges (and just use Ronin)**
[Comments](https://lobste.rs/s/tmdz6o/stop_wasting_your_time_on_annoying_ctf) ⌘ [Read more](https://ronin-rb.dev/blog/2024/03/15/stop-wasting-your-time-on-annoying-ctf-challenges.html) 2024-03-18T03:03:50Z **macOS 14.4 on Apple silicon broke Java**
[Comments](https://lobste.rs/s/onr9sb/macos_14_4_on_apple_silicon_broke_java) ⌘ [Read more](https://blogs.oracle.com/java/post/java-on-macos-14-4) 2024-03-18T04:46:15Z **Thoughts on cloud GPU providers?**
Looking to get advice and additional insights on hosting large language models. I have gathered some preliminary information about several options, including:

Lambda Labs - Good for obtaining GPU virtual machines (VM) or purchasing bare metal, however it lacks certain features like automatic web endpoints setup. What are your thoughts on its reliability and suitability for production workloads?

Vast AI - Similar to Lambda Labs, but without direct control over the underlying ... ⌘ [Read more](https://lobste.rs/s/gazwp0/thoughts_on_cloud_gpu_providers) 2024-03-18T05:15:49Z **Sensible Firefox Setup**
[Comments](https://lobste.rs/s/0hcqj6/sensible_firefox_setup) ⌘ [Read more](https://vermaden.wordpress.com/2024/03/18/sensible-firefox-setup/) 2024-03-18T09:45:34Z **foca: Gossip-based cluster membership discovery (SWIM)**
[Comments](https://lobste.rs/s/jajojo/foca_gossip_based_cluster_membership) ⌘ [Read more](https://caio.co/de/foca/) 2024-03-18T10:04:54Z **Simplifying Test & Release of Snapped GUI Apps**
[Comments](https://lobste.rs/s/xppmwo/simplifying_test_release_snapped_gui) ⌘ [Read more](https://jnsgr.uk/2024/03/simplifying-snap-gui-testing/) 2024-03-18T11:00:09Z **Let's Build AI**
[Comments](https://lobste.rs/s/xpatpd/let_s_build_ai) ⌘ [Read more](https://letsbuild.ai/) 2024-03-18T11:11:58Z **Social Minefield - high stakes minesweeper via Clickjacking attacks**
[Comments](https://lobste.rs/s/iec3zk/social_minefield_high_stakes) ⌘ [Read more](https://social-minefield.com) 2024-03-18T12:09:07Z **Procrastinating on my side project by torturing databases**
[Comments](https://lobste.rs/s/zk9h0b/procrastinating_on_my_side_project_by) ⌘ [Read more](https://ntietz.com/blog/procrastinating-on-my-side-project-by-torturing-databases/) 2024-03-18T12:51:31Z **What are you doing this week?**
What are you doing this week? Feel free to share!

Keep in mind it’s OK to do nothing at all, too. ⌘ [Read more](https://lobste.rs/s/iyk5rt/what_are_you_doing_this_week) 2024-03-18T13:07:24Z **Moving Forward, Together**
[Comments](https://lobste.rs/s/wqzbgr/moving_forward_together) ⌘ [Read more](https://www.chromium.org/Home/chromium-security/root-ca-policy/moving-forward-together/) 2024-03-18T13:47:05Z **Introducing pixi's multiple environments implementation**
[Comments](https://lobste.rs/s/5djucz/introducing_pixi_s_multiple) ⌘ [Read more](https://prefix.dev/blog/introducing_multi_env_pixi) 2024-03-18T13:52:09Z **Blackbox-Fuzzing of IoT Devices Using the Router TL-WR902AC as Example**
[Comments](https://lobste.rs/s/yuzuhf/blackbox_fuzzing_iot_devices_using) ⌘ [Read more](https://tsmr.eu/blackbox-fuzzing.html) 2024-03-18T16:47:17Z **WebSockets vs Server-Sent-Events vs Long-Polling vs WebRTC vs WebTransport**
Explore the pivotal roles of WebSockets, Server-Sent Events, Long-Polling, WebRTC, and WebTransport in shaping real-time web apps. Dive into their unique advantages, limitations, and optimal use cases for informed development choices

[Comments](https://lobste.rs/s/wyzdgf/websockets_vs_server_sent_events_vs_long) ⌘ [Read more](https://rxdb.info/articles/websockets-sse-polling-webrtc-webtransport.html) 2024-03-18T17:15:42Z **"No way to prevent this" say users of only language where this regularly happens**
[Comments](https://lobste.rs/s/cxgm3t/no_way_prevent_this_say_users_only) ⌘ [Read more](https://xeiaso.net//shitposts/no-way-to-prevent-this/CVE-2024-22252/) 2024-03-18T17:20:46Z **The stupidity and arrogance of GNOME developers**
[Comments](https://lobste.rs/s/8hjcdg/stupidity_arrogance_gnome_developers) ⌘ [Read more](https://felipec.wordpress.com/2024/03/18/stupid-gnome-developers/) 2024-03-18T18:00:51Z **100TB benchmarks for GPU-native data processing**
[Comments](https://lobste.rs/s/jiy6cz/100tb_benchmarks_for_gpu_native_data) ⌘ [Read more](https://voltrondata.com/benchmarks/theseus) 2024-03-18T18:22:39Z **Xata, a new serverless Postgres platform**
[Comments](https://lobste.rs/s/eqkyv7/xata_new_serverless_postgres_platform) ⌘ [Read more](https://xata.io/blog/serverless-postgres-platform) 2024-03-18T18:33:23Z **Goto Is Not A Horror**
[Comments](https://lobste.rs/s/nrbi30/goto_is_not_horror) ⌘ [Read more](https://jerf.org/iri/post/2024/goto/) 2024-03-18T21:59:46Z **What if everybody did everything right?**
[Comments](https://lobste.rs/s/zfnak4/what_if_everybody_did_everything_right) ⌘ [Read more](https://surfingcomplexity.blog/2024/02/17/what-if-everybody-did-everything-right/) 2024-03-18T22:46:52Z **Distributed queries for pgvector**
[Comments](https://lobste.rs/s/ba6lam/distributed_queries_for_pgvector) ⌘ [Read more](https://jkatz05.com/post/postgres/distributed-pgvector/) 2024-03-19T01:55:28Z **Dead air on the incident call**
[Comments](https://lobste.rs/s/j63yzx/dead_air_on_incident_call) ⌘ [Read more](https://blog.danslimmon.com/2024/03/18/dead-air-on-the-incident-call/) 2024-03-19T02:15:37Z **Episode #90: DHH - Ruby on Rails, 37signals, and the future of web development**
[Comments](https://lobste.rs/s/sa7vbo/episode_90_dhh_ruby_on_rails_37signals) ⌘ [Read more](https://www.devtools.fm/episode/90?view=TRANSCRIPT) 2024-03-19T02:56:57Z **Gaining kernel code execution on an MTE-enabled Pixel 8**
[Comments](https://lobste.rs/s/j6nil3/gaining_kernel_code_execution_on_mte) ⌘ [Read more](https://github.blog/2024-03-18-gaining-kernel-code-execution-on-an-mte-enabled-pixel-8/) 2024-03-19T03:23:30Z **Path to understanding: elliptic curves, pairings, and BLS signatures**
[Comments](https://lobste.rs/s/bjouj6/path_understanding_elliptic_curves) ⌘ [Read more](https://geeklaunch.io/blog/understanding-elliptic-curves-pairings-bls-signatures/) 2024-03-19T05:30:17Z **After 41 years, my first assembly program on my first computer, the Tomy Tutor**
[Comments](https://lobste.rs/s/bykrp3/after_41_years_my_first_assembly_program) ⌘ [Read more](https://oldvcr.blogspot.com/2024/03/after-41-years-my-first-assembly.html) 2024-03-19T05:31:30Z **Guess Who's Back? Exodus Scam BitCoin Wallet Snap**
[Comments](https://lobste.rs/s/bpppjt/guess_who_s_back_exodus_scam_bitcoin) ⌘ [Read more](https://popey.com/blog/2024/03/exodus-wallet-part-three/) 2024-03-19T05:29:06Z **How to write a QML effect for KWin**
[Comments](https://lobste.rs/s/5rwdw8/how_write_qml_effect_for_kwin) ⌘ [Read more](https://blog.vladzahorodnii.com/2024/03/18/how-to-write-a-qml-effect-for-kwin/) 2024-03-19T07:19:55Z **Attesting to the TPM’s Firmware**
[Comments](https://lobste.rs/s/bdvlfc/attesting_tpm_s_firmware) ⌘ [Read more](https://www.dlp.rip/attesting-tpm-firmware) 2024-03-19T13:14:39Z **Why does a extraneous build step make my Zig app 10x faster?**
[Comments](https://lobste.rs/s/bkgflx/why_does_extraneous_build_step_make_my_zig) ⌘ [Read more](https://mtlynch.io/zig-extraneous-build/) 2024-03-19T14:20:01Z **A FreeBSD user Tries NetBSD 10-RC5**
[Comments](https://lobste.rs/s/5wuxbq/freebsd_user_tries_netbsd_10_rc5) ⌘ [Read more](https://youtu.be/fLmIKENJxe4) 2024-03-19T15:16:55Z **CPS Representation and Foundational Design Decisions in Flambda2**
[Comments](https://lobste.rs/s/rrzbaf/cps_representation_foundational_design) ⌘ [Read more](https://ocamlpro.com/blog/2024_03_19_the_flambda2_snippets_1/) 2024-03-19T15:12:41Z **Hackintosh is (almost) dead**
[Comments](https://lobste.rs/s/nqi3lw/hackintosh_is_almost_dead) ⌘ [Read more](https://aplus.rs/2024/hackintosh-almost-dead/) 2024-03-19T15:20:26Z **The Flambda2 Snippets, Episode 0**
[Comments](https://lobste.rs/s/51yb8p/flambda2_snippets_episode_0) ⌘ [Read more](https://ocamlpro.com/blog/2024_03_18_the_flambda2_snippets_0/) 2024-03-19T15:41:51Z **Read code like a pro with our weAudit VSCode extension**
[Comments](https://lobste.rs/s/olmte7/read_code_like_pro_with_our_weaudit_vscode) ⌘ [Read more](https://blog.trailofbits.com/2024/03/19/read-code-like-a-pro-with-our-weaudit-vscode-extension/) 2024-03-19T15:56:47Z **Type system of the React compiler**
[Comments](https://lobste.rs/s/4jatzz/type_system_react_compiler) ⌘ [Read more](https://www.recompiled.dev/blog/type-system/) 2024-03-19T16:26:54Z **What if the spec doesn't match the code?**
[Comments](https://lobste.rs/s/vh3wfv/what_if_spec_doesn_t_match_code) ⌘ [Read more](https://buttondown.email/hillelwayne/archive/what-if-the-spec-doesnt-match-the-code/) 2024-03-19T16:33:36Z **comp.programming.threads FAQ (2001)**
[Comments](https://lobste.rs/s/wuom3l/comp_programming_threads_faq_2001) ⌘ [Read more](https://danluu.com/threads-faq/) 2024-03-19T17:26:50Z **Java 22 / JDK 22: General Availability**
[Comments](https://lobste.rs/s/imwwpe/java_22_jdk_22_general_availability) ⌘ [Read more](https://mail.openjdk.org/pipermail/jdk-dev/2024-March/008827.html) 2024-03-19T18:58:41Z **apt install everything?**
[Comments](https://lobste.rs/s/pmsuac/apt_install_everything) ⌘ [Read more](https://www.chiark.greenend.org.uk/~cjwatson/blog/ubuntu-install-everything.html) 2024-03-19T20:03:44Z **What does Alan Kay think about programming and teaching programming with copilots and LLMs of today?**
[Comments](https://lobste.rs/s/lku4sg/what_does_alan_kay_think_about) ⌘ [Read more](https://www.quora.com/What-does-Alan-Kay-think-about-programming-and-teaching-programming-with-copilots-and-LLMs-of-today) 2024-03-19T19:59:59Z **Supervision Trees (2019)**
[Comments](https://lobste.rs/s/pv0pcg/supervision_trees_2019) ⌘ [Read more](https://adoptingerlang.org/docs/development/supervision_trees/) 2024-03-19T21:01:07Z **ESPHome-ePaper-Calendar: A ESPHome calendar for the Inkplate 6**
[Comments](https://lobste.rs/s/zgwzng/esphome_epaper_calendar_esphome) ⌘ [Read more](https://github.com/paviro/ESPHome-ePaper-Calendar) 2024-03-19T22:23:18Z **Deterministic simulation testing for a word processor**
[Comments](https://lobste.rs/s/ocmddc/deterministic_simulation_testing_for) ⌘ [Read more](https://www.eno-writer.com/008-deterministic-simulation-testing-for-a-word-processor/) 2024-03-19T22:29:39Z **Ryelang Spreadsheet and CSV demo**
[Comments](https://lobste.rs/s/p5uvzv/ryelang_spreadsheet_csv_demo) ⌘ [Read more](https://asciinema.org/a/647708) 2024-03-20T00:09:36Z **Trailing Dots in Domain Names**
[Comments](https://lobste.rs/s/etdcng/trailing_dots_domain_names) ⌘ [Read more](http://www.dns-sd.org/trailingdotsindomainnames.html) 2024-03-20T00:23:07Z **Watt-Wise Game Jam**
[Comments](https://lobste.rs/s/oiocec/watt_wise_game_jam) ⌘ [Read more](https://wattwise.games/) 2024-03-20T01:12:07Z **Build System Schism: The Curse Of Meta Build Systems**
[Comments](https://lobste.rs/s/1fthjp/build_system_schism_curse_meta_build) ⌘ [Read more](https://yzena.com/2024/03/build-system-schism-the-curse-of-meta-build-systems/) 2024-03-20T01:14:08Z **Observability improvements for the curious newcomer - Part 1**
[Comments](https://lobste.rs/s/5vwwxq/observability_improvements_for_curious) ⌘ [Read more](https://jaywhy13.hashnode.dev/observability-improvements-for-the-curious-newcomer-part-1) 2024-03-20T02:10:57Z **ggpo: Good Game, Peace Out Rollback Network SDK**
[Comments](https://lobste.rs/s/uqw7mq/ggpo_good_game_peace_out_rollback_network) ⌘ [Read more](https://github.com/pond3r/ggpo) 2024-03-20T05:56:08Z **DOM Purify - untrusted Node bypass**
[Comments](https://lobste.rs/s/dhpzak/dom_purify_untrusted_node_bypass) ⌘ [Read more](https://blog.slonser.info/posts/dompurify-node-type-confusion/) 2024-03-20T06:46:43Z **pgvector vs. pgvecto.rs: A Comparison for Vector Search in PostgreSQL**
[Comments](https://lobste.rs/s/mj8h8y/pgvector_vs_pgvecto_rs_comparison_for) ⌘ [Read more](https://blog.pgvecto.rs/pgvector-vs-pgvectors-in-2024-a-comprehensive-comparison-for-vector-search-in-postgresql) 2024-03-20T09:21:00Z **A Journey from Chaos to Version Control: A Developer's Tale**
[Comments](https://lobste.rs/s/c3ryzm/journey_from_chaos_version_control) ⌘ [Read more](https://www.brautaset.org/posts/chaos-to-vcs.html) 2024-03-20T09:52:47Z **Browser in the middle: 25 years after the MSFT antitrust trial**
[Comments](https://lobste.rs/s/7daiyu/browser_middle_25_years_after_msft) ⌘ [Read more](https://randomoracle.wordpress.com/2024/03/19/browser-in-the-middle-25-years-after-the-msft-antitrust-trial/) 2024-03-20T09:54:50Z **Nue CSS: A scaleable alternative to Tailwind, BEM, and CSS-in-JS**
[Comments](https://lobste.rs/s/vvefts/nue_css_scaleable_alternative_tailwind) ⌘ [Read more](https://nuejs.org/blog/introducing-nue-css/) 2024-03-20T10:39:10Z **IAM is the Perimeter**
[Comments](https://lobste.rs/s/rg7j1x/iam_is_perimeter) ⌘ [Read more](https://www.packetmischief.ca/2023/01/12/iam-is-the-perimeter/) 2024-03-20T11:13:17Z **Privacy-Respecting Type Error Telemetry at Scale**
[Comments](https://lobste.rs/s/zlyfxs/privacy_respecting_type_error_telemetry) ⌘ [Read more](https://programming-journal.org/2024/8/12/) 2024-03-20T11:12:42Z **Collective Allocator Abstraction to Control Object Spatial Locality in C++**
[Comments](https://lobste.rs/s/tvifwt/collective_allocator_abstraction) ⌘ [Read more](https://programming-journal.org/2024/8/15/) 2024-03-20T11:41:15Z **Unison in production at Unison Computing**
[Comments](https://lobste.rs/s/9akmbm/unison_production_at_unison_computing) ⌘ [Read more](https://www.unison-lang.org/blog/experience-report-unison-in-production/) 2024-03-20T12:07:04Z **Inserting 100k rows 66 times faster**
[Comments](https://lobste.rs/s/m3mros/inserting_100k_rows_66_times_faster) ⌘ [Read more](https://xnacly.me/posts/2024/faster-inserts/) 2024-03-20T12:21:40Z **Trusting content on the KDE Store**
[Comments](https://lobste.rs/s/z2yufg/trusting_content_on_kde_store) ⌘ [Read more](https://blog.davidedmundson.co.uk/blog/kde-store-content/) 2024-03-20T12:32:06Z **So You Think You Know Git Part 2**
[Comments](https://lobste.rs/s/sx1drn/so_you_think_you_know_git_part_2) ⌘ [Read more](https://www.youtube.com/watch?v=Md44rcw13k4) 2024-03-20T12:30:30Z **Go Enums Still Suck**
[Comments](https://lobste.rs/s/oa5pqc/go_enums_still_suck) ⌘ [Read more](https://www.zarl.dev/articles/enums-take-two) 2024-03-20T12:41:24Z **lcl.host: fast, easy HTTPS in your local dev environment**
[Comments](https://lobste.rs/s/iqxl3i/lcl_host_fast_easy_https_your_local_dev) ⌘ [Read more](https://anchor.dev/blog/introducing-lcl-host) 2024-03-20T12:49:13Z **Bug hunting in Btrfs**
[Comments](https://lobste.rs/s/ja0s7t/bug_hunting_btrfs) ⌘ [Read more](https://tavianator.com/2024/btrfs_bug.html) 2024-03-20T13:32:28Z **Focus by Automation**
[Comments](https://lobste.rs/s/ddevgb/focus_by_automation) ⌘ [Read more](https://myme.no/posts/2024-03-19-focus-by-automation.html) 2024-03-20T13:41:22Z **devenv 1.0: Rewrite in Rust**
[Comments](https://lobste.rs/s/jdki6m/devenv_1_0_rewrite_rust) ⌘ [Read more](https://devenv.sh/blog/2023/03/20/devenv-10-rewrite-in-rust/) 2024-03-20T13:50:39Z **So you think you want to write a deterministic hypervisor?**
[Comments](https://lobste.rs/s/wsx2qe/so_you_think_you_want_write_deterministic) ⌘ [Read more](https://antithesis.com/blog/deterministic_hypervisor/) 2024-03-20T13:50:23Z **Learn Lil in 10 Minutes**
[Comments](https://lobste.rs/s/wmlme8/learn_lil_10_minutes) ⌘ [Read more](http://beyondloom.com/decker/learnlil.html) 2024-03-20T13:49:10Z **More thoughts on vulnerabilities and misaligned incentives**
[Comments](https://lobste.rs/s/fntogq/more_thoughts_on_vulnerabilities) ⌘ [Read more](https://blog.yossarian.net/2024/03/20/More-thoughts-on-vulnerabilities-and-misaligned-incentives) 2024-03-20T14:03:52Z **How to write code in modern Fortran (2011)**
[Comments](https://lobste.rs/s/izmyx4/how_write_code_modern_fortran_2011) ⌘ [Read more](https://web.archive.org/web/20190516025920/https://www.tacc.utexas.edu/documents/13601/162125/fortran_class.pdf) 2024-03-20T14:50:38Z **Practical Railway-Oriented Pipelines in Ruby**
[Comments](https://lobste.rs/s/sw5mi9/practical_railway_oriented_pipelines) ⌘ [Read more](https://ismaelcelis.com/posts/practical-railway-oriented-pipelines-in-ruby/) 2024-03-20T15:13:26Z **How to Start Google**
[Comments](https://lobste.rs/s/xmsbg8/how_start_google) ⌘ [Read more](https://paulgraham.com/google.html) 2024-03-20T15:41:36Z **Why Does Technology Exist?**
[Comments](https://lobste.rs/s/5kohm8/why_does_technology_exist) ⌘ [Read more](https://blog.toast.cafe/raison-detre) 2024-03-20T16:37:36Z **Household Pi Projects (2022)**
[Comments](https://lobste.rs/s/rewiml/household_pi_projects_2022) ⌘ [Read more](https://morepablo.com/2022/04/household-pi-projects.html) 2024-03-20T16:59:51Z **V 0.4.5 is out**
[Comments](https://lobste.rs/s/dcn0q3/v_0_4_5_is_out) ⌘ [Read more](https://github.com/vlang/v/releases/tag/0.4.5) 2024-03-20T17:35:43Z **Introducing the Benchmark Package: Complementing Unit Tests with Performance Checks**
[Comments](https://lobste.rs/s/ffu5zp/introducing_benchmark_package) ⌘ [Read more](https://swift.org/blog/benchmarks/) 2024-03-20T17:40:16Z **niri: A scrollable-tiling Wayland compositor**
[Comments](https://lobste.rs/s/rkc0ot/niri_scrollable_tiling_wayland) ⌘ [Read more](https://github.com/YaLTeR/niri/) 2024-03-20T18:42:57Z **The Real C++ Killers (Not You, Rust)**
[Comments](https://lobste.rs/s/y5kczf/real_c_killers_not_you_rust) ⌘ [Read more](https://wordsandbuttons.online/the_real_cpp_killers.html) 2024-03-20T18:44:41Z **MERCIA relay computer**
[Comments](https://lobste.rs/s/3xnsb5/mercia_relay_computer) ⌘ [Read more](http://www.relaiscomputer.nl/index.php) 2024-03-20T20:18:12Z **Array Languages: R vs APL**
[Comments](https://lobste.rs/s/dhwo8a/array_languages_r_vs_apl) ⌘ [Read more](https://jcarroll.com.au/2023/07/07/array-languages-r-vs-apl/) 2024-03-20T21:53:56Z **Rive Renderer — now open source and available on all platforms**
[Comments](https://lobste.rs/s/68k8wz/rive_renderer_now_open_source_available) ⌘ [Read more](https://rive.app/blog/rive-renderer-now-open-source-and-available-on-all-platforms) 2024-03-20T23:25:26Z **Redis dropped BSD-3 in favor of a semi-open license**
[Comments](https://lobste.rs/s/sbuqgf/redis_dropped_bsd_3_favor_semi_open) ⌘ [Read more](https://github.com/redis/redis/pull/13157) 2024-03-21T01:06:37Z **Tiny Undervalued Hardware Companions**
[Comments](https://lobste.rs/s/qcwdgi/tiny_undervalued_hardware_companions) ⌘ [Read more](https://vermaden.wordpress.com/2024/03/21/tiny-undervalued-hardware-companions/) 2024-03-21T03:14:28Z **Who will build new search engines for new personal AI agents?**
[Comments](https://lobste.rs/s/e6y61k/who_will_build_new_search_engines_for_new) ⌘ [Read more](https://interconnected.org/home/2024/03/20/agents) 2024-03-21T04:13:58Z **refix: fast, debuggable, reproducible builds**
[Comments](https://lobste.rs/s/rvsyxl/refix_fast_debuggable_reproducible) ⌘ [Read more](https://yosefk.com/blog/refix-fast-debuggable-reproducible-builds.html) 2024-03-21T05:21:17Z **C++23: Encoding related changes**
[Comments](https://lobste.rs/s/t1npvy/c_23_encoding_related_changes) ⌘ [Read more](https://www.sandordargo.com/blog/2024/03/20/cpp23-encoding-related-changes) 2024-03-21T06:08:20Z **Introducing GNOME 46, “Kathmandu”**
[Comments](https://lobste.rs/s/ibsfam/introducing_gnome_46_kathmandu) ⌘ [Read more](https://release.gnome.org/46/) 2024-03-21T10:20:23Z **Intrusive Unit Testing**
[Comments](https://lobste.rs/s/jcpa45/intrusive_unit_testing) ⌘ [Read more](https://two-wrongs.com/intrusive-unit-testing) 2024-03-21T12:38:05Z **The CacheRevolt Manifesto**
Seems open-source falls into 5 not-so-fantastic buckets:

1. Raises millions. Backed by a startup, tends to have Enterprise closed tiers. Company has all the upside, community gets the crumbs.
2. Has millions or billions. Backed by a big player, incentivized to “dual-license” or use proprietary licenses. Think IBM RHEL or Snap’s KeyDB. Company laughs all the way to the bank, or only in a matter of time…
3. Zero dollars. Essentially, “in-house”. At the mercy of the employer, unless the maintainer r ... ⌘ [Read more](https://codeberg.org/CacheRevolt/CacheRevolt) 2024-03-21T12:47:25Z **5 Things We Have Forgotten About Open Source (2014)**
[Comments](https://lobste.rs/s/iia288/5_things_we_have_forgotten_about_open) ⌘ [Read more](http://jordi.inversethought.com/blog/5-things-we-have-forgotten-about-open-source/) 2024-03-21T13:05:27Z **The case for a cli tag**
Name: cli

Description: Command-line interfaces, shells, terminals, TUIs

Category: tools

Similar tags: compilers, databases, vcs (ie classes of tools)

* * *

Recent stories that would qualify:

- [In praise of Nushell](https://lobste.rs/s/b6qycr/praise_nushell) (56) (programming)
- [Useful Uses of cat](https://lobste.rs/s/rtvp2u/useful_uses_cat) (70) (linux)
- [Ghostty Devlog 006](https://lobste.rs/s/fcfcku/ghostty_devlog_006) (46) (programming)
- [s/bash/zsh/g](https://lobste.rs/s/w6kdyk/s_bash_zs ... ⌘ [Read more](https://lobste.rs/s/xq3zt9/case_for_cli_tag) 2024-03-21T13:26:34Z **Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol**
[Comments](https://lobste.rs/s/yqakuw/apache_kvrocks_is_distributed_key_value) ⌘ [Read more](https://kvrocks.apache.org/) 2024-03-21T13:55:13Z **How to make use of typographic refinement in Pages & other macOS apps**
[Comments](https://lobste.rs/s/acs4d0/how_make_use_typographic_refinement) ⌘ [Read more](https://www.macworld.com/article/234949/how-to-make-use-of-typographic-refinement-in-pages-and-other-macos-software.html) 2024-03-21T14:22:56Z **Cross-referencing code & specs for maintainability**
[Comments](https://lobste.rs/s/ogdfxh/cross_referencing_code_specs_for) ⌘ [Read more](https://www.ueber.net/who/mjl/blog/p/cross-referencing-code-and-specs-for-maintainability/) 2024-03-21T14:39:17Z **Introducing pgzx: create PostgreSQL extensions using Zig**
[Comments](https://lobste.rs/s/vub7ke/introducing_pgzx_create_postgresql) ⌘ [Read more](https://xata.io/blog/introducing-pgzx) 2024-03-21T15:50:25Z **The wrong way to speed up your code with Numba**
[Comments](https://lobste.rs/s/cvknut/wrong_way_speed_up_your_code_with_numba) ⌘ [Read more](https://pythonspeed.com/articles/slow-numba/) 2024-03-21T15:48:57Z **Zig defer Patterns**
[Comments](https://lobste.rs/s/w1ffen/zig_defer_patterns) ⌘ [Read more](https://matklad.github.io/2024/03/21/defer-patterns.html) 2024-03-21T16:14:31Z **Arch Linux minimal container userland 100% reproducible - now what?**
[Comments](https://lobste.rs/s/cuq9jc/arch_linux_minimal_container_userland) ⌘ [Read more](https://lists.archlinux.org/hyperkitty/list/arch-dev-public@lists.archlinux.org/thread/AWJ6QUUTE4M27QMH5GSWVDPPMNJEFNEG/) 2024-03-21T16:42:43Z **A step beyond Rust's pattern matching**
[Comments](https://lobste.rs/s/iel0at/step_beyond_rust_s_pattern_matching) ⌘ [Read more](https://radiki.dev/posts/match-and-bind-patterns/) 2024-03-21T17:15:26Z **Unpatchable vulnerability in Apple chip leaks secret encryption keys**
[Comments](https://lobste.rs/s/4ccyyp/unpatchable_vulnerability_apple_chip) ⌘ [Read more](https://arstechnica.com/security/2024/03/hackers-can-extract-secret-encryption-keys-from-apples-mac-chips/) 2024-03-21T17:28:32Z **Introducing the ConnectionEvaluator in KDBindings**
[Comments](https://lobste.rs/s/hx8rig/introducing_connectionevaluator) ⌘ [Read more](https://www.kdab.com/introducing-the-connectionevaluator-in-kdbindings/) 2024-03-21T17:36:39Z **Generative AI Model Openness Framework Whitepaper**
Generative AI (GAI) offers unprecedented possibilities but its commercialization has raised concerns about transparency, reproducibility, bias, and safety. Many “open-source” GAI models lack the necessary components for full understanding and reproduction, and some use restrictive licenses, a practice known as “openwashing.” We propose the Model Openness Framework (MOF), a ranked classification system that rates machine learning models based on their completeness and openness,
foll ... ⌘ [Read more](https://arxiv.org/pdf/2403.13784.pdf) 2024-03-21T18:17:58Z **GoFetch: Breaking Constant-Time Cryptographic Implementations Using Data Memory-Dependent Prefetchers**
[Comments](https://lobste.rs/s/gzsnyh/gofetch_breaking_constant_time) ⌘ [Read more](https://gofetch.fail/) 2024-03-21T18:27:22Z **DuckDB as the New jq**
[Comments](https://lobste.rs/s/x5immj/duckdb_as_new_jq) ⌘ [Read more](https://www.pgrs.net/2024/03/21/duckdb-as-the-new-jq/) 2024-03-21T19:36:38Z **Signed but not secure**
[Comments](https://lobste.rs/s/e5519n/signed_not_secure) ⌘ [Read more](https://blog.benjojo.co.uk/post/rpki-signed-but-not-secure) 2024-03-21T19:41:27Z **Antithesis of a One-in-a-Million Bug: Taming Demonic Nondeterminism**
[Comments](https://lobste.rs/s/dtdqg9/antithesis_one_million_bug_taming) ⌘ [Read more](https://www.cockroachlabs.com/blog/demonic-nondeterminism/) 2024-03-21T21:09:44Z **Type Predicate Inference: The TS 5.5 Feature No One Expected**
[Comments](https://lobste.rs/s/ke9yzs/type_predicate_inference_ts_5_5_feature_no) ⌘ [Read more](https://www.totaltypescript.com/type-predicate-inference) 2024-03-22T00:28:18Z **Invoice Maker - Generate beautiful invoices from simple Typst or YAML data records**
[Comments](https://lobste.rs/s/xxvkmh/invoice_maker_generate_beautiful) ⌘ [Read more](https://github.com/ad-si/invoice-maker) 2024-03-22T01:12:24Z **Oils 0.21.0 - Flags, Integers, Starship Bug, and Speed**
[Comments](https://lobste.rs/s/ivdeel/oils_0_21_0_flags_integers_starship_bug) ⌘ [Read more](https://www.oilshell.org/blog/2024/03/release-0.21.0.html) 2024-03-22T02:04:53Z **Picotron is a Fantasy Workstation**
[Comments](https://lobste.rs/s/hdmapz/picotron_is_fantasy_workstation) ⌘ [Read more](https://www.lexaloffle.com/picotron.php) 2024-03-22T03:20:51Z **What are some good python codebases to read?**
Hello,

Would love to hear from community on your favorite python codebases and how can you become a better python developer.

I am currently a bit rusty when it comes to writing python but I would love to further improve my skillset ⌘ [Read more](https://lobste.rs/s/s1v57r/what_are_some_good_python_codebases_read) 2024-03-22T05:43:34Z **Hot or Not: Revealing Hidden Services by their Clock Skew [2006]**
[Comments](https://lobste.rs/s/lzivr1/hot_not_revealing_hidden_services_by) ⌘ [Read more](https://murdoch.is/papers/ccs06hotornot.pdf) 2024-03-22T08:23:04Z **Property-testing async code in Rust to build reliable distributed systems**
[Comments](https://lobste.rs/s/w8vo2k/property_testing_async_code_rust_build) ⌘ [Read more](https://www.youtube.com/watch?v=ms8zKpS_dZE) 2024-03-22T09:39:23Z **SQLite schema diagram generator**
[Comments](https://lobste.rs/s/p8cvx1/sqlite_schema_diagram_generator) ⌘ [Read more](https://gitlab.com/Screwtapello/sqlite-schema-diagram/) 2024-03-22T10:25:55Z **My binary vector search is better than your FP32 vectors**
[Comments](https://lobste.rs/s/s4oy5c/my_binary_vector_search_is_better_than) ⌘ [Read more](https://blog.pgvecto.rs/my-binary-vector-search-is-better-than-your-fp32-vectors) 2024-03-22T12:01:34Z **Hotel hotspot hijinks**
[Comments](https://lobste.rs/s/d1tieu/hotel_hotspot_hijinks) ⌘ [Read more](https://peateasea.de/hotel-hotspot-hijinks/) 2024-03-22T12:39:21Z **Decision logs**
[Comments](https://lobste.rs/s/dmbpks/decision_logs) ⌘ [Read more](https://vitonsky.net/blog/2024/03/20/decision-logs/) 2024-03-22T12:53:49Z **What are you doing this weekend?**
Feel free to tell what you plan on doing this weekend and even ask for help or feedback.

Please keep in mind it’s more than OK to do nothing at all too! ⌘ [Read more](https://lobste.rs/s/gc4wfb/what_are_you_doing_this_weekend) 2024-03-22T12:53:37Z **Redict is an independent, copyleft fork of Redis®**
[Comments](https://lobste.rs/s/35kxvh/redict_is_independent_copyleft_fork) ⌘ [Read more](https://redict.io/posts/2024-03-22-redict-is-an-independent-fork/) 2024-03-22T13:15:02Z **Eio 1.0 Release: Introducing a new Effects-Based I/O Library for OCaml**
[Comments](https://lobste.rs/s/ea0sb0/eio_1_0_release_introducing_new_effects) ⌘ [Read more](https://tarides.com/blog/2024-03-20-eio-1-0-release-introducing-a-new-effects-based-i-o-library-for-ocaml/) 2024-03-22T13:30:21Z **SMT and the ultimate LCD-SPI interface**
[Comments](https://lobste.rs/s/bt5fmk/smt_ultimate_lcd_spi_interface) ⌘ [Read more](https://tomscii.sig7.se/2024/03/SMT-and-the-ultimate-LCD-SPI-interface) 2024-03-22T14:08:47Z **JPEG DCT text lossifizer**
[Comments](https://lobste.rs/s/8lv5uj/jpeg_dct_text_lossifizer) ⌘ [Read more](https://lcamtuf.substack.com/p/afternoon-project-jpeg-dct-text-lossifizer) 2024-03-22T16:02:20Z **Fun Friday: what got you into programming?**
Why did you start programming, and why did you keep with it?

(Promise this isn’t gonna be a regular thing!) ⌘ [Read more](https://lobste.rs/s/hvob9g/fun_friday_what_got_you_into_programming) 2024-03-22T16:41:44Z **Dependency Management in DuckDB Extensions**
[Comments](https://lobste.rs/s/ud49hv/dependency_management_duckdb) ⌘ [Read more](https://duckdb.org/2024/03/22/dependency-management.html) 2024-03-22T16:59:59Z **List of commercial video games with available source code**
[Comments](https://lobste.rs/s/fyzy3m/list_commercial_video_games_with) ⌘ [Read more](https://en.m.wikipedia.org/wiki/List_of_commercial_video_games_with_available_source_code) 2024-03-22T18:31:34Z **Mozilla fixes two Firefox zero-day bugs exploited at Pwn2Own**
[Comments](https://lobste.rs/s/seq4nz/mozilla_fixes_two_firefox_zero_day_bugs) ⌘ [Read more](https://www.bleepingcomputer.com/news/security/mozilla-fixes-two-firefox-zero-day-bugs-exploited-at-pwn2own/) 2024-03-22T18:41:05Z **Pipes, Forks, & Dups: Understanding Command Execution and Input/Output Data Flow**
[Comments](https://lobste.rs/s/jihdzq/pipes_forks_dups_understanding_command) ⌘ [Read more](https://www.rozmichelle.com/pipes-forks-dups/) 2024-03-22T19:10:51Z **Pack: A New Container Format for Compressed Files**
[Comments](https://lobste.rs/s/akowgz/pack_new_container_format_for_compressed) ⌘ [Read more](https://pack.ac/note/pack) 2024-03-22T19:13:53Z **DragonflyDB**
[Comments](https://lobste.rs/s/uvtbzi/dragonflydb) ⌘ [Read more](https://www.dragonflydb.io/) 2024-03-22T19:47:58Z **How secure are passwords stored in Chrome or Firefox?**
(I thought I’d ask here rather than stackoverflow or reddit because I trust people here more, but I don’t know if this takes the community in an unwanted direction)

My main browser has been Chrome ever since they released that video showing how fast it was ( [https://www.youtube.com/watch?v=nCgQDjiotG0](https://www.youtube.com/watch?v=nCgQDjiotG0)) (GOD THAT WAS 14 YEARS AGO). In a sudden bout of paranoia I decided to go back and try Firefox (which ... ⌘ [Read more](https://lobste.rs/s/qbfioe/how_secure_are_passwords_stored_chrome) 2024-03-22T20:14:47Z **Nix The Planet**
[Comments](https://lobste.rs/s/zwemnj/nix_planet) ⌘ [Read more](https://m.youtube.com/watch?v=6iviTZfiLGU) 2024-03-22T20:24:16Z **Claude and ChatGPT for ad-hoc sidequests**
[Comments](https://lobste.rs/s/bvucfk/claude_chatgpt_for_ad_hoc_sidequests) ⌘ [Read more](https://simonwillison.net/2024/Mar/22/claude-and-chatgpt-case-study/) 2024-03-22T20:54:40Z **ipod-gadget: iPod usb gadget for audio playback**
[Comments](https://lobste.rs/s/xe2ydu/ipod_gadget_ipod_usb_gadget_for_audio) ⌘ [Read more](https://github.com/oandrew/ipod-gadget) 2024-03-22T23:54:48Z **SV3D: Novel Multi-view Synthesis and 3D Generation from a Single Image using Latent Video Diffusion**
[Comments](https://lobste.rs/s/srxvmh/sv3d_novel_multi_view_synthesis_3d) ⌘ [Read more](https://sv3d.github.io/) 2024-03-23T00:02:16Z **Node.js: The Documentary | An origin story**
[Comments](https://lobste.rs/s/gpwtgh/node_js_documentary_origin_story) ⌘ [Read more](https://www.youtube.com/watch?v=LB8KwiiUGy0) 2024-03-23T00:38:13Z **Redis Renamed to Redict**
[Comments](https://lobste.rs/s/qhgyni/redis_renamed_redict) ⌘ [Read more](https://andrewkelley.me/post/redis-renamed-to-redict.html) 2024-03-23T00:48:55Z **Post-quantum cryptography is too damn big**
[Comments](https://lobste.rs/s/dac2to/post_quantum_cryptography_is_too_damn_big) ⌘ [Read more](https://dadrian.io/blog/posts/pqc-signatures-2024/) 2024-03-23T05:03:19Z **The current branch in git**
[Comments](https://lobste.rs/s/8loxs1/current_branch_git) ⌘ [Read more](https://jvns.ca/blog/2024/03/22/the-current-branch-in-git/) 2024-03-23T06:45:54Z **Building containers programmatically, self-hosted**
Hi,
I am planning a very simplified, domain-specific app serving platform. The deployment will be based on linux containers, but I want users to interact with the platform only via a software library (they don’t need to install docker or set up CI scripts or indeed follow the git flow).

So my question to Lobsters is: Is there a service that can build containers by listening to HTTP requests or queue messages (“cloud-native”), while being completely self- ... ⌘ [Read more](https://lobste.rs/s/cnufoe/building_containers_programmatically) 2024-03-23T08:05:01Z **Cranelift code generation comes to Rust**
[Comments](https://lobste.rs/s/tjh7oy/cranelift_code_generation_comes_rust) ⌘ [Read more](https://lwn.net/SubscriberLink/964735/8b795f23495af1d4/) 2024-03-23T09:52:13Z **Redesigning OLTP for a New Order of Magnitude**
[Comments](https://lobste.rs/s/krdrno/redesigning_oltp_for_new_order_magnitude) ⌘ [Read more](https://www.infoq.com/presentations/redesign-oltp/) 2024-03-23T10:16:05Z **Install Doctor: Provision fully configured desktops automatically**
[Comments](https://lobste.rs/s/gtcu94/install_doctor_provision_fully) ⌘ [Read more](https://install.doctor/) 2024-03-23T10:40:07Z **vim is not about speed**
[Comments](https://lobste.rs/s/rlnvdh/vim_is_not_about_speed) ⌘ [Read more](https://levelup.gitconnected.com/vim-is-not-about-speed-88968ae4283c) 2024-03-23T11:37:09Z **Twentysix year old RedHat 5.2 on QEMU i386**
[Comments](https://lobste.rs/s/g2enwk/twentysix_year_old_redhat_5_2_on_qemu_i386) ⌘ [Read more](https://box.matto.nl/twentysix-year-old-redhat-52-on-qemu-i386.html) 2024-03-23T11:42:31Z **Tiny Core Linux on a ThinkPad X60s**
[Comments](https://lobste.rs/s/cskaew/tiny_core_linux_on_thinkpad_x60s) ⌘ [Read more](http://women-and-dreams.blogspot.com/2024/03/tiny-core-linux-on-thinkpad-x60s.html) 2024-03-23T11:47:32Z **Multi Tenant MQTT broker**
[Comments](https://lobste.rs/s/vftpzq/multi_tenant_mqtt_broker) ⌘ [Read more](https://www.hardill.me.uk/wordpress/2024/03/23/multi-tenant-mqtt-broker/) 2024-03-23T12:57:27Z **SQLite alternative which supports vector embeddings**
I’m using sqlite in a rust project via the rusqlite bindings, and I’m trying to add vector embedding search capabilities via [sqlite-vss](https://github.com/asg017/sqlite-vss). sqlite-vss looks very capable, but at the moment the rust bindings [don’t seem well supported yet](https://github.com/asg017/sqlite-vss/issues/50).

I’d rather stick with sqlite, but I’d be willing to switch if there’s something else out there that can do the job.

Any suggestions f ... ⌘ [Read more](https://lobste.rs/s/dfv1nx/sqlite_alternative_which_supports) 2024-03-23T13:02:36Z **Unexplanations: sql is syntactic sugar for relational algebra**
[Comments](https://lobste.rs/s/habq4f/unexplanations_sql_is_syntactic_sugar) ⌘ [Read more](https://www.scattered-thoughts.net/writing/unexplanations-sql-is-syntactic-sugar-for-relational-algebra/) 2024-03-23T15:24:28Z **Grep by example: Interactive guide**
[Comments](https://lobste.rs/s/vphrm3/grep_by_example_interactive_guide) ⌘ [Read more](https://antonz.org/grep-by-example/) 2024-03-23T15:21:45Z **Problem with Vim is that you don't grok vi (2009)**
[Comments](https://lobste.rs/s/xqnheu/problem_with_vim_is_you_don_t_grok_vi_2009) ⌘ [Read more](https://stackoverflow.com/a/1220118) 2024-03-23T16:08:16Z **Why the hell is your Kubernetes API public?**
[Comments](https://lobste.rs/s/j7tiry/why_hell_is_your_kubernetes_api_public) ⌘ [Read more](https://leebriggs.co.uk/blog/2024/03/23/why-public-k8s-controlplane) 2024-03-23T17:48:05Z **lapdev: Self-Hosted Remote Dev Environment**
[Comments](https://lobste.rs/s/ucirlx/lapdev_self_hosted_remote_dev) ⌘ [Read more](https://github.com/lapce/lapdev) 2024-03-23T18:21:03Z **Styledown is a simple markup language for representing styled text**
[Comments](https://lobste.rs/s/wx0ykm/styledown_is_simple_markup_language_for) ⌘ [Read more](https://pkg.go.dev/src.elv.sh@master/pkg/ui/styledown) 2024-03-24T08:56:20Z **TeXpresso: live rendering and error reporting for LaTeX**
[Comments](https://lobste.rs/s/qmyxpw/texpresso_live_rendering_error) ⌘ [Read more](https://github.com/let-def/texpresso) 2024-03-24T13:30:27Z **asak: a cross-platform audio recording/playback CLI tool with TUI, written in Rust**
[Comments](https://lobste.rs/s/ipmtbv/asak_cross_platform_audio_recording) ⌘ [Read more](https://github.com/chaosprint/asak) 2024-03-24T13:32:05Z **Condvars and atomics do not mix**
[Comments](https://lobste.rs/s/dikqa1/condvars_atomics_do_not_mix) ⌘ [Read more](https://zeux.io/2024/03/23/condvars-atomic/) 2024-03-24T13:52:32Z **Reactive Programming without Functions**
[Comments](https://lobste.rs/s/3mvnjc/reactive_programming_without_functions) ⌘ [Read more](https://programming-journal.org/2024/8/11/) 2024-03-24T14:38:56Z **failsafe-go: A fault tolerance library for Go**
[Comments](https://lobste.rs/s/rznejf/failsafe_go_fault_tolerance_library_for) ⌘ [Read more](https://failsafe-go.dev/) 2024-03-24T20:09:36Z **The ü/ü Conundrum**
[Comments](https://lobste.rs/s/fz1yv8/u_u_conundrum) ⌘ [Read more](https://unravelweb.dev/2024/02/12/the-u-u-conundrum/) 2024-03-24T22:30:53Z **Bash vs Fish vs Zsh vs Nushell?**
What shell do you use, for what, and why?

What’s most likely to be the default shell in 10-20 years? ⌘ [Read more](https://lobste.rs/s/qoccbl/bash_vs_fish_vs_zsh_vs_nushell) 2024-03-24T22:42:16Z **PSChess - A Chess Engine in PostScript**
[Comments](https://lobste.rs/s/19f4ox/pschess_chess_engine_postscript) ⌘ [Read more](https://seriot.ch/projects/pschess.html) 2024-03-24T23:31:21Z **POORLY CLASSIFIED DATA: How the Internet became searchable**
[Comments](https://lobste.rs/s/ozs2lw/poorly_classified_data_how_internet) ⌘ [Read more](https://www.youtube.com/watch?v=d149l7SLLXA) 2024-03-25T00:05:38Z **Lezer**
[Comments](https://lobste.rs/s/rsubd9/lezer) ⌘ [Read more](https://marijnhaverbeke.nl/blog/lezer.html) 2024-03-25T02:33:30Z **The Elements of Differentiable Programming**
[Comments](https://lobste.rs/s/7mfrco/elements_differentiable_programming) ⌘ [Read more](https://arxiv.org/abs/2403.14606) 2024-03-25T02:49:09Z **How does Spectre work?**
[Comments](https://lobste.rs/s/bobyau/how_does_spectre_work) ⌘ [Read more](https://bvisness.me/spectre/) 2024-03-25T05:40:48Z **C++ left arrow operator <-**
[Comments](https://lobste.rs/s/xohsqg/c_left_arrow_operator) ⌘ [Read more](https://www.atnnn.com/p/operator-larrow/) 2024-03-25T06:30:11Z **The What, Why and How of Containers**
[Comments](https://lobste.rs/s/7wqfzj/what_why_how_containers) ⌘ [Read more](https://www.annwan.me/computers/what-why-how-containers/) 2024-03-25T06:28:40Z **Why choose async/await over threads?**
[Comments](https://lobste.rs/s/hl5gkk/why_choose_async_await_over_threads) ⌘ [Read more](https://notgull.net/why-not-threads/) 2024-03-25T06:48:23Z **Linux Crisis Tools**
[Comments](https://lobste.rs/s/9m9tsh/linux_crisis_tools) ⌘ [Read more](https://www.brendangregg.com/blog/2024-03-24/linux-crisis-tools.html) 2024-03-25T07:54:08Z **Radios, how do they work?**
[Comments](https://lobste.rs/s/ade5vx/radios_how_do_they_work) ⌘ [Read more](https://lcamtuf.substack.com/p/radios-how-do-they-work) 2024-03-25T08:14:44Z **GNU emacs 29.3 released to fix security issues**
[Comments](https://lobste.rs/s/ldocq6/gnu_emacs_29_3_released_fix_security) ⌘ [Read more](https://seclists.org/oss-sec/2024/q1/246) 2024-03-25T08:34:59Z **Tcl/Tk 9.0b1 released**
[Comments](https://lobste.rs/s/cjjyha/tcl_tk_9_0b1_released) ⌘ [Read more](https://www.tcl.tk/software/tcltk/9.0.html) 2024-03-25T08:49:05Z **Guillermo Rauch - Vercel, The Front End Cloud**
[Comments](https://lobste.rs/s/72pzqn/guillermo_rauch_vercel_front_end_cloud) ⌘ [Read more](https://www.devtools.fm/episode/91?view=TRANSCRIPT) 2024-03-25T09:36:54Z **Port-scanning the fleet and trying to put out fires**
[Comments](https://lobste.rs/s/pklk7k/port_scanning_fleet_trying_put_out_fires) ⌘ [Read more](http://rachelbythebay.com/w/2024/03/21/scan/) 2024-03-25T10:33:27Z **How the SwiftUI View Lifecycle and Identity work**
[Comments](https://lobste.rs/s/z4gfr4/how_swiftui_view_lifecycle_identity_work) ⌘ [Read more](https://doordash.engineering/2022/05/31/how-the-swiftui-view-lifecycle-and-identity-work/) 2024-03-25T11:00:08Z **Symbolics Sunstone Development Plan (1987)**
[Comments](https://lobste.rs/s/9qemyj/symbolics_sunstone_development_plan) ⌘ [Read more](https://wiki.unix-haters.org/lib/exe/fetch.php?media=smbx:1987-sunstone.pdf) 2024-03-25T11:47:34Z **What are you doing this week?**
What are you doing this week? Feel free to share!

Keep in mind it’s OK to do nothing at all, too. ⌘ [Read more](https://lobste.rs/s/kapi9n/what_are_you_doing_this_week) 2024-03-25T11:56:04Z **Context: The Missing Feature of Programming Languages**
[Comments](https://lobste.rs/s/bfrnah/context_missing_feature_programming) ⌘ [Read more](https://medium.com/source-and-buggy/context-the-missing-feature-of-programming-languages-7c1095fe8d32) 2024-03-25T12:26:26Z **Bump Allocation: Up or Down?**
[Comments](https://lobste.rs/s/vrhiti/bump_allocation_up_down) ⌘ [Read more](https://coredumped.dev/2024/03/25/bump-allocation-up-or-down/) 2024-03-25T13:56:29Z **Dogma**
[Comments](https://lobste.rs/s/tgr4xb/dogma) ⌘ [Read more](https://dogma-lang.org/) 2024-03-25T14:20:08Z **Semgrep: AutoFixes using LLMs**
[Comments](https://lobste.rs/s/qtokfw/semgrep_autofixes_using_llms) ⌘ [Read more](https://choly.ca/post/semgrep-autofix-llm/) 2024-03-25T14:39:46Z **Interval Parsing Grammars for File Format Parsing**
[Comments](https://lobste.rs/s/tfxrkf/interval_parsing_grammars_for_file) ⌘ [Read more](https://dl.acm.org/doi/pdf/10.1145/3591264) 2024-03-25T15:28:30Z **The Web That Never Was**
[Comments](https://lobste.rs/s/gykzqr/web_never_was) ⌘ [Read more](https://www.youtube.com/watch?v=9CSjlZeqKOc) 2024-03-25T16:09:36Z **ASON AltScript**
[Comments](https://lobste.rs/s/u0vrju/ason_altscript) ⌘ [Read more](https://altscript.com/) 2024-03-25T16:21:50Z **EU Commission opens DMA non-compliance investigation against Alphabet, Meta and Apple**
[Comments](https://lobste.rs/s/kox5pn/eu_commission_opens_dma_non_compliance) ⌘ [Read more](https://ec.europa.eu/commission/presscorner/detail/en/IP_24_1689) 2024-03-25T16:17:53Z **The Case Of A Leaky Goroutine**
[Comments](https://lobste.rs/s/dqlzld/case_leaky_goroutine) ⌘ [Read more](https://brainbaking.com/post/2024/03/the-case-of-a-leaky-goroutine/) 2024-03-25T16:39:59Z **Why do regexes use `$` and `^` as line anchors?**
[Comments](https://lobste.rs/s/hjwdfm/why_do_regexes_use_as_line_anchors) ⌘ [Read more](https://buttondown.email/hillelwayne/archive/why-do-regexes-use-and-as-line-anchors/) 2024-03-25T17:23:46Z **How To Write Better - A Guide For Developers**
[Comments](https://lobste.rs/s/lqftgn/how_write_better_guide_for_developers) ⌘ [Read more](https://emnudge.dev/blog/write-better) 2024-03-25T19:16:02Z **Infinite loops are UB in C++**
[Comments](https://lobste.rs/s/wwgxzk/infinite_loops_are_ub_c) ⌘ [Read more](https://hails.org/@hailey/112147785725190189) 2024-03-25T20:36:12Z **The Technical History of Kubernetes**
[Comments](https://lobste.rs/s/vw3cm4/technical_history_kubernetes) ⌘ [Read more](https://medium.com/@briankgrant/the-technical-history-of-kubernetes-2fe1988b522a) 2024-03-25T20:44:32Z **KGL: A query language for exploring knowledge graphs**
[Comments](https://lobste.rs/s/4rxjck/kgl_query_language_for_exploring) ⌘ [Read more](https://github.com/capjamesg/knowledge-graph-language) 2024-03-25T22:06:39Z **Poppy a new Bloom filter format and open source project**
[Comments](https://lobste.rs/s/izidoo/poppy_new_bloom_filter_format_open_source) ⌘ [Read more](https://www.misp-project.org/2024/03/25/Poppy-a-new-bloom-filter-format-and-project.html/) 2024-03-25T22:50:41Z **How to complain**
[Comments](https://lobste.rs/s/ld4l8t/how_complain) ⌘ [Read more](https://outerproduct.net/trivial/2024-03-25_complain.html) 2024-03-25T22:58:21Z **Google's First Tensor Processing Unit - Architecture**
[Comments](https://lobste.rs/s/gyixju/google_s_first_tensor_processing_unit) ⌘ [Read more](https://thechipletter.substack.com/p/googles-first-tpu-architecture) 2024-03-25T23:42:32Z **User Beware: The Fine Line Between Content And Code**
[Comments](https://lobste.rs/s/kxelcl/user_beware_fine_line_between_content) ⌘ [Read more](https://hackaday.com/2024/03/25/user-beware-the-fine-line-between-content-and-code/) 2024-03-26T00:50:49Z **Writing GNOME Apps with Swift**
[Comments](https://lobste.rs/s/ddmaop/writing_gnome_apps_with_swift) ⌘ [Read more](https://swift.org/blog/adwaita-swift/) 2024-03-26T02:25:32Z **Phage Art | 2015 Year of the Phage Conference | San Diego, CA**
[Comments](https://lobste.rs/s/55r5gg/phage_art_2015_year_phage_conference_san) ⌘ [Read more](http://2015phage.org/art.php) 2024-03-26T03:35:34Z **Finding Needles in a Haystack with Best-of-K**
[Comments](https://lobste.rs/s/z5apdp/finding_needles_haystack_with_best_k) ⌘ [Read more](https://brooker.co.za/blog/2024/03/25/needles.html) 2024-03-26T04:55:33Z **Designing The Light Source for IRIS**
[Comments](https://lobste.rs/s/uzxbcf/designing_light_source_for_iris) ⌘ [Read more](https://www.bunniestudios.com/blog/?p=7035) 2024-03-26T07:59:11Z **[Cache Architecture for] Container Loading in AWS Lambda**
[Comments](https://lobste.rs/s/nvgql5/cache_architecture_for_container) ⌘ [Read more](https://brooker.co.za/blog/2023/05/23/snapshot-loading.html) 2024-03-26T10:38:28Z **How Meilisearch Updates a Millions Vector Embeddings Database in Under a Minute**
[Comments](https://lobste.rs/s/hng5pe/how_meilisearch_updates_millions_vector) ⌘ [Read more](https://blog.kerollmops.com/how-meilisearch-updates-a-millions-vector-embeddings-database-in-under-a-minute) 2024-03-26T11:19:04Z **Sega Saturn Architecture: A Practical Analysis**
[Comments](https://lobste.rs/s/s8s3mo/sega_saturn_architecture_practical) ⌘ [Read more](https://www.copetti.org/writings/consoles/sega-saturn/) 2024-03-26T12:07:45Z **42.parquet – A Zip Bomb for the Big Data Age**
[Comments](https://lobste.rs/s/y28nva/42_parquet_zip_bomb_for_big_data_age) ⌘ [Read more](https://duckdb.org/2024/03/26/42-parquet-a-zip-bomb-for-the-big-data-age.html) 2024-03-26T14:08:02Z **On Tech Debt: My Rust Library is now a CDO**
[Comments](https://lobste.rs/s/zag1bo/on_tech_debt_my_rust_library_is_now_cdo) ⌘ [Read more](https://lucumr.pocoo.org/2024/3/26/rust-cdo/) 2024-03-26T14:56:33Z **Requiring ESM module support in Node.js**
[Comments](https://lobste.rs/s/fk5edv/requiring_esm_module_support_node_js) ⌘ [Read more](https://joyeecheung.github.io/blog/2024/03/18/require-esm-in-node-js) 2024-03-26T15:31:36Z **Explorative Programming**
[Comments](https://lobste.rs/s/igkrfa/explorative_programming) ⌘ [Read more](https://blog.dziban.net/essays/explorative-programming) 2024-03-26T16:37:06Z **Flipping Pages: An analysis of a new Linux vulnerability in nf_tables and hardened exploitation techniques**
[Comments](https://lobste.rs/s/8am6th/flipping_pages_analysis_new_linux) ⌘ [Read more](https://pwning.tech/nftables/) 2024-03-26T16:46:47Z **Radicle: Sovereign code forge built on Git hits v1.0**
[Comments](https://lobste.rs/s/yzcxgj/radicle_sovereign_code_forge_built_on_git) ⌘ [Read more](https://app.radicle.xyz) 2024-03-26T17:02:05Z **Open Web Advocacy Recommendations re: the Digital Markets Act**
[Comments](https://lobste.rs/s/d9ya8q/open_web_advocacy_recommendations_re) ⌘ [Read more](https://open-web-advocacy.org/blog/in-app-browsers-the-worst-erosion-of-user-choice-you-havent-heard-of/) 2024-03-26T17:51:01Z **KeepYourMouthShut - A Python program to auto-generate Podcasts**
[Comments](https://lobste.rs/s/87zhmo/keepyourmouthshut_python_program_auto) ⌘ [Read more](https://github.com/rajtilakjee/keepyourmouthshut) 2024-03-26T20:07:58Z **Optimizing Javascript for fun and for profit**
[Comments](https://lobste.rs/s/mmb4dl/optimizing_javascript_for_fun_for_profit) ⌘ [Read more](https://romgrk.com/posts/optimizing-javascript) 2024-03-26T21:23:57Z **Centerpiece – Your trusty omnibox search**
Today we are happy to annouce the v1.0.0 release of centerpiece 🎉!

What began as a small personal project with the goal to remove all bars in my desktop environment has transformed into a full featured application launcher with a variety of plugins. A special shoutout to @a-kenji who pushed the development along a great deal. This is the first of my personal projects to reach the 1.0 milestone!

Now, without further ado, enjoy this release and find us many bugs.
– @a-kenji & [@friedow](h ... ⌘ [Read more](https://github.com/friedow/centerpiece) 2024-03-26T21:47:45Z **Erasure Coding versus Tail Latency**
[Comments](https://lobste.rs/s/p3yfuu/erasure_coding_versus_tail_latency) ⌘ [Read more](https://brooker.co.za/blog/2023/01/06/erasure.html) 2024-03-26T22:37:24Z **Concept Pieces for a Graphical Editor**
[Comments](https://lobste.rs/s/odq2h8/concept_pieces_for_graphical_editor) ⌘ [Read more](https://joshleeb.com/posts/status-update-2024-mar.html) 2024-03-26T22:51:45Z **Preventing Cross-Service UDP Loops in QUIC**
[Comments](https://lobste.rs/s/9xlbke/preventing_cross_service_udp_loops_quic) ⌘ [Read more](https://bughunters.google.com/blog/5960150648750080/preventing-cross-service-udp-loops-in-quic) 2024-03-26T23:03:56Z **Fixing a Bug in PyPy's Incremental GC**
[Comments](https://lobste.rs/s/gjfym5/fixing_bug_pypy_s_incremental_gc) ⌘ [Read more](https://www.pypy.org/posts/2024/03/fixing-bug-incremental-gc.html) 2024-03-26T23:32:55Z **Building WOPR: A 7x4090 AI Server**
[Comments](https://lobste.rs/s/hmiett/building_wopr_7x4090_ai_server) ⌘ [Read more](https://www.mov-axbx.com/wopr/wopr_concept.html) 2024-03-27T01:32:46Z **Adding a Line Profiler to My Language**
[Comments](https://lobste.rs/s/l5ztqn/adding_line_profiler_my_language) ⌘ [Read more](https://healeycodes.com/adding-a-line-profiler-to-my-language) 2024-03-27T06:22:09Z **An awk implementation**
[Comments](https://lobste.rs/s/rpqo8w/awk_implementation) ⌘ [Read more](https://www.raygard.net/awkdoc/) 2024-03-27T07:36:46Z **Should we move from fundamental types?**
[Comments](https://lobste.rs/s/w9udon/should_we_move_from_fundamental_types) ⌘ [Read more](https://www.sandordargo.com/blog/2024/03/27/move-from-funtamental) 2024-03-27T08:13:17Z **Gitroom - Schedule your Social Media and Article Posts and Monitor your repository**
I am happy to announce that the Gitroom platform is live to schedule all your launches 🚀

I created a newsletter called Gitroom (formerly GitHub20k) a year ago.

I wrote about everything I had done during the year, from posting actual-value tutorials on DEV to promoting the repository using influencers.

I have talked to more than 30 open-source maintainers per month! Helping them get visibility in their repository.

But there is one nothing I have ... ⌘ [Read more](https://github.com/gitroomhq/gitroom) 2024-03-27T09:52:29Z **Garbage Collection for Systems Programmers**
[Comments](https://lobste.rs/s/gpb0qh/garbage_collection_for_systems) ⌘ [Read more](https://bitbashing.io/gc-for-systems-programmers.html) 2024-03-27T11:12:35Z **Two little interpreters**
[Comments](https://lobste.rs/s/5pb86n/two_little_interpreters) ⌘ [Read more](https://dubroy.com/blog/two-little-interpreters/) 2024-03-27T14:33:41Z **NetBSD 10 Beta, RC1-6 and Pi Wifi and A/V**
[Comments](https://lobste.rs/s/nec1st/netbsd_10_beta_rc1_6_pi_wifi_v) ⌘ [Read more](http://jspath55.blogspot.com/2024/03/netbsd-10-beta-rc1-6-and-pi-wifi-and-av.html) 2024-03-27T14:33:00Z **Finding NetBSD Kernel Bugs through LockDoc**
[Comments](https://lobste.rs/s/zqtrw9/finding_netbsd_kernel_bugs_through) ⌘ [Read more](https://scholz.ruhr/blog/finding-netbsd-locking-bugs/) 2024-03-27T15:07:28Z **The problem with invariants is that they change over time**
[Comments](https://lobste.rs/s/d1a3qb/problem_with_invariants_is_they_change) ⌘ [Read more](https://surfingcomplexity.blog/2024/03/26/the-problem-with-invariants-is-that-they-change-over-time/) 2024-03-27T15:30:46Z **A Small Tool for Exploring Text Embeddings**
[Comments](https://lobste.rs/s/3r0q9d/small_tool_for_exploring_text_embeddings) ⌘ [Read more](https://cybernetist.com/2024/03/27/a-small-tool-for-exploring-text-embeddings/) 2024-03-27T18:34:19Z **Proxmox Import Wizard Available for Migrating VMware ESXi Based Virtual Machines**
[Comments](https://lobste.rs/s/fufhzl/proxmox_import_wizard_available_for) ⌘ [Read more](https://forum.proxmox.com/threads/new-import-wizard-available-for-migrating-vmware-esxi-based-virtual-machines.144023/) 2024-03-27T20:29:27Z **Who Killed the Network Switch? A Hubris Bug Story**
[Comments](https://lobste.rs/s/txapce/who_killed_network_switch_hubris_bug) ⌘ [Read more](https://cliffle.com/blog/who-killed-the-network-switch/) 2024-03-27T20:51:17Z **Finding memory leaks in Postgres C code**
[Comments](https://lobste.rs/s/034jx9/finding_memory_leaks_postgres_c_code) ⌘ [Read more](https://www.enterprisedb.com/blog/finding-memory-leaks-postgres-c-code) 2024-03-27T20:47:14Z **Why x86 Doesn’t Need to Die**
[Comments](https://lobste.rs/s/fufcyo/why_x86_doesn_t_need_die) ⌘ [Read more](https://chipsandcheese.com/2024/03/27/why-x86-doesnt-need-to-die/) 2024-03-27T22:26:51Z **BFQ, Multiqueue-Deadline, or Kyber? Performance Characterization of Linux Storage Schedulers in the NVMe Era**
[Comments](https://lobste.rs/s/2eaua8/bfq_multiqueue_deadline_kyber) ⌘ [Read more](https://atlarge-research.com/pdfs/2024-io-schedulers.pdf) 2024-03-28T01:37:14Z **Fledgling Languages List - New and upcoming programming languages**
[Comments](https://lobste.rs/s/ha94us/fledgling_languages_list_new_upcoming) ⌘ [Read more](https://fll.presidentbeef.com/) 2024-03-28T04:19:55Z **Brute force text search optimizations**
[Comments](https://lobste.rs/s/fltija/brute_force_text_search_optimizations) ⌘ [Read more](https://boyter.org/posts/brute-force-text-search-optimizations/) 2024-03-28T05:53:42Z **Representing State as interfaces in Go**
[Comments](https://lobste.rs/s/tzgizl/representing_state_as_interfaces_go) ⌘ [Read more](https://www.emoses.org/posts/resolver-resolved-pattern/) 2024-03-28T08:36:29Z **Nathanael Huffman (Oxide Computer) talks FPGA | Microarch Club**
[Comments](https://lobste.rs/s/0eowy6/nathanael_huffman_oxide_computer_talks) ⌘ [Read more](https://microarch.club/episodes/100/) 2024-03-28T11:10:39Z **Flora.pm – a meta-index for Haskell packages**
[Comments](https://lobste.rs/s/yp02rb/flora_pm_meta_index_for_haskell_packages) ⌘ [Read more](https://flora.pm/) 2024-03-28T11:22:17Z **Flatpak Permission Survey**
[Comments](https://lobste.rs/s/o5bmy1/flatpak_permission_survey) ⌘ [Read more](https://ejona.ersoft.org/archive/2024/03/03/flatpak-perm-survey/) 2024-03-28T11:28:36Z **Functions Everywhere, Only Once: Writing Functions for the Everywhere Computer**
[Comments](https://lobste.rs/s/lop768/functions_everywhere_only_once_writing) ⌘ [Read more](https://fission.codes/blog/functions-everywhere-only-once/) 2024-03-28T12:05:11Z **Redesigning navigation with a user-centric approach**
[Comments](https://lobste.rs/s/yusv9u/redesigning_navigation_with_user) ⌘ [Read more](https://medium.com/wttj-tech/redesigning-navigation-with-a-user-centric-approach-e2e9a4c728ae) 2024-03-28T12:04:40Z **The story behind the creation of our dedicated automation team**
[Comments](https://lobste.rs/s/pdvusn/story_behind_creation_our_dedicated) ⌘ [Read more](https://medium.com/wttj-tech/the-story-behind-the-creation-of-our-dedicated-automation-team-de94e342607a) 2024-03-28T13:46:56Z **ARM64 Boot Camp: ARM64EC and ARM64X Explained**
[Comments](https://lobste.rs/s/lc5gry/arm64_boot_camp_arm64ec_arm64x_explained) ⌘ [Read more](http://www.emulators.com/docs/abc_arm64ec_explained.htm) 2024-03-28T14:34:43Z **Infinite Mac: Turning To The Dark Side**
[Comments](https://lobste.rs/s/fjzhgr/infinite_mac_turning_dark_side) ⌘ [Read more](https://blog.persistent.info/2024/03/infinite-mac-nextstep.html?) 2024-03-28T14:29:21Z **TDD: You're Probably Doing It Just Fine**
[Comments](https://lobste.rs/s/zzaopm/tdd_you_re_probably_doing_it_just_fine) ⌘ [Read more](https://blog.thecodewhisperer.com/permalink/tdd-youre-probably-doing-it-just-fine) 2024-03-28T14:49:27Z **My list of challenging software projects some programmers should try**
[Comments](https://lobste.rs/s/5fsjpu/my_list_challenging_software_projects) ⌘ [Read more](https://www.andreinc.net/2024/03/28/programming-projects-ideas) 2024-03-28T15:24:51Z **Tech Independence | Derek Sivers**
[Comments](https://lobste.rs/s/wnltpi/tech_independence_derek_sivers) ⌘ [Read more](https://sive.rs/ti) 2024-03-28T15:32:38Z **Kubernetes and back - Why I don't run distributed systems**
[Comments](https://lobste.rs/s/hauskv/kubernetes_back_why_i_don_t_run) ⌘ [Read more](https://www.davd.io/posts/2024-03-20-kubernetes-and-back-why-i-dont-run-distributed-systems/) 2024-03-28T17:23:51Z **Linux text manipulation**
[Comments](https://lobste.rs/s/abb3mr/linux_text_manipulation) ⌘ [Read more](https://yusuf.fyi/posts/linux-text-manipulation) 2024-03-28T17:39:28Z **Hacking our PostgreSQL driver to get more out of Amazon RDS performance insights**
[Comments](https://lobste.rs/s/r2aehc/hacking_our_postgresql_driver_get_more) ⌘ [Read more](https://knock.app/blog/hacking-postgresql-driver) 2024-03-28T19:19:12Z **Speedbuilding LLVM/Clang in 3 minutes on Power10**
[Comments](https://lobste.rs/s/uvprb3/speedbuilding_llvm_clang_3_minutes_on) ⌘ [Read more](https://www.cambus.net/speedbuilding-llvm-clang-in-3-minutes-on-power10/) 2024-03-28T19:44:31Z **Freedom Respecting Technology: the Next Generation of Open Source, Free Software, Open Knowledge, Open Culture, and Technological Freedom**
[Comments](https://lobste.rs/s/n3rxhr/freedom_respecting_technology_next) ⌘ [Read more](https://makesourcenotcode.github.io/freedom_respecting_technology.html) 2024-03-28T20:34:49Z **Solving the "Are You a Millionaire?" Problem with ZK certificates**
[Comments](https://lobste.rs/s/alxcyp/solving_are_you_millionaire_problem_with) ⌘ [Read more](https://neimanslab.org/2024-03-28/zk_certificates.html) 2024-03-28T21:17:26Z **You can't leak users' data if you don't hold it**
[Comments](https://lobste.rs/s/x0ensu/you_can_t_leak_users_data_if_you_don_t_hold_it) ⌘ [Read more](https://seancoates.com/blogs/matter-and-privacy) 2024-03-28T21:42:02Z **Modular open sources the Mojo standard library**
[Comments](https://lobste.rs/s/h3xbmt/modular_open_sources_mojo_standard) ⌘ [Read more](https://www.modular.com/blog/the-next-big-step-in-mojo-open-source) 2024-03-28T22:34:35Z **Building a Text Editor in the Times of AI**
[Comments](https://lobste.rs/s/zd3pto/building_text_editor_times_ai) ⌘ [Read more](https://zed.dev/blog/building-a-text-editor-in-times-of-ai) 2024-03-29T00:16:50Z **Massachusetts Bodged Transistor Authority: How we turned MBTA Red Line equipment into a car speedometer**
[Comments](https://lobste.rs/s/v5taag/massachusetts_bodged_transistor) ⌘ [Read more](https://tris.fyi/blog/mbta-cab-signaling-indicator.html) 2024-03-29T02:38:28Z **ServiceRouter: Service Mesh at Meta**
[Comments](https://lobste.rs/s/swlpw1/servicerouter_service_mesh_at_meta) ⌘ [Read more](https://www.micahlerner.com/2024/03/28/servicerouter-hyperscale-and-minimal-cost-service-mesh-at-meta.html) 2024-03-29T04:15:00Z **Wall-Escape (CVE-2024-28085): Escape sequence injection in util-linux wall**
[Comments](https://lobste.rs/s/9sho8j/wall_escape_cve_2024_28085_escape) ⌘ [Read more](https://people.rit.edu/sjf5462/6831711781/wall_2_27_2024.txt) 2024-03-29T05:24:05Z **Being laid off in 2023-2024 as an early-career developer**
[Comments](https://lobste.rs/s/8jka1t/being_laid_off_2023_2024_as_early_career) ⌘ [Read more](https://fpsvogel.com/posts/2024/early-career-developer-job-search-after-layoffs) 2024-03-29T06:18:23Z **Xr0 Makes C Safer than Rust**
[Comments](https://lobste.rs/s/rl5igp/xr0_makes_c_safer_than_rust) ⌘ [Read more](https://xr0.dev/safer) 2024-03-29T07:06:39Z **Managing Linux servers with Cockpit**
[Comments](https://lobste.rs/s/sttisl/managing_linux_servers_with_cockpit) ⌘ [Read more](https://lwn.net//Articles/965434/) 2024-03-29T07:22:59Z **Ayllu - yet another email-based Git forge**
[Comments](https://lobste.rs/s/ue4f3k/ayllu_yet_another_email_based_git_forge) ⌘ [Read more](https://ayllu-forge.org/) 2024-03-29T08:25:18Z **AVM updates slow down FRITZ!Box 4040 release date 2016 too slow for DHCP**
[Comments](https://lobste.rs/s/pxoxgi/avm_updates_slow_down_fritz_box_4040) ⌘ [Read more](https://dwaves.de/2024/03/22/avm-updates-slow-down-fritzbox-4040-release-date-2016-too-slow-for-dhcp-which-boxes-still-receive-security-and-firmware-updates-not-eol-right-to-repair-spare-parts/) 2024-03-29T09:17:57Z **quackpipe: DuckDB for ClickHouse users**
[Comments](https://lobste.rs/s/wgd8no/quackpipe_duckdb_for_clickhouse_users) ⌘ [Read more](https://github.com/metrico/quackpipe) 2024-03-29T10:45:07Z **SSPL is BAD**
[Comments](https://lobste.rs/s/oqobxx/sspl_is_bad) ⌘ [Read more](https://ssplisbad.com/) 2024-03-29T12:16:27Z **What are you doing this weekend?**
Feel free to tell what you plan on doing this weekend and even ask for help or feedback.

Please keep in mind it’s more than OK to do nothing at all too! ⌘ [Read more](https://lobste.rs/s/qxjpdo/what_are_you_doing_this_weekend) 2024-03-29T12:24:41Z **External Aggregation in DuckDB**
[Comments](https://lobste.rs/s/n4i0l5/external_aggregation_duckdb) ⌘ [Read more](https://duckdb.org/2024/03/29/external-aggregation.html) 2024-03-29T12:43:53Z **TreeLine: An Update-In-Place Key-Value Store for Modern Storage (2022)**
[Comments](https://lobste.rs/s/x82avy/treeline_update_place_key_value_store_for) ⌘ [Read more](https://www.vldb.org/pvldb/vol16/p99-yu.pdf) 2024-03-29T13:40:05Z **False security: Dashy's client-side authentication**
[Comments](https://lobste.rs/s/skkv7q/false_security_dashy_s_client_side) ⌘ [Read more](https://subract.dev/posts/dashy/) 2024-03-29T13:37:00Z **Introducing Ruzzy, a coverage-guided Ruby fuzzer**
[Comments](https://lobste.rs/s/ncfw0r/introducing_ruzzy_coverage_guided_ruby) ⌘ [Read more](https://blog.trailofbits.com/2024/03/29/introducing-ruzzy-a-coverage-guided-ruby-fuzzer/) 2024-03-29T14:53:43Z **Easy Mode Rust**
[Comments](https://lobste.rs/s/zwgqnl/easy_mode_rust) ⌘ [Read more](https://llogiq.github.io/2024/03/28/easy.html) 2024-03-29T14:53:18Z **Fedora Workstation 40 – what are we working on**
[Comments](https://lobste.rs/s/mszlfq/fedora_workstation_40_what_are_we_working) ⌘ [Read more](https://blogs.gnome.org/uraeus/2024/03/28/fedora-workstation-40-what-are-we-working-on/) 2024-03-29T15:45:37Z **The Many Ways To Read Tech News**
[Comments](https://lobste.rs/s/x1s5bq/many_ways_read_tech_news) ⌘ [Read more](https://pgrs.net/2024/03/29/the-many-ways-to-read-tech-news/) 2024-03-29T15:57:44Z **Why do (or don't) languages forbid unreachable code?**
[Comments](https://lobste.rs/s/y7ny2g/why_do_don_t_languages_forbid_unreachable) ⌘ [Read more](https://langdev.stackexchange.com/questions/3650/why-do-or-dont-languages-forbid-unreachable-code) 2024-03-29T16:13:54Z **How to Design an ISA**
[Comments](https://lobste.rs/s/onqjf8/how_design_isa) ⌘ [Read more](https://cacm.acm.org/practice/how-to-design-an-isa/) 2024-03-29T16:18:40Z **backdoor in upstream xz/liblzma leading to ssh server compromise**
[Comments](https://lobste.rs/s/uihyvs/backdoor_upstream_xz_liblzma_leading_ssh) ⌘ [Read more](https://www.openwall.com/lists/oss-security/2024/03/29/4) 2024-03-29T16:20:47Z **Attacker Techniques: Gesture Jacking**
[Comments](https://lobste.rs/s/v1gjfa/attacker_techniques_gesture_jacking) ⌘ [Read more](https://textslashplain.com/2024/03/27/attacker-techniques-gesture-jacking/) 2024-03-29T19:47:32Z **Fast Development In Rust, Part One**
[Comments](https://lobste.rs/s/uwop6n/fast_development_rust_part_one) ⌘ [Read more](https://blog.sdf.com/p/fast-development-in-rust-part-one) 2024-03-29T19:51:34Z **jank gets syntax quoting and more**
[Comments](https://lobste.rs/s/h4r1co/jank_gets_syntax_quoting_more) ⌘ [Read more](https://jank-lang.org/blog/2024-03-29-syntax-quoting/) 2024-03-29T20:57:55Z **Life algorithms**
[Comments](https://lobste.rs/s/ljyyya/life_algorithms) ⌘ [Read more](https://www.gathering4gardner.org/g4g13gift/math/RokickiTomas-GiftExchange-LifeAlgorithms-G4G13.pdf) 2024-03-29T23:05:57Z **Strengths, weaknesses, opportunities, and threats facing the GNU Autotools**
[Comments](https://lobste.rs/s/zht9p5/strengths_weaknesses_opportunities) ⌘ [Read more](https://www.owlfolio.org/development/autoconf-swot/) 2024-03-29T23:23:28Z **arx: Store files and directory in an archive. Like tar, but faster and with direct random access**
[Comments](https://lobste.rs/s/20xn0u/arx_store_files_directory_archive_like) ⌘ [Read more](https://github.com/jubako/arx) 2024-03-30T01:20:33Z **bpfman: An eBPF Manager**
[Comments](https://lobste.rs/s/owxyqa/bpfman_ebpf_manager) ⌘ [Read more](https://bpfman.io/) 2024-03-30T03:26:20Z **Building an interactive shell in Golang**
[Comments](https://lobste.rs/s/tnaf4e/building_interactive_shell_golang) ⌘ [Read more](https://www.dolthub.com/blog/2023-03-29-interactive-shell-golang/) 2024-03-30T05:40:24Z **Forward Progress Guarantees in C++ [2023]**
[Comments](https://lobste.rs/s/s7vxaz/forward_progress_guarantees_c_2023) ⌘ [Read more](https://www.youtube.com/watch?v=g9Rgu6YEuqY) 2024-03-30T05:49:09Z **AArch64-Explore/vol1 M1 Explainer**
[Comments](https://lobste.rs/s/ycpuyl/aarch64_explore_vol1_m1_explainer) ⌘ [Read more](https://github.com/name99-org/AArch64-Explore/blob/main/vol1%20M1%20Explainer.nb.pdf) 2024-03-30T09:09:52Z **sqlite for servers**
[Comments](https://lobste.rs/s/rsagpv/sqlite_for_servers) ⌘ [Read more](https://kerkour.com/sqlite-for-servers) 2024-03-30T11:44:17Z **NetBSD/pkgsrc on xz library**
[Comments](https://lobste.rs/s/5zn7oa/netbsd_pkgsrc_on_xz_library) ⌘ [Read more](https://www.unitedbsd.com/d/1321-statement-on-backdoor-in-xz-library) 2024-03-30T13:47:14Z **Basic Things**
[Comments](https://lobste.rs/s/jqzcw8/basic_things) ⌘ [Read more](https://matklad.github.io/2024/03/22/basic-things.html) 2024-03-30T16:23:07Z **Developing a Neovim Docker Plugin from Scratch**
[Comments](https://lobste.rs/s/n9av0g/developing_neovim_docker_plugin_from) ⌘ [Read more](https://youtu.be/HXABdG3xJW4) 2024-03-30T16:28:12Z **Helix Release 24.03 Highlights**
[Comments](https://lobste.rs/s/8xtuks/helix_release_24_03_highlights) ⌘ [Read more](https://helix-editor.com/news/release-24-03-highlights/) 2024-03-30T18:34:21Z **Beware of the DashMap deadlock**
[Comments](https://lobste.rs/s/xz6daj/beware_dashmap_deadlock) ⌘ [Read more](https://dev.to/acter/beware-of-the-dashmap-deadlock-lij) 2024-03-30T19:31:10Z **Inside an unusual 7400-series chip implemented with a gate array**
[Comments](https://lobste.rs/s/1jdydv/inside_unusual_7400_series_chip) ⌘ [Read more](http://www.righto.com/2024/03/idt-gate-array.html) 2024-03-30T20:12:54Z **Changes to `u128`/`i128` layout in 1.77 and 1.78 | Rust Blog**
[Comments](https://lobste.rs/s/u4qdpe/changes_u128_i128_layout_1_77_1_78_rust_blog) ⌘ [Read more](https://blog.rust-lang.org/2024/03/30/i128-layout-update.html) 2024-03-30T20:26:45Z **Announcing NetBSD 10.0 (Mar 28, 2024)**
[Comments](https://lobste.rs/s/i2lob1/announcing_netbsd_10_0_mar_28_2024) ⌘ [Read more](https://www.netbsd.org/releases/formal-10/NetBSD-10.0.html) 2024-03-30T21:16:16Z **Type Inference Was a Mistake**
[Comments](https://lobste.rs/s/pkgjno/type_inference_was_mistake) ⌘ [Read more](https://borretti.me/article/type-inference-was-a-mistake) 2024-03-31T01:25:14Z **Git as debugging tool**
[Comments](https://lobste.rs/s/huwi3r/git_as_debugging_tool) ⌘ [Read more](https://lucasoshiro.github.io/posts-en/2023-02-13-git-debug/) 2024-03-31T05:42:35Z **Refurb weekend: Data General/One (and the worst LCD in the world)**
[Comments](https://lobste.rs/s/i6ncoz/refurb_weekend_data_general_one_worst_lcd) ⌘ [Read more](https://oldvcr.blogspot.com/2024/03/refurb-weekend-data-generalone-and.html) 2024-03-31T06:23:06Z **A Kinematically Coupled, Nanometer-Resolution Piezo Focus Stage**
[Comments](https://lobste.rs/s/vgs8bx/kinematically_coupled_nanometer) ⌘ [Read more](https://www.bunniestudios.com/blog/?p=7066) 2024-03-31T06:42:50Z **Explaining the internals of async-task from the ground up**
[Comments](https://lobste.rs/s/a9x437/explaining_internals_async_task_from) ⌘ [Read more](https://notgull.net/async-task-explained-part1/) 2024-03-31T07:56:23Z **XZ backdoor: "It's RCE, not auth bypass, and gated/unreplayable."**
[Comments](https://lobste.rs/s/t41eij/xz_backdoor_it_s_rce_not_auth_bypass_gated) ⌘ [Read more](https://bsky.app/profile/filippo.abyssdomain.expert/post/3kowjkx2njy2b) 2024-03-31T11:11:05Z **On Garbage Collection**
[Comments](https://lobste.rs/s/odmize/on_garbage_collection) ⌘ [Read more](https://xorvoid.com/on_garbage_collection.html) 2024-03-31T13:07:39Z **How Read-Intensive is The Kernel's Use of RCU?**
[Comments](https://lobste.rs/s/u9vk9p/how_read_intensive_is_kernel_s_use_rcu) ⌘ [Read more](https://paulmck.livejournal.com/67547.html) 2024-03-31T14:34:36Z **mdbooker – turn your README.md into a documentation site**
[Comments](https://lobste.rs/s/mngwgd/mdbooker_turn_your_readme_md_into) ⌘ [Read more](https://maximullaris.com/mdbooker.html) 2024-03-31T15:54:29Z **Redox OS Development Priorities for 2023/24**
[Comments](https://lobste.rs/s/3hu18n/redox_os_development_priorities_for_2023) ⌘ [Read more](https://www.redox-os.org/news/development-priorities-2023-09/) 2024-03-31T16:11:54Z **Managarm: End of 2023 Update**
[Comments](https://lobste.rs/s/g2me63/managarm_end_2023_update) ⌘ [Read more](https://managarm.org/2023/12/31/end-of-year-update.html) 2024-03-31T17:12:22Z **This TypeScript type haunted my dreams**
[Comments](https://lobste.rs/s/kxf4yt/this_typescript_type_haunted_my_dreams) ⌘ [Read more](https://amir.rachum.com/typescript-oneof/) 2024-03-31T20:07:55Z **A proposal to add signals to JavaScript**
[Comments](https://lobste.rs/s/mjng1x/proposal_add_signals_javascript) ⌘ [Read more](https://github.com/proposal-signals/proposal-signals) 2024-03-31T20:26:33Z **Fast and concise probabilistic filters in Python**
[Comments](https://lobste.rs/s/xeb6js/fast_concise_probabilistic_filters) ⌘ [Read more](https://lemire.me/blog/2024/03/31/fast-and-concise-probabilistic-filters-in-python/) 2024-03-31T22:02:55Z **Engineering a culture**
[Comments](https://lobste.rs/s/z6gaff/engineering_culture) ⌘ [Read more](https://oxide.computer/blog/engineering-culture) 2024-04-01T02:38:43Z **LLaMA Now Goes Faster on CPUs**
[Comments](https://lobste.rs/s/lraffe/llama_now_goes_faster_on_cpus) ⌘ [Read more](https://justine.lol/matmul/) 2024-04-01T02:48:10Z **A Deep Dive into Email Deliverability in 2024**
[Comments](https://lobste.rs/s/gtx1u3/deep_dive_into_email_deliverability_2024) ⌘ [Read more](https://www.xomedia.io/blog/a-deep-dive-into-email-deliverability/) 2024-04-01T02:56:35Z **I upgraded my iBook G4 to have an SSD**
[Comments](https://lobste.rs/s/5iviyz/i_upgraded_my_ibook_g4_have_ssd) ⌘ [Read more](https://boredzo.org/blog/archives/2024-03-31/i-upgraded-my-ibook-g4-to-have-an-ssd) 2024-04-01T03:14:19Z **What are you learning nowadays?**
Would love to hear from the community in terms of what skills are they learning nowadays ⌘ [Read more](https://lobste.rs/s/v57uy4/what_are_you_learning_nowadays) 2024-04-01T05:53:20Z **Showing GPT-4 develop and execute c code for you, if you tell it you're a journalist**
[Comments](https://lobste.rs/s/dw4y9l/showing_gpt_4_develop_execute_c_code_for) ⌘ [Read more](https://chat.openai.com/share/4f799d2c-e87a-4ba3-9553-0a105a5eed5c) 2024-04-01T06:09:28Z **The hearts of the Super Nintendo**
[Comments](https://lobste.rs/s/vqqaul/hearts_super_nintendo) ⌘ [Read more](https://fabiensanglard.net/snes_hearts/index.html) 2024-04-01T07:21:08Z **Lattice now compiles to .NET IL**
[Comments](https://lobste.rs/s/0ruoab/lattice_now_compiles_net_il) ⌘ [Read more](https://johnaustin.io/articles/2024/lattice-now-compiles-to-net-il) 2024-04-01T07:19:53Z **The remoteness of remote work**
[Comments](https://lobste.rs/s/7nqlh9/remoteness_remote_work) ⌘ [Read more](https://zerodha.tech/blog/remoteness-of-remote-work/) 2024-04-01T08:23:24Z **[PATCH harec] Add C++ templates to Hare**
[Comments](https://lobste.rs/s/h1njwd/patch_harec_add_c_templates_hare) ⌘ [Read more](https://lists.sr.ht/~sircmpwn/hare-dev/%3C20240401074550.22680-1-sebastian%40sebsite.pw%3E) 2024-04-01T08:27:56Z **Switching between code variants using comments**
[Comments](https://lobste.rs/s/ugvvay/switching_between_code_variants_using) ⌘ [Read more](https://linus.schreibt.jetzt/posts/toggle-comments.html) 2024-04-01T08:30:14Z **Anonymity in open source**
[Comments](https://lobste.rs/s/jn3psr/anonymity_open_source) ⌘ [Read more](https://lucumr.pocoo.org/2024/3/31/skin-in-the-game/) 2024-04-01T09:37:34Z **Microsoft to separate Teams and Office globally amid antitrust scrutiny**
[Comments](https://lobste.rs/s/meeu4y/microsoft_separate_teams_office) ⌘ [Read more](https://www.reuters.com/technology/microsoft-separate-teams-office-globally-amid-antitrust-scrutiny-2024-04-01/) 2024-04-01T10:18:01Z **What are you doing this week?**
What are you doing this week? Feel free to share!

Keep in mind it’s OK to do nothing at all, too. ⌘ [Read more](https://lobste.rs/s/mqx9bi/what_are_you_doing_this_week) 2024-04-01T10:58:08Z **Why Do Python Lists Multiply Oddly? Exploring the CPython Source Code**
[Comments](https://lobste.rs/s/2drpsh/why_do_python_lists_multiply_oddly) ⌘ [Read more](https://codeconfessions.substack.com/p/why-do-python-lists-multiply-oddly) 2024-04-01T11:21:07Z **Intelli Python To Orchestrate AI Models Collaboration As Graph**
Intelli handles the integration of multiple models collaboration using graph theory, autonomously managing the input and output between different models like language and image and visualising your tasks.

Create an agent whether for an offline open model like Gemma or an API-based model like claude3, then assign the agent to a task and intelli flow will handle the relations between the models.

To start:
pip install intelli

Ex ... ⌘ [Read more](https://github.com/intelligentnode/Intelli?tab=readme-ov-file#create-ai-flows) 2024-04-01T12:04:51Z **Which Build Tool For A Bootstrappable Project?**
[Comments](https://lobste.rs/s/wx1n28/which_build_tool_for_bootstrappable) ⌘ [Read more](http://jackkelly.name/blog/archives/2024/04/01/which_build_tool_for_a_bootstrappable_project/index.html) 2024-04-01T12:34:29Z **The Wi-Fi only works when it's raining**
[Comments](https://lobste.rs/s/4pzifd/wi_fi_only_works_when_it_s_raining) ⌘ [Read more](https://predr.ag/blog/wifi-only-works-when-its-raining/) 2024-04-01T13:19:36Z **A lazy and flippant classification of programming languages**
[Comments](https://lobste.rs/s/vlkzik/lazy_flippant_classification) ⌘ [Read more](https://blog.brycekerley.net/2024/04/01/p-langs.html) 2024-04-01T13:50:52Z **10 > 64, in QR codes**
[Comments](https://lobste.rs/s/maymyv/10_64_qr_codes) ⌘ [Read more](https://huonw.github.io/blog/2024/03/qr-base10-base64/) 2024-04-01T14:31:28Z **so i guess i hacked samsung?**
[Comments](https://lobste.rs/s/np8vfh/so_i_guess_i_hacked_samsung) ⌘ [Read more](https://maia.crimew.gay/posts/i-hacked-samsung/) 2024-04-01T15:04:35Z **Survey of Distributed File System Design Choices**
[Comments](https://lobste.rs/s/adjjur/survey_distributed_file_system_design) ⌘ [Read more](https://dl.acm.org/doi/10.1145/3465405) 2024-04-01T15:35:08Z **Here is why vim uses hjkl keys as arrow keys**
[Comments](https://lobste.rs/s/wdrrxk/here_is_why_vim_uses_hjkl_keys_as_arrow_keys) ⌘ [Read more](https://catonmat.net/why-vim-uses-hjkl-as-arrow-keys) 2024-04-01T16:43:24Z **A simple collision resolution algorithm for 2D action games**
[Comments](https://lobste.rs/s/ix3zb2/simple_collision_resolution_algorithm) ⌘ [Read more](https://c.har.li/e/2024/03/28/implementing-robust-2D-collision-resolution.html) 2024-04-01T17:49:58Z **43 Years of Actors: A Taxonomy of Actor Models and Their Key Properties**
The Actor Model is a message passing concurrency model that was originally proposed by Hewitt et al. in 1973. It is now 43 years later and since then researchers have explored a plethora of variations on this model. This paper presents a history of the Actor Model throughout those years. The goal of this paper is not to provide an exhaustive overview of every actor system in existence but rather to give an overview of some of the exemp ... ⌘ [Read more](http://soft.vub.ac.be/Publications/2016/vub-soft-tr-16-11.pdf) 2024-04-01T17:53:38Z **LiveView is best with Svelte**
[Comments](https://lobste.rs/s/wzlcgl/liveview_is_best_with_svelte) ⌘ [Read more](https://blog.sequin.io/liveview-is-best-with-svelte/) 2024-04-01T18:41:12Z **Book Review: "Tidy First?" by Kent Beck**
[Comments](https://lobste.rs/s/sqyyyp/book_review_tidy_first_by_kent_beck) ⌘ [Read more](https://www.pathsensitive.com/2024/04/book-review-tidy-first.html) 2024-04-01T18:52:28Z **xzbot: notes, honeypot, and exploit demo for the xz backdoor (CVE-2024-3094)**
[Comments](https://lobste.rs/s/zarxqz/xzbot_notes_honeypot_exploit_demo_for_xz) ⌘ [Read more](https://github.com/amlweems/xzbot) 2024-04-01T19:05:54Z **Zen Mind, Google Intern's Mind**
[Comments](https://lobste.rs/s/ezsobc/zen_mind_google_intern_s_mind) ⌘ [Read more](https://jorge.olano.dev/blog/zen-mind-google-interns-mind) 2024-04-01T23:19:34Z **Ed Catmur’s Triliteral Esolang**
[Comments](https://lobste.rs/s/3pbjks/ed_catmur_s_triliteral_esolang) ⌘ [Read more](https://quuxplusone.github.io/blog/2024/03/31/ed-catmurs-triliteral/) 2024-04-02T02:07:33Z **libmui: Classic MacOS & GS/OS widget library for linux (and other?)**
[Comments](https://lobste.rs/s/5i8hn7/libmui_classic_macos_gs_os_widget_library) ⌘ [Read more](https://github.com/buserror/libmui) 2024-04-02T03:56:40Z **Timeline of the xz open source attack**
[Comments](https://lobste.rs/s/nbztsg/timeline_xz_open_source_attack) ⌘ [Read more](https://research.swtch.com/xz-timeline) 2024-04-02T04:20:24Z **Bun 1.1**
[Comments](https://lobste.rs/s/hzs0ay/bun_1_1) ⌘ [Read more](https://bun.sh/blog/bun-v1.1) 2024-04-02T06:28:48Z **Cosmic Drift**
[Comments](https://lobste.rs/s/jb1o6q/cosmic_drift) ⌘ [Read more](https://rgbcu.be/blog/cosmic-drift/) 2024-04-02T09:02:53Z **The xz attack shell script**
[Comments](https://lobste.rs/s/hsuvav/xz_attack_shell_script) ⌘ [Read more](https://research.swtch.com/xz-script) 2024-04-02T09:34:09Z **std::launder: the most obscure new feature of C++17 (2016)**
[Comments](https://lobste.rs/s/iwut04/std_launder_most_obscure_new_feature_c_17) ⌘ [Read more](https://miyuki.github.io/2016/10/21/std-launder.html) 2024-04-02T09:45:04Z **termlisp: A lisp dialect based on pattern matching and term rewriting**
[Comments](https://lobste.rs/s/0vzv0m/termlisp_lisp_dialect_based_on_pattern) ⌘ [Read more](https://github.com/abuseofnotation/termlisp) 2024-04-02T10:56:43Z **Code, Kickflips and Crunch Time**
[Comments](https://lobste.rs/s/d1sza0/code_kickflips_crunch_time) ⌘ [Read more](https://corecursive.com/game-programming-with-mick-west/) 2024-04-02T13:23:00Z **Short Essays on Engineering Culture (2014-2021)**
[Comments](https://lobste.rs/s/v3arkv/short_essays_on_engineering_culture_2014) ⌘ [Read more](https://fontoura.org/papers/barroso.pdf) 2024-04-02T14:26:37Z **algojobs.io: simple tech-focused job board**
[Comments](https://lobste.rs/s/o3cw89/algojobs_io_simple_tech_focused_job_board) ⌘ [Read more](https://algojobs.io/) 2024-04-02T14:22:17Z **Guess My RGB**
[Comments](https://lobste.rs/s/sbcayb/guess_my_rgb) ⌘ [Read more](https://susam.net/myrgb.html) 2024-04-02T14:36:44Z **Qt 6.7 Released with C++ 20 support**
[Comments](https://lobste.rs/s/p0rpqn/qt_6_7_released_with_c_20_support) ⌘ [Read more](https://www.qt.io/blog/qt-6.7-released) 2024-04-02T15:04:09Z **Bringing Python to Workers using Pyodide and WebAssembly**
[Comments](https://lobste.rs/s/8pmg19/bringing_python_workers_using_pyodide) ⌘ [Read more](https://blog.cloudflare.com/python-workers) 2024-04-02T16:25:35Z **Xz format inadequate for long-term archiving (2016)**
[Comments](https://lobste.rs/s/3owc0z/xz_format_inadequate_for_long_term) ⌘ [Read more](https://www.nongnu.org/lzip/xz_inadequate.html) 2024-04-02T17:24:55Z **NixOS is not reproducible**
[Comments](https://lobste.rs/s/jpoy4q/nixos_is_not_reproducible) ⌘ [Read more](https://linderud.dev/blog/nixos-is-not-reproducible/) 2024-04-02T17:53:18Z **Kobold letters**
[Comments](https://lobste.rs/s/dhsdmq/kobold_letters) ⌘ [Read more](https://lutrasecurity.com/en/articles/kobold-letters/) 2024-04-02T18:04:38Z **Calling Haskell from Swift**
[Comments](https://lobste.rs/s/ahlkhh/calling_haskell_from_swift) ⌘ [Read more](https://alt-romes.github.io/posts/2024-04-02-calling-haskell-from-swift.html) 2024-04-02T18:29:40Z **Data Flow Analysis for Go**
[Comments](https://lobste.rs/s/baqaf9/data_flow_analysis_for_go) ⌘ [Read more](https://blog.jetbrains.com/go/2024/03/26/data-flow-analysis-for-go/) 2024-04-02T19:45:15Z **Stop Killing Games**
Video from the organizer: [https://youtu.be/w70Xc9CStoE](https://youtu.be/w70Xc9CStoE)

[Comments](https://lobste.rs/s/yqjwd4/stop_killing_games) ⌘ [Read more](https://www.stopkillinggames.com/) 2024-04-02T20:15:08Z **Enforcing conventions in Django projects with introspection**
[Comments](https://lobste.rs/s/4nnfdb/enforcing_conventions_django_projects) ⌘ [Read more](https://lukeplant.me.uk/blog/posts/enforcing-conventions-in-django-projects-with-introspection/) 2024-04-02T21:03:56Z **Fuck trees, use tags**
[Comments](https://lobste.rs/s/pssbmx/fuck_trees_use_tags) ⌘ [Read more](https://garrit.xyz/posts/2024-04-02-fuck-trees-use-tags) 2024-04-03T01:00:56Z **The case for native assertions in PostgreSQL**
[Comments](https://lobste.rs/s/wa5jio/case_for_native_assertions_postgresql) ⌘ [Read more](https://gajus.com/blog/the-case-for-native-assertions-in-postgresql) 2024-04-03T02:21:29Z **thing-a-month**
[Comments](https://lobste.rs/s/tjv4z6/thing_month) ⌘ [Read more](https://bytes.zone/projects/thing-a-month/) 2024-04-03T02:51:52Z **The XZ Utils backdoor is a symptom of a larger problem**
[Comments](https://lobste.rs/s/2brxuq/xz_utils_backdoor_is_symptom_larger) ⌘ [Read more](https://ariadne.space/2024/04/02/the-xz-utils-backdoor-is-a-symptom-of-a-larger-problem/) 2024-04-03T04:00:13Z **Hydra: A hybrid runtime for x86-16 and Aarch64**
[Comments](https://lobste.rs/s/faoza6/hydra_hybrid_runtime_for_x86_16_aarch64) ⌘ [Read more](https://xorvoid.com/hydra.html) 2024-04-03T04:02:31Z **Python Project-Local Virtualenv Management Redux**
[Comments](https://lobste.rs/s/zhegoo/python_project_local_virtualenv) ⌘ [Read more](https://hynek.me/articles/python-virtualenv-redux/) 2024-04-03T05:10:06Z **So, which LLMs are the best for building a AI chatbot?**
[Comments](https://lobste.rs/s/lxgt8w/so_which_llms_are_best_for_building_ai) ⌘ [Read more](https://irisagent.com/blog/so-which-llms-are-the-best-for-building-a-customer-support-chatbot/) 2024-04-03T05:31:44Z **autoconf makes me think we stopped evolving too soon**
[Comments](https://lobste.rs/s/uneevr/autoconf_makes_me_think_we_stopped) ⌘ [Read more](https://rachelbythebay.com/w/2024/04/02/autoconf/) 2024-04-03T07:39:55Z **The Sweet Spot - Maximizing Llama Energy Efficiency**
[Comments](https://lobste.rs/s/98rpdw/sweet_spot_maximizing_llama_energy) ⌘ [Read more](https://jacquesmattheij.com/llama-energy-efficiency/) 2024-04-03T07:39:55Z **The Sweet Spot - Maximizing Llama Energy Efficiency**
[Comments](https://lobste.rs/s/98rpdw/sweet_spot_maximizing_llama_energy) ⌘ [Read more](https://jacquesmattheij.com/llama-energy-efficiency/) 2024-04-03T08:16:40Z **The 6502 Instruction Set as a Database**
[Comments](https://lobste.rs/s/fagujm/6502_instruction_set_as_database) ⌘ [Read more](https://gitlab.com/Screwtapello/isa65xx) 2024-04-03T09:10:31Z **Long-form factuality in large language models**
[Comments](https://lobste.rs/s/kmzz41/long_form_factuality_large_language) ⌘ [Read more](https://arxiv.org/abs/2403.18802) 2024-04-03T09:35:43Z **Introducing linkblocks, the Federated Bookmark Manager**
[Comments](https://lobste.rs/s/rna7zm/introducing_linkblocks_federated) ⌘ [Read more](https://www.rafa.ee/articles/introducing-linkblocks-federated-bookmark-manager/) 2024-04-03T10:39:50Z **The Many, Confusing File System APIs**
[Comments](https://lobste.rs/s/lxfclu/many_confusing_file_system_apis) ⌘ [Read more](https://cloudfour.com/thinks/the-many-confusing-file-system-apis/) 2024-04-03T11:20:28Z **IBIS hotel check-in terminal keypad-code leakage**
[Comments](https://lobste.rs/s/dwnutk/ibis_hotel_check_terminal_keypad_code) ⌘ [Read more](https://www.pentagrid.ch/en/blog/ibis-hotel-check-in-terminal-keypad-code-leakage/) 2024-04-03T11:29:56Z **I've lost my pg_control again (... yet another data recovery story)**
[Comments](https://lobste.rs/s/vvhsge/i_ve_lost_my_pg_control_again_yet_another) ⌘ [Read more](https://sdomi.pl/weblog/19-yet-another-pg-data-recovery/) 2024-04-03T11:54:25Z **Every dunder method in Python**
[Comments](https://lobste.rs/s/acg3wj/every_dunder_method_python) ⌘ [Read more](https://www.pythonmorsels.com/every-dunder-method/) 2024-04-03T14:01:21Z **Searching Nixpkgs in Under 30 Milliseconds**
[Comments](https://lobste.rs/s/4dgdkj/searching_nixpkgs_under_30_milliseconds) ⌘ [Read more](https://blog.replit.com/nixpkgs-search) 2024-04-03T14:35:53Z **KDE6 release: D-Bus and Polkit Galore**
[Comments](https://lobste.rs/s/xjwuzi/kde6_release_d_bus_polkit_galore) ⌘ [Read more](https://security.opensuse.org/2024/04/02/kde6-dbus-polkit.html) 2024-04-03T14:41:34Z **How we Built a 19 PiB Logging Platform with ClickHouse and Saved Millions**
[Comments](https://lobste.rs/s/lawrhx/how_we_built_19_pib_logging_platform_with) ⌘ [Read more](https://clickhouse.com/blog/building-a-logging-platform-with-clickhouse-and-saving-millions-over-datadog) 2024-04-03T15:17:19Z **reflections on distrusting xz**
[Comments](https://lobste.rs/s/syovkt/reflections_on_distrusting_xz) ⌘ [Read more](http://joeyh.name/blog/entry/reflections_on_distrusting_xz/) 2024-04-03T15:41:45Z **Programming Apprenticeships**
[Comments](https://lobste.rs/s/chkmbd/programming_apprenticeships) ⌘ [Read more](https://two-wrongs.com/programming-apprenticeships.html) 2024-04-03T16:06:04Z **Compendium of Predicates**
[Comments](https://lobste.rs/s/nay8k8/compendium_predicates) ⌘ [Read more](https://adams-personal-organization.gitbook.io/compendium-of-predicates) 2024-04-03T16:46:47Z **OSQI**
[Comments](https://lobste.rs/s/mg8v5q/osqi) ⌘ [Read more](https://www.tbray.org/ongoing/When/202x/2024/04/01/OSQI) 2024-04-03T17:49:28Z **Introducing Jpegli: A New JPEG Coding Library**
[Comments](https://lobste.rs/s/oq7wit/introducing_jpegli_new_jpeg_coding) ⌘ [Read more](https://opensource.googleblog.com/2024/04/introducing-jpegli-new-jpeg-coding-library.html) 2024-04-03T18:57:02Z **Putting an xz Backdoor Payload in a Valid RSA Key**
[Comments](https://lobste.rs/s/1qlrj7/putting_xz_backdoor_payload_valid_rsa_key) ⌘ [Read more](https://rya.nc/xz-valid-n.html) 2024-04-03T19:05:57Z **Designing one-to-one relationships in PostgreSQL**
[Comments](https://lobste.rs/s/nm36zs/designing_one_one_relationships) ⌘ [Read more](https://gajus.com/blog/designing-one-to-one-relationships-in-postgresql) 2024-04-03T19:08:35Z **Mycorrhiza Wiki**
[Comments](https://lobste.rs/s/qmuyax/mycorrhiza_wiki) ⌘ [Read more](https://mycorrhiza.wiki/) 2024-04-03T20:21:07Z **The Solution of the Zodiac Killer's 340-Character Cipher**
[Comments](https://lobste.rs/s/pcnqwe/solution_zodiac_killer_s_340_character) ⌘ [Read more](https://arxiv.org/abs/2403.17350) 2024-04-03T21:51:41Z **Slip and slurp in a linear CPS concatenative language**
[Comments](https://lobste.rs/s/hdiyrt/slip_slurp_linear_cps_concatenative) ⌘ [Read more](https://dcreager.net/swanson/slip-and-slurp/) 2024-04-03T22:38:10Z **Improvements to static analysis in the GCC 14 compiler**
[Comments](https://lobste.rs/s/bmdnbg/improvements_static_analysis_gcc_14) ⌘ [Read more](https://developers.redhat.com/articles/2024/04/03/improvements-static-analysis-gcc-14-compiler) 2024-04-03T22:37:50Z **strudel: A live coding platform to write dynamic music pieces in the browser**
[Comments](https://lobste.rs/s/0syzvi/strudel_live_coding_platform_write) ⌘ [Read more](https://strudel.cc) 2024-04-04T01:52:05Z **logfmtxx: Header only C++23 structured logging library using logfmt**
[Comments](https://lobste.rs/s/u06vwr/logfmtxx_header_only_c_23_structured) ⌘ [Read more](https://github.com/linkdd/logfmtxx) 2024-04-04T06:16:44Z **TPM Course**
[Comments](https://lobste.rs/s/oc7ynn/tpm_course) ⌘ [Read more](https://github.com/nokia/TPMCourse/tree/master) 2024-04-04T06:23:00Z **Gleam 1.0 with Louis Pilfold - Software Unscripted**
[Comments](https://lobste.rs/s/agcrso/gleam_1_0_with_louis_pilfold_software) ⌘ [Read more](https://pod.link/1602572955/episode/3e3cd8a252ed08b948af0b43bf682c6a) 2024-04-04T08:49:06Z **Keeping your data from Apple is harder than expected**
[Comments](https://lobste.rs/s/xzfvhl/keeping_your_data_from_apple_is_harder) ⌘ [Read more](https://www.aalto.fi/en/news/keeping-your-data-from-apple-is-harder-than-expected) 2024-04-04T09:01:54Z **Pandoc: Convert links to footnotes (the easy way)**
[Comments](https://lobste.rs/s/72ptis/pandoc_convert_links_footnotes_easy_way) ⌘ [Read more](https://garrit.xyz/posts/2024-04-04-pandoc-convert-links-to-footnotes-the-easy-way) 2024-04-04T13:14:03Z **I sold my startup because of bugs: I wish I had this serverless repository**
[Comments](https://lobste.rs/s/o13uop/i_sold_my_startup_because_bugs_i_wish_i_had) ⌘ [Read more](https://nevo.hashnode.dev/i-sold-my-startup-because-of-bugs-i-wish-i-had-this-serverless-repository) 2024-04-04T13:21:26Z **Building secure applications: Key insights on authentication and authorization from Cerbos and Microsoft Entra**
[Comments](https://lobste.rs/s/5ysjfc/building_secure_applications_key) ⌘ [Read more](https://www.cerbos.dev/blog/building-secure-applications-key-insights-on-authentication-and-authorization-from-cerbos-and-microsoft-entra) 2024-04-04T14:00:46Z **Outlook is Microsoft’s new data collection service**
[Comments](https://lobste.rs/s/46bht4/outlook_is_microsoft_s_new_data) ⌘ [Read more](https://proton.me/blog/outlook-is-microsofts-new-data-collection-service) 2024-04-04T14:23:57Z **The V8 Sandbox**
[Comments](https://lobste.rs/s/etjf0g/v8_sandbox) ⌘ [Read more](https://v8.dev/blog/sandbox) 2024-04-04T14:27:02Z **CHERIoT and the supply chain**
[Comments](https://lobste.rs/s/w2hepq/cheriot_supply_chain) ⌘ [Read more](https://cheriot.org/rtos/supply-chain/auditing/2024/04/04/cheriot-supply-chain.html) 2024-04-04T15:26:31Z **On Invariance and Inconsistency**
[Comments](https://lobste.rs/s/mua5s2/on_invariance_inconsistency) ⌘ [Read more](https://www.hansdieterhiep.nl/blog/on-invariance-and-inconsistency/) 2024-04-04T16:22:15Z **Zoomer Tries RSS: In Praise of Yarr**
[Comments](https://lobste.rs/s/lhyiq9/zoomer_tries_rss_praise_yarr) ⌘ [Read more](https://tudorr.ro/blog/zoomer-tries-rss/) 2024-04-04T16:39:03Z **Go’s Error Handling Is Perfect, Actually**
[Comments](https://lobste.rs/s/oicggq/go_s_error_handling_is_perfect_actually) ⌘ [Read more](https://blog.verygoodsoftwarenotvirus.ru/posts/errors-in-go/) 2024-04-04T16:41:03Z **Unstract(AGPL) – Launch LLM-powered APIs to structure unstructured docs**
[Comments](https://lobste.rs/s/fbqcy4/unstract_agpl_launch_llm_powered_apis) ⌘ [Read more](https://github.com/Zipstack/unstract) 2024-04-04T17:17:09Z **Qt Creator 13 released**
[Comments](https://lobste.rs/s/8xrx7z/qt_creator_13_released) ⌘ [Read more](https://www.qt.io/blog/qt-creator-13-released) 2024-04-04T17:54:46Z **HTTP/2 `CONTINUATION` Flood: Technical Details**
[Comments](https://lobste.rs/s/kzafs2/http_2_continuation_flood_technical) ⌘ [Read more](https://nowotarski.info/http2-continuation-flood-technical-details/) 2024-04-04T17:54:13Z **Open Source Infrastructure must be a publicly funded service**
[Comments](https://lobste.rs/s/n91ine/open_source_infrastructure_must_be) ⌘ [Read more](https://matrix.org/blog/2024/04/open-source-publicly-funded-service/) 2024-04-04T18:57:49Z **C++ Coroutines Do Not Spark Joy**
[Comments](https://lobste.rs/s/jqfv30/c_coroutines_do_not_spark_joy) ⌘ [Read more](https://probablydance.com/2021/10/31/c-coroutines-do-not-spark-joy/) 2024-04-04T19:29:37Z **Rapidly Leveling up Firefox Security**
[Comments](https://lobste.rs/s/x3xx7e/rapidly_leveling_up_firefox_security) ⌘ [Read more](https://blog.mozilla.org/security/2024/04/04/rapidly-leveling-up-firefox-security/) 2024-04-04T20:00:33Z **Conway's Game of Life Through Time**
[Comments](https://lobste.rs/s/gauemt/conway_s_game_life_through_time) ⌘ [Read more](https://silasmarvin.dev/conways-game-of-life-through-time) 2024-04-04T20:52:49Z **Subroutine calls in the ancient world, before computers had stacks or heaps**
[Comments](https://lobste.rs/s/wohl5c/subroutine_calls_ancient_world_before) ⌘ [Read more](https://devblogs.microsoft.com/oldnewthing/20240401-00/?p=109599) 2024-04-04T21:00:45Z **How Convex Works**
[Comments](https://lobste.rs/s/buvy2p/how_convex_works) ⌘ [Read more](https://stack.convex.dev/how-convex-works) 2024-04-04T21:09:23Z **Running Fava on NixOS**
[Comments](https://lobste.rs/s/lr31cl/running_fava_on_nixos) ⌘ [Read more](https://pta2002.com/blog/fava-on-nixos/) 2024-04-04T22:15:46Z **Visualizing the ARM64 Instruction Set**
[Comments](https://lobste.rs/s/rnddfl/visualizing_arm64_instruction_set) ⌘ [Read more](https://zyedidia.github.io/blog/posts/6-arm64/) 2024-04-04T22:53:12Z **Betula - federated self-hosted single-user bookmarking software**
[Comments](https://lobste.rs/s/uasw6f/betula_federated_self_hosted_single_user) ⌘ [Read more](https://betula.mycorrhiza.wiki/) 2024-04-05T01:26:19Z **The xz Issue Isn’t About Open Source**
[Comments](https://lobste.rs/s/9vdvcs/xz_issue_isn_t_about_open_source) ⌘ [Read more](https://changelog.complete.org/archives/10642-the-xz-issue-isnt-about-open-source) 2024-04-05T01:55:44Z **FizzBee -- Model checker in Python**
[Comments](https://lobste.rs/s/bqm0fl/fizzbee_model_checker_python) ⌘ [Read more](https://fizzbee.io/) 2024-04-05T03:14:17Z **Understanding and managing the impact of Machine Learning models on the Web**
[Comments](https://lobste.rs/s/okd9np/understanding_managing_impact_machine) ⌘ [Read more](https://www.w3.org/reports/ai-web-impact/) 2024-04-05T03:23:08Z **OpenBSD 7.5**
[Comments](https://lobste.rs/s/dukzk2/openbsd_7_5) ⌘ [Read more](https://www.openbsd.org/75.html) 2024-04-05T04:18:08Z **Excellent succinct breakdown of the xv mess, from an OpenBSD developer**
[Comments](https://lobste.rs/s/bqdtct/excellent_succinct_breakdown_xv_mess) ⌘ [Read more](https://marc.info/?l=openbsd-misc&m=171227941117852&w=2) 2024-04-05T05:56:17Z **Regexide**
[Comments](https://lobste.rs/s/kl78up/regexide) ⌘ [Read more](https://regexide.com/) 2024-04-05T06:02:38Z **Postgres Lock Explorer**
[Comments](https://lobste.rs/s/ltf6yo/postgres_lock_explorer) ⌘ [Read more](https://leontrolski.github.io/pglockpy.html) 2024-04-05T06:15:34Z **Updates to the OpenVMS Community License Program**
[Comments](https://lobste.rs/s/vivdel/updates_openvms_community_license) ⌘ [Read more](https://vmssoftware.com/about/news/2024-03-25-community-license-update/) 2024-04-05T08:16:08Z **Jamba: A Hybrid Transformer-Mamba Language Model**
[Comments](https://lobste.rs/s/t183zi/jamba_hybrid_transformer_mamba_language) ⌘ [Read more](https://arxiv.org/abs/2403.19887) 2024-04-05T08:19:04Z **BugStalker: A modern debugger**
[Comments](https://lobste.rs/s/qawgeg/bugstalker_modern_debugger) ⌘ [Read more](https://github.com/godzie44/BugStalker) 2024-04-05T08:32:38Z **Simulating soapy water**
[Comments](https://lobste.rs/s/ofkk3n/simulating_soapy_water) ⌘ [Read more](https://blog.tymscar.com/posts/soapsim/) 2024-04-05T08:39:13Z **OpenTelemetry Is Too Complicated, VictoriaMetrics Says**
CNCF pushes Opentelemetry as a standard for observability but its protocols and sdk are not so great as could be. Folks from VictoriaMetrics describe their own vision regarding monitoring and how it could be improved.

[Comments](https://lobste.rs/s/0srgrw/opentelemetry_is_too_complicated) ⌘ [Read more](https://www.datanami.com/2024/04/01/opentelemetry-is-too-complicated-victoriametrics-says/) 2024-04-05T09:30:22Z **Why Don't I Like Git More?**
[Comments](https://lobste.rs/s/mtyqib/why_don_t_i_like_git_more) ⌘ [Read more](https://matduggan.com/why-dont-i-like-git-more/) 2024-04-05T10:20:57Z **Why I think you shouldn't digitally sign things casually**
[Comments](https://lobste.rs/s/5jfylg/why_i_think_you_shouldn_t_digitally_sign) ⌘ [Read more](https://utcc.utoronto.ca/~cks/space/blog/tech/OnNotSigningThings) 2024-04-05T10:28:42Z **What are you doing this weekend?**
Feel free to tell what you plan on doing this weekend and even ask for help or feedback.

Please keep in mind it’s more than OK to do nothing at all too! ⌘ [Read more](https://lobste.rs/s/0d8cad/what_are_you_doing_this_weekend) 2024-04-05T11:28:31Z **An IRC Client in your motherboard**
[Comments](https://lobste.rs/s/agywrp/irc_client_your_motherboard) ⌘ [Read more](https://axleos.com/an-irc-client-in-your-motherboard/) 2024-04-05T12:20:25Z **Data-Centric Manifesto**
[Comments](https://lobste.rs/s/5n03yb/data_centric_manifesto) ⌘ [Read more](http://datacentricmanifesto.org/) 2024-04-05T13:52:58Z **Building My First Homelab Server Rack**
[Comments](https://lobste.rs/s/iv1cgi/building_my_first_homelab_server_rack) ⌘ [Read more](https://mtlynch.io/building-first-homelab-rack/) 2024-04-05T14:38:02Z **Statement about the maintenance of lzip**
[Comments](https://lobste.rs/s/e56emm/statement_about_maintenance_lzip) ⌘ [Read more](https://lists.nongnu.org/archive/html/lzip-bug/2024-04/msg00000.html) 2024-04-05T15:18:10Z **Mocks and Explicit Contracts in Elixir (2015)**
[Comments](https://lobste.rs/s/miuz4c/mocks_explicit_contracts_elixir_2015) ⌘ [Read more](https://dashbit.co/blog/mocks-and-explicit-contracts) 2024-04-05T16:48:09Z **Ownership in Rust**
[Comments](https://lobste.rs/s/revwbl/ownership_rust) ⌘ [Read more](https://smallcultfollowing.com/babysteps/blog/2024/04/05/ownership-in-rust/) 2024-04-05T18:44:44Z **Modal**
[Comments](https://lobste.rs/s/vidfsl/modal) ⌘ [Read more](https://wiki.xxiivv.com/site/modal) 2024-04-05T18:56:47Z **printf-tac-toe: tic-tac-toe in a single call to printf**
[Comments](https://lobste.rs/s/bb9ume/printf_tac_toe_tic_tac_toe_single_call) ⌘ [Read more](https://github.com/carlini/printf-tac-toe) 2024-04-05T19:46:50Z **Fortran on WebAssembly**
[Comments](https://lobste.rs/s/ulhjfb/fortran_on_webassembly) ⌘ [Read more](https://gws.phd/posts/fortran_wasm/) 2024-04-05T19:51:54Z **FreeBSD Zero to Desktop Speedrun Challenge**
[Comments](https://lobste.rs/s/zea6pq/freebsd_zero_desktop_speedrun_challenge) ⌘ [Read more](https://vermaden.wordpress.com/2024/04/05/freebsd-zero-to-desktop-speedrun-challenge/) 2024-04-05T20:23:32Z **Updated App Store Guidelines Now Allowing "Retro game console emulator apps"**
[Comments](https://lobste.rs/s/lquhzk/updated_app_store_guidelines_now) ⌘ [Read more](https://developer.apple.com/app-store/review/guidelines/) 2024-04-05T22:54:34Z **Diving Deeper into AI Package Hallucinations**
[Comments](https://lobste.rs/s/p63ovj/diving_deeper_into_ai_package) ⌘ [Read more](https://www.lasso.security/blog/ai-package-hallucinations) 2024-04-06T01:09:57Z **Why CockroachDB doesn't use EvalPlanQual**
[Comments](https://lobste.rs/s/kenq0b/why_cockroachdb_doesn_t_use_evalplanqual) ⌘ [Read more](https://www.cockroachlabs.com/blog/why-cockroachdb-doesnt-use-evalplanqual/) 2024-04-06T01:50:04Z **MDN’s AI Help and lucid lies**
[Comments](https://lobste.rs/s/a4kxhs/mdn_s_ai_help_lucid_lies) ⌘ [Read more](https://seirdy.one/posts/2024/04/04/mdn-ai-help-and-lucid-lies/) 2024-04-06T01:50:22Z **File over app**
[Comments](https://lobste.rs/s/kripyb/file_over_app) ⌘ [Read more](https://stephango.com/file-over-app) 2024-04-06T04:30:26Z **A memory model for Rust code in the kernel**
[Comments](https://lobste.rs/s/fs9tzr/memory_model_for_rust_code_kernel) ⌘ [Read more](https://lwn.net/Articles/967049/) 2024-04-06T04:42:46Z **A memory model for Rust code in the kernel**
[Comments](https://lobste.rs/s/goi5ht/memory_model_for_rust_code_kernel) ⌘ [Read more](https://lwn.net/SubscriberLink/967049/0ffb9b9ed8940013/) 2024-04-06T07:15:03Z **GNOME Builder abandons XDG_CACHE_DIR**
[Comments](https://lobste.rs/s/hiycaj/gnome_builder_abandons_xdg_cache_dir) ⌘ [Read more](https://blogs.gnome.org/chergert/2024/04/03/custom-artifacts-directories/) 2024-04-06T07:36:09Z **A History of Source Control Systems: SCCS and RCS**
[Comments](https://lobste.rs/s/i3eg8u/history_source_control_systems_sccs_rcs) ⌘ [Read more](https://experimentalworks.net/posts/2024-03-18-a-history-of-vcs-part1/) 2024-04-06T10:01:25Z **"scrolll" – a demo for 32 HTML scrollbars**
[Comments](https://lobste.rs/s/ho0fcy/scrolll_demo_for_32_html_scrollbars) ⌘ [Read more](https://www.youtube.com/watch?v=i-aqB9Ii38Y) 2024-04-06T10:48:25Z **The challenges of building modern open source software on PowerPC Mac OS X**
[Comments](https://lobste.rs/s/nhai24/challenges_building_modern_open_source) ⌘ [Read more](http://www.netbsd.org/~nia/tigersrc/) 2024-04-06T11:27:10Z **How Tech Giants Cut Corners to Harvest Data for A.I**
[Comments](https://lobste.rs/s/gd065u/how_tech_giants_cut_corners_harvest_data) ⌘ [Read more](https://www.nytimes.com/2024/04/06/technology/tech-giants-harvest-data-artificial-intelligence.html) 2024-04-06T12:59:50Z **Photoshop for text (2022)**
[Comments](https://lobste.rs/s/vcrune/photoshop_for_text_2022) ⌘ [Read more](https://stephango.com/photoshop-for-text) 2024-04-06T13:18:09Z **Do you have any programming "white whales"?**
I know many of us here have side projects. I’m wondering if there’s a project that you never figured out how to finish. Maybe it requires an non-existent algorithm, or the scope is too large for one person. Despite the barrier, it continues to live rent-free in your brain and you return to it occasionally hoping that you’ll crack it this time.

I’m curious to hear what other people are stumped yet fascinated by. ⌘ [Read more](https://lobste.rs/s/3a4zga/do_you_have_any_programming_white_whales) 2024-04-06T14:32:24Z **pkgsrc on macOS: still works**
[Comments](https://lobste.rs/s/qua0ia/pkgsrc_on_macos_still_works) ⌘ [Read more](https://schmonz.com/2024/04/02/pkgsrc-on-macos-still-works/) 2024-04-06T14:32:02Z **CVE-2023-3741: how we hacked a VoIP telephone**
[Comments](https://lobste.rs/s/l95ibg/cve_2023_3741_how_we_hacked_voip_telephone) ⌘ [Read more](https://havce.it/posts/cve-2023-3741/) 2024-04-06T15:28:40Z **eC Programming Language**
[Comments](https://lobste.rs/s/bveaac/ec_programming_language) ⌘ [Read more](https://ec-lang.org/) 2024-04-06T17:50:55Z **Hunting for Persistence in Linux (Part 1)**
[Comments](https://lobste.rs/s/iqnxfk/hunting_for_persistence_linux_part_1) ⌘ [Read more](https://pberba.github.io/security/2021/11/22/linux-threat-hunting-for-persistence-sysmon-auditd-webshell/) 2024-04-06T17:57:00Z **Towards Impeccable Rust**
[Comments](https://lobste.rs/s/irksxx/towards_impeccable_rust) ⌘ [Read more](https://www.youtube.com/watch?v=qfknfCsICUM) 2024-04-06T19:44:08Z **Doubling Down on Open Source: How RonDB Upholds the Principles Redis Left Behind**
[Comments](https://lobste.rs/s/azjqfm/doubling_down_on_open_source_how_rondb) ⌘ [Read more](https://www.hopsworks.ai/post/doubling-down-on-open-source-how-rondb-upholds-the-principles-redis-left-behind) 2024-04-06T19:53:32Z **HTTP/2 `CONTINUATION` Flood**
[Comments](https://lobste.rs/s/a7crje/http_2_continuation_flood) ⌘ [Read more](https://nowotarski.info/http2-continuation-flood/) 2024-04-06T20:20:19Z **The Assist**
[Comments](https://lobste.rs/s/7ukcna/assist) ⌘ [Read more](https://qntm.org/assist) 2024-04-06T21:55:45Z **Chapel 2.0: Scalable and Productive Computing for All**
[Comments](https://lobste.rs/s/euzn0f/chapel_2_0_scalable_productive_computing) ⌘ [Read more](https://chapel-lang.org/blog/posts/announcing-chapel-2.0/) 2024-04-07T01:35:57Z **Training LLMs over Neurally Compressed Text**
[Comments](https://lobste.rs/s/yrpbav/training_llms_over_neurally_compressed) ⌘ [Read more](https://arxiv.org/abs/2404.03626) 2024-04-07T01:32:42Z **Reversing a Mystery Function**
[Comments](https://lobste.rs/s/chqotx/reversing_mystery_function) ⌘ [Read more](https://xorvoid.com/reversing_a_mystery_function.html) 2024-04-07T02:18:28Z **i’m building a better fortnite. ask me how**
[Comments](https://lobste.rs/s/fvh6pq/i_m_building_better_fortnite_ask_me_how) ⌘ [Read more](https://youtube.com/shorts/VyE1zf9396k?feature=shared) 2024-04-07T03:17:43Z **Glory is only 11MB/sec away**
[Comments](https://lobste.rs/s/piymvy/glory_is_only_11mb_sec_away) ⌘ [Read more](https://thmsmlr.com/cheap-infra) 2024-04-07T03:57:18Z **OpenTofu may be showing us the wrong way to fork**
[Comments](https://lobste.rs/s/02nxmy/opentofu_may_be_showing_us_wrong_way_fork) ⌘ [Read more](https://www.infoworld.com/article/3714980/opentofu-may-be-showing-us-the-wrong-way-to-fork.html) 2024-04-07T04:06:49Z **Design choices for post-quantum TLS**
[Comments](https://lobste.rs/s/5xv0cj/design_choices_for_post_quantum_tls) ⌘ [Read more](https://educatedguesswork.org/posts/pq-rollout/) 2024-04-07T07:47:35Z **Learning lower-level programming**
[Comments](https://lobste.rs/s/cbobde/learning_lower_level_programming) ⌘ [Read more](https://jamesg.blog//2024/03/22/lower-level-programming/) 2024-04-07T09:09:59Z **My new home server**
[Comments](https://lobste.rs/s/tavgjg/my_new_home_server) ⌘ [Read more](https://g7o.today/posts/my_new_home_server/) 2024-04-07T11:19:37Z **Kodi 21.0 "Omega"**
[Comments](https://lobste.rs/s/o53iob/kodi_21_0_omega) ⌘ [Read more](https://kodi.tv/article/kodi-21-0-omega-release/) 2024-04-07T11:25:24Z **rsync 3.3.0**
[Comments](https://lobste.rs/s/iqv6m2/rsync_3_3_0) ⌘ [Read more](https://download.samba.org/pub/rsync/NEWS#3.3.0) 2024-04-07T11:31:23Z **FFmpeg 7.0 "Dijkstra"**
[Comments](https://lobste.rs/s/h5kov7/ffmpeg_7_0_dijkstra) ⌘ [Read more](https://ffmpeg.org/index.html#news) 2024-04-07T15:05:16Z **Using Multiple GitHub Accounts**
[Comments](https://lobste.rs/s/lrtcja/using_multiple_github_accounts) ⌘ [Read more](https://www.cfclrk.com/articles/github_identities.html) 2024-04-07T16:23:37Z **Kanidm: Simple and Secure Identity Management**
[Comments](https://lobste.rs/s/vjixj3/kanidm_simple_secure_identity) ⌘ [Read more](https://github.com/kanidm/kanidm) 2024-04-07T16:34:09Z **Solving Advent of Code ’23 “Aplenty” by Compiling**
[Comments](https://lobste.rs/s/s8pwku/solving_advent_code_23_aplenty_by) ⌘ [Read more](https://abhinavsarkar.net/posts/compiling-aoc23-aplenty/) 2024-04-07T17:44:30Z **OR-types**
[Comments](https://lobste.rs/s/5bvaqb/types) ⌘ [Read more](https://liquidex.house/programming/blog/or-types) 2024-04-07T18:24:21Z **Kyoo: A portable and vast media library solution**
[Comments](https://lobste.rs/s/m8rzes/kyoo_portable_vast_media_library) ⌘ [Read more](https://github.com/zoriya/Kyoo) 2024-04-07T18:49:14Z **localslackirc: IRC gateway for slack, running on localhost for one user**
[Comments](https://lobste.rs/s/lrzqn9/localslackirc_irc_gateway_for_slack) ⌘ [Read more](https://github.com/ltworf/localslackirc) 2024-04-07T22:42:19Z **Meta: Thoughts on generative C++ (2017)**
[Comments](https://lobste.rs/s/t0rpie/meta_thoughts_on_generative_c_2017) ⌘ [Read more](https://www.youtube.com/watch?v=4AfRAVcThyA) 2024-04-07T22:53:34Z **The Blessing of the Strings**
[Comments](https://lobste.rs/s/rat4aq/blessing_strings) ⌘ [Read more](https://bkardell.com/blog/blessing-strings.html) 2024-04-08T02:10:51Z **Explicit sync**
[Comments](https://lobste.rs/s/2fhsjp/explicit_sync) ⌘ [Read more](https://zamundaaa.github.io/wayland/2024/04/05/explicit-sync.html) 2024-04-08T03:06:59Z **Kuto, a reverse JS bundler**
[Comments](https://lobste.rs/s/m8cfhd/kuto_reverse_js_bundler) ⌘ [Read more](https://samthor.au/2024/kuto/) 2024-04-08T06:40:30Z **Release of google/zx 8.0**
[Comments](https://lobste.rs/s/r2vwma/release_google_zx_8_0) ⌘ [Read more](https://github.com/google/zx/releases/tag/8.0.0) 2024-04-08T06:49:51Z **Just How Much Faster Are the GNOME 46 Terminals?**
[Comments](https://lobste.rs/s/kybgkv/just_how_much_faster_are_gnome_46) ⌘ [Read more](https://bxt.rs/blog/just-how-much-faster-are-the-gnome-46-terminals/) 2024-04-08T07:48:09Z **Who’s Hiring? Q2Y2024**
Template:

```
**Company**:** XXXXXX

**Company site:** XXXXX

**Position(s):** XXXXXX

**Location:** XXXXXX (please specify whether REMOTE, REMOTE(US) or ONSITE)

**Description:** XXXXXX

**Tech stack:** XXXXXX

**Compensation:** Salary, equity, vacation, major benefits.

**Contact:** XXXXXX

``` ⌘ [Read more](https://lobste.rs/s/i0jcei/who_s_hiring_q2y2024) 2024-04-08T08:13:09Z **37 is the median value for the second prime factor of an integer**
[Comments](https://lobste.rs/s/3alisp/37_is_median_value_for_second_prime_factor) ⌘ [Read more](https://grossack.site/2023/11/08/37-median.html) 2024-04-08T08:31:41Z **A TODO that lives inside your REPL**
[Comments](https://lobste.rs/s/ffuwjk/todo_lives_inside_your_repl) ⌘ [Read more](https://asciinema.org/a/651510) 2024-04-08T09:28:37Z **xkcd #2916: Machine**
[Comments](https://lobste.rs/s/baep0t/xkcd_2916_machine) ⌘ [Read more](https://xkcd.com/2916) 2024-04-08T10:12:41Z **What are you doing this week?**
What are you doing this week? Feel free to share!

Keep in mind it’s OK to do nothing at all, too. ⌘ [Read more](https://lobste.rs/s/o5tr3p/what_are_you_doing_this_week) 2024-04-08T11:47:48Z **Exploring Open Source Funding: Ratatui's Journey**
[Comments](https://lobste.rs/s/yt6jzi/exploring_open_source_funding_ratatui_s) ⌘ [Read more](https://blog.orhun.dev/open-source-funding-with-ratatui) 2024-04-08T12:26:10Z **It's getting hard to use and recommend Firefox, I'm afraid for the free web**
[Comments](https://lobste.rs/s/itu6gt/it_s_getting_hard_use_recommend_firefox_i_m) ⌘ [Read more](https://ntietz.com/blog/firefox-and-the-free-web) 2024-04-08T13:21:51Z **Major data center power failure (again): Cloudflare Code Orange tested**
[Comments](https://lobste.rs/s/jfndhv/major_data_center_power_failure_again) ⌘ [Read more](https://blog.cloudflare.com/major-data-center-power-failure-again-cloudflare-code-orange-tested) 2024-04-08T13:47:35Z **Haskell Security Response Team - 2024 January–March report**
[Comments](https://lobste.rs/s/0jlmhi/haskell_security_response_team_2024) ⌘ [Read more](https://discourse.haskell.org/t/haskell-security-response-team-2024-january-march-report/9285) 2024-04-08T13:59:05Z **Dtrace for Linux 2.0**
[Comments](https://lobste.rs/s/wbbisr/dtrace_for_linux_2_0) ⌘ [Read more](https://lore.kernel.org/all/ZhBRSM2j0v7cOLn%2F@oracle.com/T/#u) 2024-04-08T14:06:41Z **A 2-Axis, Multihead Light Positioner**
[Comments](https://lobste.rs/s/rnjtfk/2_axis_multihead_light_positioner) ⌘ [Read more](https://www.bunniestudios.com/blog/2024/a-2-axis-multihead-light-positioner/) 2024-04-08T15:02:36Z **reverst: Reverse Tunnels in Go over HTTP/3 and QUIC**
[Comments](https://lobste.rs/s/rhdzb8/reverst_reverse_tunnels_go_over_http_3) ⌘ [Read more](https://github.com/flipt-io/reverst/) 2024-04-08T15:44:40Z **Understanding Windows on ARM: ARM64 Boot Camp**
[Comments](https://lobste.rs/s/1kywel/understanding_windows_on_arm_arm64_boot) ⌘ [Read more](http://www.emulators.com/docs/nx44_intro_to_woa.htm) 2024-04-08T16:20:26Z **Prevent sensitive data from leaking in Go/Golang**
[Comments](https://lobste.rs/s/3hk4wf/prevent_sensitive_data_from_leaking_go) ⌘ [Read more](https://www.willem.dev/articles/prevent-sensitive-data-from-leaking/) 2024-04-08T16:38:58Z **Reading local variables with bpftrace**
[Comments](https://lobste.rs/s/t8ndsq/reading_local_variables_with_bpftrace) ⌘ [Read more](https://dxuuu.xyz/local-vars.html) 2024-04-08T17:24:20Z **CloudABI: Cloud computing meets fine-grained capabilities (2016)**
[Comments](https://lobste.rs/s/0qhewh/cloudabi_cloud_computing_meets_fine) ⌘ [Read more](https://archive.org/details/lca2016-CloudABI_Cloud_computing_meets_finegrained_capabilities) 2024-04-08T17:32:30Z **WASI 0.2 Launched**
[Comments](https://lobste.rs/s/lrrdjb/wasi_0_2_launched) ⌘ [Read more](https://blog.sunfishcode.online/wasi-0-2/) 2024-04-08T17:44:25Z **compile-time-init-build: C++ library for composing modular firmware at compile-time**
[Comments](https://lobste.rs/s/mfieis/compile_time_init_build_c_library_for) ⌘ [Read more](https://github.com/intel/compile-time-init-build) 2024-04-08T19:20:18Z **Carbon Copy Newsletter No.2**
[Comments](https://lobste.rs/s/iuo5y8/carbon_copy_newsletter_no_2) ⌘ [Read more](https://github.com/carbon-language/carbon-lang/discussions/3869) 2024-04-08T20:14:22Z **Overloading gen-class methods of glorious types with sublime nation of clojure for make great benefit of interop**
[Comments](https://lobste.rs/s/nbdcqy/overloading_gen_class_methods_glorious) ⌘ [Read more](https://pb.co.za/overloading-gen-class-methods-of-glorious-types-with-sublime-nation-of-clojure-for-make-great-benefit-of-interop) 2024-04-08T23:37:25Z **Building BerkeleyDB**
[Comments](https://lobste.rs/s/xaca8r/building_berkeleydb) ⌘ [Read more](https://transactional.blog/building-berkeleydb/) 2024-04-09T00:09:55Z **Intro to TLS Certificates**
[Comments](https://lobste.rs/s/m6xoce/intro_tls_certificates) ⌘ [Read more](https://carrickbartle.com/certificates.html) 2024-04-09T00:51:38Z **Neco: Coroutine library for C**
[Comments](https://lobste.rs/s/jkllxw/neco_coroutine_library_for_c) ⌘ [Read more](https://github.com/tidwall/neco) 2024-04-09T04:01:34Z **TSAC: Very Low Bitrate Audio Compression**
[Comments](https://lobste.rs/s/ai2klw/tsac_very_low_bitrate_audio_compression) ⌘ [Read more](https://bellard.org/tsac/) 2024-04-09T04:11:47Z **llm.c: LLM training in simple, raw C/CUDA**
[Comments](https://lobste.rs/s/uvfzir/llm_c_llm_training_simple_raw_c_cuda) ⌘ [Read more](https://github.com/karpathy/llm.c) 2024-04-09T06:09:36Z **melt: Backup and restore Ed25519 SSH keys with seed words**
[Comments](https://lobste.rs/s/blf69e/melt_backup_restore_ed25519_ssh_keys_with) ⌘ [Read more](https://github.com/charmbracelet/melt) 2024-04-09T07:33:49Z **The server chose violence**
[Comments](https://lobste.rs/s/2q0ole/server_chose_violence) ⌘ [Read more](https://cliffle.com/blog/hubris-reply-fault/) 2024-04-09T08:26:32Z **How I Tripped Over the Debian Weak Keys Vulnerability**
[Comments](https://lobste.rs/s/cf0lyw/how_i_tripped_over_debian_weak_keys) ⌘ [Read more](https://www.hezmatt.org/~mpalmer/blog/2024/04/09/how-i-tripped-over-the-debian-weak-keys-vuln.html) 2024-04-09T10:02:23Z **SSSL - Hackless SSL bypass for the Wii U**
[Comments](https://lobste.rs/s/0whzgd/sssl_hackless_ssl_bypass_for_wii_u) ⌘ [Read more](https://github.com/PretendoNetwork/SSSL) 2024-04-09T11:29:46Z **seL4 Device Driver Framework 0.4.0**
[Comments](https://lobste.rs/s/rsghgv/sel4_device_driver_framework_0_4_0) ⌘ [Read more](https://lists.sel4.systems/hyperkitty/list/devel@sel4.systems/thread/6QKUK5C5PNN6CUR2XEUR2SSFLTCTTXLL/) 2024-04-09T12:03:10Z **exFAT vs. UDF 2.01 cross-platform and performance tests (2018)**
[Comments](https://lobste.rs/s/xbjzwd/exfat_vs_udf_2_01_cross_platform) ⌘ [Read more](https://www.sami-lehtinen.net/blog/exfat-extended-file-allocation-table-vs-udf-universal-disk-format-file-system-for-flash-drives) 2024-04-09T12:01:01Z **Don't require people to change 'source code' to configure your programs**
[Comments](https://lobste.rs/s/sjadl5/don_t_require_people_change_source_code) ⌘ [Read more](https://utcc.utoronto.ca/~cks/space/blog/programming/ConfigureNoSourceCodeChanges) 2024-04-09T12:08:26Z **Linux USB Wi-Fi Compatibility & Performance Knowledge Base**
[Comments](https://lobste.rs/s/ouqdwv/linux_usb_wi_fi_compatibility) ⌘ [Read more](https://github.com/morrownr/USB-WiFi) 2024-04-09T12:06:22Z **Adventures in UPnP with cURL and netcat (2015)**
[Comments](https://lobste.rs/s/jxtjju/adventures_upnp_with_curl_netcat_2015) ⌘ [Read more](https://coolaj86.com/articles/adventures-in-upnp-with-curl-and-netcat/) 2024-04-09T12:17:46Z **500 Mile Email - Absurd Bug Stories**
[Comments](https://lobste.rs/s/dfhzia/500_mile_email_absurd_bug_stories) ⌘ [Read more](https://500mile.email/) 2024-04-09T12:24:49Z **UpNote v9: Cross platform cloud note app with scheduled offline backup and restore in Markdown format**
[Comments](https://lobste.rs/s/m9nahi/upnote_v9_cross_platform_cloud_note_app) ⌘ [Read more](https://getupnote.com/support.html) 2024-04-09T12:36:44Z **Benchmarking experimental HTTP3 support in Node.js with µWebSockets (2022)**
[Comments](https://lobste.rs/s/fuuvut/benchmarking_experimental_http3) ⌘ [Read more](https://unetworkingab.medium.com/h3-meet-node-js-1d952e9bdd74) 2024-04-09T12:35:01Z **Taskwarrior 3.0 Released**
[Comments](https://lobste.rs/s/zhbe55/taskwarrior_3_0_released) ⌘ [Read more](https://github.com/GothenburgBitFactory/taskwarrior/releases/tag/v3.0.0) 2024-04-09T14:07:03Z **Introducing Google’s new Arm-based CPU**
[Comments](https://lobste.rs/s/la8wz0/introducing_google_s_new_arm_based_cpu) ⌘ [Read more](https://cloud.google.com/blog/products/compute/introducing-googles-new-arm-based-cpu) 2024-04-09T14:36:38Z **Lambda Screen: Fractals in Pure Lambda Calculus**
[Comments](https://lobste.rs/s/st3zzo/lambda_screen_fractals_pure_lambda) ⌘ [Read more](https://text.marvinborner.de/2024-03-25-02.html) 2024-04-09T14:41:54Z **Discrete logic network card**
[Comments](https://lobste.rs/s/z1jab5/discrete_logic_network_card) ⌘ [Read more](https://qdiv.dev/posts/eth2/) 2024-04-09T15:21:36Z **The threat to open source comes from within**
[Comments](https://lobste.rs/s/z0z6by/threat_open_source_comes_from_within) ⌘ [Read more](https://newsletter.goodtechthings.com/p/the-threat-to-open-source-comes-from) 2024-04-09T15:37:01Z **Announcing the Open Multi-Perspective Issuance Corroboration Project**
[Comments](https://lobste.rs/s/ukbipg/announcing_open_multi_perspective) ⌘ [Read more](https://freedom-to-tinker.com/2024/02/13/announcing-the-open-multi-perspective-issuance-corroboration-project/) 2024-04-09T15:45:39Z **YETI programming language**
[Comments](https://lobste.rs/s/xfc18h/yeti_programming_language) ⌘ [Read more](https://mth.github.io/yeti/) 2024-04-09T16:14:52Z **The Distribution Problem: what's wrong with internal CAs (and what to do about it)**
[Comments](https://lobste.rs/s/w4jwr2/distribution_problem_what_s_wrong_with) ⌘ [Read more](https://anchor.dev/blog/the-distribution-problem) 2024-04-09T16:14:16Z **Guile Hoot (Scheme->Wasm compiler) 0.4.0 released**
[Comments](https://lobste.rs/s/cnyev9/guile_hoot_scheme_wasm_compiler_0_4_0) ⌘ [Read more](https://spritely.institute/news/guile-hoot-v040-released.html) 2024-04-09T16:26:58Z **BZIP2: Format Specification**
[Comments](https://lobste.rs/s/4gt9eu/bzip2_format_specification) ⌘ [Read more](https://github.com/dsnet/compress/blob/master/doc/bzip2-format.pdf) 2024-04-09T18:04:02Z **Async Rust**
[Comments](https://lobste.rs/s/myqnqs/async_rust) ⌘ [Read more](https://zed.dev/blog/zed-decoded-async-rust) 2024-04-09T18:58:33Z **Max Datom - Interactive Datomic Tutorial**
[Comments](https://lobste.rs/s/ur18vz/max_datom_interactive_datomic_tutorial) ⌘ [Read more](https://max-datom.com/) 2024-04-09T19:09:10Z **Design is not recoverable from implementation**
[Comments](https://lobste.rs/s/gcmmqe/design_is_not_recoverable_from) ⌘ [Read more](https://ericnormand.substack.com/p/design-is-not-recoverable-from-implementation) 2024-04-09T19:24:46Z **Crystal 1.12.0 is released**
[Comments](https://lobste.rs/s/16yrxt/crystal_1_12_0_is_released) ⌘ [Read more](https://crystal-lang.org/2024/04/09/1.12.0-released/) 2024-04-09T20:11:24Z **InSpectre Gadget: Inspecting the Residual Attack Surface of Cross-privilege Spectre v2**
[Comments](https://lobste.rs/s/odhyq0/inspectre_gadget_inspecting_residual) ⌘ [Read more](https://www.vusec.net/projects/native-bhi/) 2024-04-09T20:44:12Z **NixOS/nixpkgs: There isn't a clear canonical way to refer to a specific package version [2020]**
Ran a channel update on nixOS for the first time to upgrade all my packages. Eclipse broke; this is unsurprising because it broke on Arch too. “No problem!” thinks I, “I am on nixOS, the OS of declarative & repeatable package management! Certainly it must be a simple and routine operation to downgrade a specific package!”

[Comments](https://lobste.rs/s/9fmqmz/nixos_nixpkgs_there_isn_t_clear_canonical) ⌘ [Read more](https://github.com/NixOS/nixpkgs/issues/93327) 2024-04-09T20:58:26Z **Notes on how to use LLMs in your product**
[Comments](https://lobste.rs/s/jkfy3j/notes_on_how_use_llms_your_product) ⌘ [Read more](https://lethain.com/mental-model-for-how-to-use-llms-in-products/) 2024-04-09T22:57:33Z **my deployment platform is a shell script**
[Comments](https://lobste.rs/s/ulqxj8/my_deployment_platform_is_shell_script) ⌘ [Read more](https://j3s.sh/thought/my-deployment-platform-is-a-shell-script.html) 2024-04-09T23:45:26Z **BatBadBut: You can't securely execute commands on Windows**
[Comments](https://lobste.rs/s/lhw1px/batbadbut_you_can_t_securely_execute) ⌘ [Read more](https://flatt.tech/research/posts/batbadbut-you-cant-securely-execute-commands-on-windows/) 2024-04-10T02:05:03Z **Delimited Continuations, Demystified (2023)**
[Comments](https://lobste.rs/s/avvicz/delimited_continuations_demystified) ⌘ [Read more](https://www.youtube.com/watch?v=DRFsodbxHQo) 2024-04-10T02:04:32Z **C Compilers Disprove Fermat’s Last Theorem (2010)**
[Comments](https://lobste.rs/s/t2qwnx/c_compilers_disprove_fermat_s_last) ⌘ [Read more](https://blog.regehr.org/archives/140) 2024-04-10T02:42:09Z **PILOT: Ping-based Information Lookup and Outbound Transfer**
[Comments](https://lobste.rs/s/uffowm/pilot_ping_based_information_lookup) ⌘ [Read more](https://github.com/dahvidschloss/PILOT) 2024-04-10T03:45:19Z **MIPS stacktrace: an unexpected journey**
[Comments](https://lobste.rs/s/mhlhzb/mips_stacktrace_unexpected_journey) ⌘ [Read more](https://smeso.it/2024/03/02/mips-stacktrace-an-unexpected-journey.html) 2024-04-10T07:24:01Z **Flow-IPC gets open-sourced (zero-copy IPC via Cap'n Proto, in modern C++)**
My coworker at $CURRENT\_EMPLOYER wrote this internally, and managed to persevere and push it through all the hoops to get it open-sourced for the Greater Good of Others. The official release is right now. If you have any questions, hopefully [@ygoldfeld](https://lobste.rs/~ygoldfeld) will notice them (as to whether he’ll be able to answer them, this I have no doubts about).

[Comments](https://lobste.rs/s/peujlb/flow_ipc_gets_open_sourced_zero_copy_ipc) ⌘ [Read more](https://github.com/Flow-IPC) 2024-04-10T09:07:43Z **Client libraries are better when they have no API**
[Comments](https://lobste.rs/s/denejr/client_libraries_are_better_when_they) ⌘ [Read more](https://csvbase.com/blog/7) 2024-04-10T09:12:07Z **Verified curl**
[Comments](https://lobste.rs/s/wot82c/verified_curl) ⌘ [Read more](https://daniel.haxx.se/blog/2024/04/10/verified-curl/) 2024-04-10T10:56:53Z **How can Rust be so fast in the TechEmpower Web Framework Benchmarks?**
[Comments](https://lobste.rs/s/4fsnyq/how_can_rust_be_so_fast_techempower_web) ⌘ [Read more](https://kerkour.com/rust-fast-techempower-web-framework-benchmarks) 2024-04-10T10:55:41Z **The History of CP/M, by Dr Gary Kildall (from Dr. Dobb's)**
[Comments](https://lobste.rs/s/q1pm7s/history_cp_m_by_dr_gary_kildall_from_dr_dobb) ⌘ [Read more](https://www.retrotechnology.com/dri/CPM_history_kildall.txt) 2024-04-10T11:14:09Z **Rust - Security advisory for the standard library (CVE-2024-24576)**
[Comments](https://lobste.rs/s/rar1ec/rust_security_advisory_for_standard) ⌘ [Read more](https://blog.rust-lang.org/2024/04/09/cve-2024-24576.html) 2024-04-10T11:46:54Z **Shell History Is Your Best Productivity Tool**
[Comments](https://lobste.rs/s/zfcis3/shell_history_is_your_best_productivity) ⌘ [Read more](https://martinheinz.dev/blog/110) 2024-04-10T12:15:47Z **eslint-plugin-paths: A plugin for ESLint, to force use paths aliases from tsconfig over relative paths**
[Comments](https://lobste.rs/s/l6ecuh/eslint_plugin_paths_plugin_for_eslint) ⌘ [Read more](https://github.com/vitonsky/eslint-plugin-paths) 2024-04-10T13:12:12Z **Why Can't My Mom Email Me?**
[Comments](https://lobste.rs/s/s0vxwk/why_can_t_my_mom_email_me) ⌘ [Read more](https://matduggan.com/why-cant-my-mom-email-me/) 2024-04-10T13:28:57Z **CS 4560 guest lecture: Ladybird browser development**
[Comments](https://lobste.rs/s/rtq9jm/cs_4560_guest_lecture_ladybird_browser) ⌘ [Read more](https://www.youtube.com/watch?v=zXYNUbyQ0pk) 2024-04-10T14:51:32Z **A Real-World Law-Enforcement Breach of End-to-End Encrypted Messaging (Real World Crypto 2024)**
[Comments](https://lobste.rs/s/voxkwb/real_world_law_enforcement_breach_end_end) ⌘ [Read more](https://www.youtube.com/watch?v=AeKRS6_zxoc) 2024-04-10T14:58:06Z **Changing font size in Windows dialog in C++**
[Comments](https://lobste.rs/s/qb7pzb/changing_font_size_windows_dialog_c) ⌘ [Read more](https://blog.kowalczyk.info/article/8zr1/changing-font-size-in-windows-dialog-in-c.html) 2024-04-10T15:12:17Z **iXsystems: No one is being 'marooned' by Debian focus**
[Comments](https://lobste.rs/s/c711sj/ixsystems_no_one_is_being_marooned_by) ⌘ [Read more](https://blocksandfiles.com/2024/04/08/ixsystems-no-one-is-getting-marooned/) 2024-04-10T15:11:45Z **Interactive visualization and analytics on ADS-B data with ClickHouse**
[Comments](https://lobste.rs/s/wdggdv/interactive_visualization_analytics_on) ⌘ [Read more](https://github.com/ClickHouse/adsb.exposed/) 2024-04-10T15:49:13Z **How I write tests in Go**
[Comments](https://lobste.rs/s/ssworw/how_i_write_tests_go) ⌘ [Read more](https://blog.verygoodsoftwarenotvirus.ru/posts/testing-in-go/) 2024-04-10T16:03:54Z **Don't let Alloy facts make your specs a fiction**
[Comments](https://lobste.rs/s/ym8hku/don_t_let_alloy_facts_make_your_specs) ⌘ [Read more](https://www.hillelwayne.com/post/alloy-facts/) 2024-04-10T17:12:04Z **Some notes on For loops**
[Comments](https://lobste.rs/s/xylzwr/some_notes_on_for_loops) ⌘ [Read more](https://buttondown.email/hillelwayne/archive/some-notes-on-for-loops/) 2024-04-10T19:04:34Z **Code Search is Hard**
[Comments](https://lobste.rs/s/uy0rlf/code_search_is_hard) ⌘ [Read more](https://blog.val.town/blog/search-notes/) 2024-04-10T19:34:20Z **Notes on git's error messages**
[Comments](https://lobste.rs/s/harezb/notes_on_git_s_error_messages) ⌘ [Read more](https://jvns.ca/blog/2024/04/10/notes-on-git-error-messages/) 2024-04-10T21:04:50Z **TempLang - FE event routing and elements in an abbreviated form**
[Comments](https://lobste.rs/s/wt0hkg/templang_fe_event_routing_elements) ⌘ [Read more](https://dev.to/firecrow8/introducing-templang-an-abbreviated-fe-framework-3em4) 2024-04-11T03:53:02Z **crystalruby gem: Embed Crystal code directly in Ruby**
[Comments](https://lobste.rs/s/wh8r1k/crystalruby_gem_embed_crystal_code) ⌘ [Read more](https://github.com/wouterken/crystalruby) 2024-04-11T03:55:53Z **Fixing a bug with C++'s >>= operator**
[Comments](https://lobste.rs/s/bwrcrx/fixing_bug_with_c_s_operator) ⌘ [Read more](https://astrid.tech/2024/03/19/1/maybe-monad-cpp/) 2024-04-11T04:46:10Z **When and how C++ variables are initialized?**
[Comments](https://lobste.rs/s/jyopbv/when_how_c_variables_are_initialized) ⌘ [Read more](https://www.sandordargo.com/blog/2024/04/10/initializations-part-1) 2024-04-11T07:47:27Z **Building PostgreSQL Extensions: Dropping Extensions and Cleanup**
[Comments](https://lobste.rs/s/sqmvws/building_postgresql_extensions) ⌘ [Read more](https://www.crunchydata.com/blog/building-postgresql-extensions-dropping-extensions-and-cleanup) 2024-04-11T08:11:17Z **Share with Care: Breaking E2EE in Nextcloud**
[Comments](https://lobste.rs/s/wpsg1w/share_with_care_breaking_e2ee_nextcloud) ⌘ [Read more](https://eprint.iacr.org/2024/546) 2024-04-11T08:07:53Z **If Inheritance is so bad, why does everyone use it?**
[Comments](https://lobste.rs/s/fv7pco/if_inheritance_is_so_bad_why_does_everyone) ⌘ [Read more](https://buttondown.email/hillelwayne/archive/if-inheritance-is-so-bad-why-does-everyone-use-it/) 2024-04-11T09:14:49Z **Going in circles without a real-time clock**
[Comments](https://lobste.rs/s/vg3hkp/going_circles_without_real_time_clock) ⌘ [Read more](https://rachelbythebay.com/w/2024/04/10/rtc/) 2024-04-11T09:47:44Z **Browser Security Bugs that Aren’t: JavaScript in PDF**
[Comments](https://lobste.rs/s/joqbxh/browser_security_bugs_aren_t_javascript) ⌘ [Read more](https://textslashplain.com/2024/04/10/browser-security-bugs-that-arent-javascript-in-pdf/) 2024-04-11T09:35:31Z **zk: A plain text note-taking assistant**
[Comments](https://lobste.rs/s/8hqygw/zk_plain_text_note_taking_assistant) ⌘ [Read more](https://github.com/zk-org/zk) 2024-04-11T11:07:46Z **What makes a great technical blog**
[Comments](https://lobste.rs/s/vfee1g/what_makes_great_technical_blog) ⌘ [Read more](https://notes.eatonphil.com/2024-04-10-what-makes-a-great-tech-blog.html) 2024-04-11T11:22:28Z **Quantum Algorithms for Lattice Problems**
[Comments](https://lobste.rs/s/czt99s/quantum_algorithms_for_lattice_problems) ⌘ [Read more](https://eprint.iacr.org/2024/555) 2024-04-11T12:52:31Z **Blog Writing for Developers**
[Comments](https://lobste.rs/s/qazbje/blog_writing_for_developers) ⌘ [Read more](https://rmoff.net/2023/07/19/blog-writing-for-developers/) 2024-04-11T13:30:14Z **Hermit is a hermetic and reproducible sandbox for running programs**
[Comments](https://lobste.rs/s/dpxvqc/hermit_is_hermetic_reproducible_sandbox) ⌘ [Read more](https://github.com/facebookexperimental/hermit) 2024-04-11T13:50:58Z **Circular Buffer Performance Trick**
[Comments](https://lobste.rs/s/knrbyb/circular_buffer_performance_trick) ⌘ [Read more](https://cybernetist.com/2024/04/11/circular-buffer-performance-trick/) 2024-04-11T14:18:29Z **Learning git through playing a game**
[Comments](https://lobste.rs/s/qdv6tx/learning_git_through_playing_game) ⌘ [Read more](https://ohmygit.org/) 2024-04-11T14:43:33Z **An interactive quine**
[Comments](https://lobste.rs/s/ddwvhx/interactive_quine) ⌘ [Read more](https://www.pbt.dev/blog/quine/) 2024-04-11T15:43:16Z **Optimizing WebKit & Safari for Speedometer 3.0**
[Comments](https://lobste.rs/s/utyzwv/optimizing_webkit_safari_for) ⌘ [Read more](https://webkit.org/blog/15249/optimizing-webkit-safari-for-speedometer-3-0/) 2024-04-11T16:05:21Z **Ushering in the Thermodynamic Future - Litepaper**
[Comments](https://lobste.rs/s/evbqka/ushering_thermodynamic_future) ⌘ [Read more](https://www.extropic.ai/future) 2024-04-11T16:38:12Z **Our Response to Hashicorp's Cease and Desist Letter | OpenTofu**
[Comments](https://lobste.rs/s/kkoygg/our_response_hashicorp_s_cease_desist) ⌘ [Read more](https://opentofu.org/blog/our-response-to-hashicorps-cease-and-desist/) 2024-04-11T16:45:01Z **The Simple Beauty of XOR Floating Point Compression**
[Comments](https://lobste.rs/s/e8uyo5/simple_beauty_xor_floating_point) ⌘ [Read more](https://clemenswinter.com/2024/04/07/the-simple-beauty-of-xor-floating-point-compression/) 2024-04-11T16:43:45Z **Why is there no realloc that takes the number of bytes to copy?**
[Comments](https://lobste.rs/s/hgtpg0/why_is_there_no_realloc_takes_number_bytes) ⌘ [Read more](https://shift.click/blog/missing-alloc-api/) 2024-04-11T18:45:34Z **Improve performance of you Rust functions by const currying**
[Comments](https://lobste.rs/s/sbeflu/improve_performance_you_rust_functions) ⌘ [Read more](https://blog.cocl2.com/posts/const-currying-rs/) 2024-04-11T18:42:49Z **Fivefold Slower Compared to Go? Optimizing Rust's Protobuf Decoding Performance**
[Comments](https://lobste.rs/s/ozenpy/fivefold_slower_compared_go_optimizing) ⌘ [Read more](https://www.greptime.com/blogs/2024-04-09-rust-protobuf-performance) 2024-04-11T21:53:35Z **Ubuntu bug “CIFS stopped working with kernel update...”**
[Comments](https://lobste.rs/s/26k6qx/ubuntu_bug_cifs_stopped_working_with) ⌘ [Read more](https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2060780) 2024-04-12T04:57:47Z **PEP 744 – JIT Compilation**
[Comments](https://lobste.rs/s/qv8hht/pep_744_jit_compilation) ⌘ [Read more](https://peps.python.org/pep-0744/) 2024-04-12T05:28:27Z **Abstract methods and NotImplementedError in Ruby**
[Comments](https://lobste.rs/s/jevnmb/abstract_methods_notimplementederror) ⌘ [Read more](https://nithinbekal.com/posts/abstract-methods-notimplementederror-ruby/) 2024-04-12T05:41:44Z **Swift for C++ Practitioners**
[Comments](https://lobste.rs/s/4c7igt/swift_for_c_practitioners) ⌘ [Read more](https://sfba.social/@dgregor79/112253040167641326) 2024-04-12T08:31:01Z **OpenBSD is a Cozy Operating System**
[Comments](https://lobste.rs/s/y7zosi/openbsd_is_cozy_operating_system) ⌘ [Read more](https://btxx.org/posts/OpenBSD_is_a_Cozy_Operating_System/) 2024-04-12T08:51:01Z **A math puzzle and a better algorithm for top-k**
[Comments](https://lobste.rs/s/ip9xjs/math_puzzle_better_algorithm_for_top_k) ⌘ [Read more](https://quickwit.io/blog/top-k-complexity) 2024-04-12T08:57:32Z **What are you doing this weekend?**
Feel free to tell what you plan on doing this weekend and even ask for help or feedback.

Please keep in mind it’s more than OK to do nothing at all too! ⌘ [Read more](https://lobste.rs/s/cdzw5p/what_are_you_doing_this_weekend) 2024-04-12T09:40:38Z **Qemu IPv6 Slirp**
[Comments](https://lobste.rs/s/3rpzks/qemu_ipv6_slirp) ⌘ [Read more](https://blog.izissise.net/posts/qemuipv6slirp/) 2024-04-12T10:05:55Z **Fast, Declarative, Reproduble and Composable Developer Environments using Nix**
[Comments](https://lobste.rs/s/8xagju/fast_declarative_reproduble_composable) ⌘ [Read more](https://devenv.sh/) 2024-04-12T09:41:49Z **DOCSIS 3.1 -4.0 Decoded: Unleashing High-Speed Internet for IT Pros**
[Comments](https://lobste.rs/s/us7wcv/docsis_3_1_4_0_decoded_unleashing_high) ⌘ [Read more](https://www.youtube.com/watch?v=FQAdGtMSf9U) 2024-04-12T12:14:02Z **Unit tests considered harmful? No**
[Comments](https://lobste.rs/s/7q1tke/unit_tests_considered_harmful_no) ⌘ [Read more](https://thedailydeveloper.substack.com/p/unit-tests-considered-harmful-no) 2024-04-12T14:06:09Z **WebXR retro computer simulation**
[Comments](https://lobste.rs/s/kdqdth/webxr_retro_computer_simulation) ⌘ [Read more](https://www.dompajak.com/blog/webxr-beeb-virtual-beeb/index.html) 2024-04-12T15:48:07Z **Semantic Sound Synthesis with Agents**
[Comments](https://lobste.rs/s/goqsie/semantic_sound_synthesis_with_agents) ⌘ [Read more](https://montyanderson.net/writing/synthesis) 2024-04-12T16:37:16Z **“Tear”able Puns, and Worse Ideas: A Minimally Thread-Safe Cell**
[Comments](https://lobste.rs/s/sgh8f6/tear_able_puns_worse_ideas_minimally) ⌘ [Read more](https://shift.click/blog/tearcell/) 2024-04-12T18:37:56Z **SIGBOVIK 2024**
[Comments](https://lobste.rs/s/zyj8ju/sigbovik_2024) ⌘ [Read more](https://sigbovik.org/2024/) 2024-04-12T19:00:47Z **Cipherleaks is the first demonstrated attack against AMD SEV-SNP**
[Comments](https://lobste.rs/s/cfqwtk/cipherleaks_is_first_demonstrated) ⌘ [Read more](https://cipherleaks.com/) 2024-04-12T20:25:24Z **Backport of .NET 2.0 - 3.5 to Windows 95**
[Comments](https://lobste.rs/s/11wbk9/backport_net_2_0_3_5_windows_95) ⌘ [Read more](https://github.com/itsmattkc/dotnet9x) 2024-04-12T22:34:57Z **Setting up PostgreSQL for running integration tests**
[Comments](https://lobste.rs/s/1yrurm/setting_up_postgresql_for_running) ⌘ [Read more](https://gajus.com/blog/setting-up-postgre-sql-for-running-integration-tests) 2024-04-12T23:04:50Z **Unit and Integration Tests**
[Comments](https://lobste.rs/s/mucoca/unit_integration_tests) ⌘ [Read more](https://matklad.github.io/2022/07/04/unit-and-integration-tests.html) 2024-04-13T00:45:05Z **Signals. I spent 2 years to understand this part**
promising channel, there is a related [machine code essentials playlist](https://www.youtube.com/watch?v=rDnqmVnrZKs&list=PLK-__IOg3Iqthg16MLnZnT6X0gp63YE4H&index=1)

[Comments](https://lobste.rs/s/pl1req/signals_i_spent_2_years_understand_this) ⌘ [Read more](https://www.youtube.com/watch?v=d0gS5TXarXc) 2024-04-13T07:44:21Z **Identifying and Correcting Programming Language Behavior Misconceptions**
[Comments](https://lobste.rs/s/fshyxg/identifying_correcting_programming) ⌘ [Read more](https://cs.brown.edu/~sk/Publications/Papers/Published/lk-smol-tutor/) 2024-04-13T09:05:37Z **Kaspersky analysis of the backdoor in XZ**
[Comments](https://lobste.rs/s/lhur6p/kaspersky_analysis_backdoor_xz) ⌘ [Read more](https://securelist.com/xz-backdoor-story-part-1/112354/) 2024-04-13T10:45:14Z **Go performance from version 1.0 to 1.22**
[Comments](https://lobste.rs/s/up5xen/go_performance_from_version_1_0_1_22) ⌘ [Read more](https://benhoyt.com/writings/go-version-performance-2024/) 2024-04-13T11:21:06Z **Advent of Code 2023: Day 6 in Hurl**
[Comments](https://lobste.rs/s/jrwbg5/advent_code_2023_day_6_hurl) ⌘ [Read more](https://blog.flowblok.id.au/2024-04/advent-of-code-2023-day-6.html) 2024-04-13T11:39:42Z **Minimal Kotlin and Nix flake example (with Gradle 8 support)**
[Comments](https://lobste.rs/s/ljhoc8/minimal_kotlin_nix_flake_example_with) ⌘ [Read more](https://github.com/owickstrom/minimal-kotlin-nix-example) 2024-04-13T11:52:12Z **doceaser: Interactive documentation with Markdown and HTMX made easier**
Hello there!

This project is a bit of a proof concept, I wanted to generate documentation from Markdown files and be able to embed forms and other dynamic content in it using HTMX.

This is how DocEaser was born.

[Comments](https://lobste.rs/s/u0lor3/doceaser_interactive_documentation) ⌘ [Read more](https://github.com/linkdd/doceaser) 2024-04-13T13:28:55Z **zkSNARKs & zkSTARKs: A Novel Verifiable Computation Model**
[Comments](https://lobste.rs/s/wfq06v/zksnarks_zkstarks_novel_verifiable) ⌘ [Read more](https://illya.sh/blog/posts/zksnark-zkstark-verifiable-computation-model-blockchain/) 2024-04-13T16:23:53Z **How to write a code formatter**
[Comments](https://lobste.rs/s/nk917v/how_write_code_formatter) ⌘ [Read more](https://yorickpeterse.com/articles/how-to-write-a-code-formatter/) 2024-04-13T16:39:14Z **Lessons after a half-billion GPT tokens**
[Comments](https://lobste.rs/s/0tmkr2/lessons_after_half_billion_gpt_tokens) ⌘ [Read more](https://kenkantzer.com/lessons-after-a-half-billion-gpt-tokens/) 2024-04-13T16:57:15Z **Ten Years and Counting: My Affair with Microservices**
[Comments](https://lobste.rs/s/lcpp10/ten_years_counting_my_affair_with) ⌘ [Read more](https://blog.allegro.tech/2024/04/ten-years-microservices.html) 2024-04-13T17:36:03Z **tree-shaking, the horticulturally misguided algorithm — wingolog**
[Comments](https://lobste.rs/s/4q5gqs/tree_shaking_horticulturally_misguided) ⌘ [Read more](https://wingolog.org/archives/2023/11/24/tree-shaking-the-horticulturally-misguided-algorithm) 2024-04-13T21:23:36Z **The joy of computing**
[Comments](https://lobste.rs/s/li8thy/joy_computing) ⌘ [Read more](https://jamesg.blog/2024/04/13/joy-of-computing/) 2024-04-14T01:40:53Z **Combinatory Programming**
[Comments](https://lobste.rs/s/enwqun/combinatory_programming) ⌘ [Read more](https://blog.zdsmith.com/posts/combinatory-programming.html) 2024-04-14T02:21:38Z **Why `streaming` Is My Favourite Haskell Streaming Library**
[Comments](https://lobste.rs/s/qw138x/why_streaming_is_my_favourite_haskell) ⌘ [Read more](http://jackkelly.name/blog/archives/2024/04/13/why_streaming_is_my_favourite_haskell_streaming_library/) 2024-04-14T02:28:48Z **Speculations on arenas and custom strings in C++**
[Comments](https://lobste.rs/s/elvubj/speculations_on_arenas_custom_strings_c) ⌘ [Read more](https://nullprogram.com/blog/2024/04/14/) 2024-04-14T02:50:07Z **bunkchat: local-only chat for tilde servers written in posix sh**
this is local-only chat that my partner and i made for a private tilde server among friends. it’s much easier to use than IRC, etc., especially for someone who’s SSHing into a computer for the first time. we thought it would be fun to package it up for easier use by others. it’s probably best used on medium/high trust tilde servers, since we made a best effort to make it reasonably secure but there’s probably some edge cases we don’t understand <3

[Comments](https ... ⌘ [Read more](https://git.bunk.computer/bunk/bunkchat) 2024-04-14T02:51:34Z **Making ijq Fast**
[Comments](https://lobste.rs/s/3pnmod/making_ijq_fast) ⌘ [Read more](https://gpanders.com/blog/making-ijq-fast/) 2024-04-14T03:12:19Z **From Vim to Zed**
[Comments](https://lobste.rs/s/qojide/from_vim_zed) ⌘ [Read more](https://registerspill.thorstenball.com/p/from-vim-to-zed) 2024-04-14T04:03:23Z **Can You Grok It - Hacking Together Your Own Dev Tunnel Service**
[Comments](https://lobste.rs/s/nwhkqm/can_you_grok_it_hacking_together_your_own) ⌘ [Read more](https://0xda.de/blog/2024/04/can-you-grok-it/) 2024-04-14T07:22:52Z **Power Hungry Processing: Watts Driving the Cost of AI Deployment?**
[Comments](https://lobste.rs/s/gwqvgh/power_hungry_processing_watts_driving) ⌘ [Read more](https://arxiv.org/pdf/2311.16863.pdf) 2024-04-14T10:41:34Z **Linux Fu: Getting Started With Systemd**
> Then again, I’m also waiting for the whole “windows, icon, mouse, pointer” fad to die down.

Got to like someone with perspective :)

[Comments](https://lobste.rs/s/gcnmny/linux_fu_getting_started_with_systemd) ⌘ [Read more](https://hackaday.com/2024/04/11/linux-fu-getting-started-with-systemd/) 2024-04-14T10:46:27Z **Learning to code with and without AI**
[Comments](https://lobste.rs/s/4bntfh/learning_code_with_without_ai) ⌘ [Read more](https://austinhenley.com/blog/learningwithai.html) 2024-04-14T11:11:36Z **DB Indexes Do Not Magically Compose**
[Comments](https://lobste.rs/s/9itpwl/db_indexes_do_not_magically_compose) ⌘ [Read more](https://rtpg.co/2024/04/14/db-indexes-do-not-magically-compose/) 2024-04-14T11:13:39Z **Travelling with Tailscale**
[Comments](https://lobste.rs/s/iaxxhz/travelling_with_tailscale) ⌘ [Read more](https://mrkaran.dev/posts/travel-tailscale/) 2024-04-14T11:17:36Z **Wasabi Scrum**
[Comments](https://lobste.rs/s/opaosv/wasabi_scrum) ⌘ [Read more](https://mdalmijn.com/p/wasabi-scrum) 2024-04-14T12:52:54Z **Lambda to SKI, semantically**
[Comments](https://lobste.rs/s/dwffbh/lambda_ski_semantically) ⌘ [Read more](https://okmij.org/ftp/tagless-final/ski.pdf) 2024-04-14T13:02:05Z **WireViz: Easily document cables and wiring harnesses**
[Comments](https://lobste.rs/s/7clm5b/wireviz_easily_document_cables_wiring) ⌘ [Read more](https://github.com/wireviz/WireViz) 2024-04-14T13:44:14Z **A powerful CLI for creating and managing PrivateBin pastes with ease**
[Comments](https://lobste.rs/s/lzhrkk/powerful_cli_for_creating_managing) ⌘ [Read more](https://github.com/gearnode/privatebin) 2024-04-14T14:37:08Z **Elegance: The Undervalued System Requirement**
[Comments](https://lobste.rs/s/lqhbzg/elegance_undervalued_system) ⌘ [Read more](https://systemsapproach.org/2024/03/18/elegance-the-undervalued-system-requirement/) 2024-04-14T15:48:49Z **Inko 0.14.0 released**
[Comments](https://lobste.rs/s/lmpjq6/inko_0_14_0_released) ⌘ [Read more](https://inko-lang.org/news/inko-0-14-0-released/) 2024-04-14T15:57:26Z **Getting started with ActivityPub**
[Comments](https://lobste.rs/s/yrhise/getting_started_with_activitypub) ⌘ [Read more](https://dev.to/thasmin/getting-started-with-activitypub-2mgm) 2024-04-14T16:28:11Z **Control and Autofocus Software for Chip-Level Microscopy**
[Comments](https://lobste.rs/s/sl9n7k/control_autofocus_software_for_chip) ⌘ [Read more](https://www.bunniestudios.com/blog/2024/control-and-autofocus-software-for-chip-level-microscopy/) 2024-04-14T18:11:31Z **Getting started with sched-ext development**
[Comments](https://lobste.rs/s/p2m6a3/getting_started_with_sched_ext) ⌘ [Read more](http://arighi.blogspot.com/2024/04/getting-started-with-sched-ext.html) 2024-04-14T18:47:39Z **Hidden dependencies in Linux binaries**
[Comments](https://lobste.rs/s/5at38s/hidden_dependencies_linux_binaries) ⌘ [Read more](http://thelittleengineerthatcould.blogspot.com/2024/04/hidden-dependencies-in-linux-binaries.html) 2024-04-14T18:52:35Z **Call for early adopters of Sel, Botan and one-time-password**
[Comments](https://lobste.rs/s/1d9al5/call_for_early_adopters_sel_botan_one_time) ⌘ [Read more](https://discourse.haskell.org/t/call-for-early-adopters-of-sel-botan-and-one-time-password/9326/2) 2024-04-14T18:55:48Z **Mysterious Moving Pointers**
[Comments](https://lobste.rs/s/ajykxy/mysterious_moving_pointers) ⌘ [Read more](https://blomqu.ist/posts/2024/move/) 2024-04-14T19:03:45Z **Sandboxing All The Things with Flatpak and BubbleBox**
[Comments](https://lobste.rs/s/uh1rdi/sandboxing_all_things_with_flatpak) ⌘ [Read more](https://www.ralfj.de/blog/2024/04/14/bubblebox.html) 2024-04-14T19:50:38Z **🪦 Emacs 2011-2023**
[Comments](https://lobste.rs/s/e2bnzn/emacs_2011_2023) ⌘ [Read more](https://bastibe.de/2024-03-24-rip-emacs-2011-2023.html) 2024-04-15T06:02:46Z **Spectral Ray Tracing**
[Comments](https://lobste.rs/s/j7cf16/spectral_ray_tracing) ⌘ [Read more](https://larswander.com/writing/spectral-ray-tracing/) 2024-04-15T10:27:10Z **What are you doing this week?**
What are you doing this week? Feel free to share!

Keep in mind it’s OK to do nothing at all, too. ⌘ [Read more](https://lobste.rs/s/mwynt8/what_are_you_doing_this_week) 2024-04-15T10:57:17Z **Neverest, a CLI to synchronize, backup and restore emails**
[Comments](https://lobste.rs/s/w3jfno/neverest_cli_synchronize_backup_restore) ⌘ [Read more](https://github.com/soywod/neverest) 2024-04-15T11:05:40Z **Ratatui 0.26.2 is released**
[Comments](https://lobste.rs/s/xqnxn5/ratatui_0_26_2_is_released) ⌘ [Read more](https://ratatui.rs/highlights/v0262/) 2024-04-15T11:34:57Z **Why No IPv6?**
[Comments](https://lobste.rs/s/je9hvj/why_no_ipv6) ⌘ [Read more](https://whynoipv6.com/) 2024-04-15T12:35:32Z **Beware of base64 encoded strings**
[Comments](https://lobste.rs/s/8ksgaz/beware_base64_encoded_strings) ⌘ [Read more](https://garrit.xyz/posts/2024-04-15-beware-of-base64-encoded-strings) 2024-04-15T13:13:09Z **Root Cause vs. Contributing Factors**
[Comments](https://lobste.rs/s/3azwga/root_cause_vs_contributing_factors) ⌘ [Read more](https://felipe.rs/2024/04/08/root-cause-vs-contributing-factors/) 2024-04-15T14:13:42Z **The origin and virtues of semicolons in programming languages**
[Comments](https://lobste.rs/s/0jerh5/origin_virtues_semicolons_programming) ⌘ [Read more](https://ntietz.com/blog/researching-why-we-use-semicolons-as-statement-terminators/) 2024-04-15T14:50:44Z **Building a GPS receiver**
[Comments](https://lobste.rs/s/m6rchu/building_gps_receiver) ⌘ [Read more](https://axleos.com/building-a-gps-receiver-part-1-hearing-whispers/) 2024-04-15T16:16:37Z **Data Visualization**
The Oxide & Friends podcast recently held a discussion about data visualization tools. I’m curious what tools people on this site use and recommend.

I had never used gnuplot before listening to this episode, but having now tried it I quite like it and am looking forward to experimenting with it more. These days, I almost exclusively use matplotlib in a Jupyter notebook, though I can’t say I’m very satisfied with it (I find the API not very intuitive and a bit confusing, though I’ll readily ... ⌘ [Read more](https://oxide.computer/podcasts/oxide-and-friends/1791784) 2024-04-15T17:09:02Z **Feeding GPT Arbitrary Web Data**
[Comments](https://lobste.rs/s/ia51kg/feeding_gpt_arbitrary_web_data) ⌘ [Read more](https://www.1a-insec.net/blog/47-feeding-gpt-arbitrary-soup/) 2024-04-15T17:31:22Z **Testing Practical Common Lisp code on Medley Interlisp**
[Comments](https://lobste.rs/s/nzjkxm/testing_practical_common_lisp_code_on) ⌘ [Read more](https://journal.paoloamoroso.com/testing-the-practical-common-lisp-code-on-medley) 2024-04-15T18:11:00Z **Upgrading my Chumby 8 kernel part 8: audio**
[Comments](https://lobste.rs/s/tc8o4f/upgrading_my_chumby_8_kernel_part_8_audio) ⌘ [Read more](https://www.downtowndougbrown.com/2024/04/upgrading-my-chumby-8-kernel-part-8-audio/) 2024-04-15T18:33:01Z **Elastic Universal Profiling agent, a continuous profiling solution, is now open source**
[Comments](https://lobste.rs/s/vx7mc3/elastic_universal_profiling_agent) ⌘ [Read more](https://www.elastic.co/de/blog/elastic-universal-profiling-agent-open-source) 2024-04-15T18:30:34Z **Locally Perfect Spatial Hashing**
[Comments](https://lobste.rs/s/jwwulq/locally_perfect_spatial_hashing) ⌘ [Read more](https://haug.codes/blog/locally-perfect-hashing/) 2024-04-15T18:48:15Z **XZ Utils review notes**
[Comments](https://lobste.rs/s/nhyfib/xz_utils_review_notes) ⌘ [Read more](https://tukaani.org/xz-backdoor/review.html) 2024-04-15T19:29:52Z **PuTTY vulnerability vuln-p521-bias**
[Comments](https://lobste.rs/s/tnzmfo/putty_vulnerability_vuln_p521_bias) ⌘ [Read more](https://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/vuln-p521-bias.html) 2024-04-15T19:46:40Z **A Feat of Engineering**
[Comments](https://lobste.rs/s/guizmr/feat_engineering) ⌘ [Read more](https://registerspill.thorstenball.com/p/a-feat-of-engineering) 2024-04-15T22:40:15Z **Apple’s Mysterious Fisheye Projection**
[Comments](https://lobste.rs/s/0rwosi/apple_s_mysterious_fisheye_projection) ⌘ [Read more](https://blog.mikeswanson.com/post/747761863530528768/apples-mysterious-fisheye-projection) 2024-04-16T00:10:33Z **Knuth–Morris–Pratt illustrated**
[Comments](https://lobste.rs/s/p4odxi/knuth_morris_pratt_illustrated) ⌘ [Read more](https://www.cambridge.org/core/journals/journal-of-functional-programming/article/knuthmorrispratt-illustrated/8EFA77D663D585B68630E372BCE1EBA4) 2024-04-16T00:46:48Z **No I don't want 2, Emacs**
[Comments](https://lobste.rs/s/efmbul/no_i_don_t_want_2_emacs) ⌘ [Read more](https://www.emoses.org/posts/dont-write-2/) 2024-04-16T01:02:34Z **Measuring your system’s performance using software (Go edition)**
[Comments](https://lobste.rs/s/mjl8k9/measuring_your_system_s_performance) ⌘ [Read more](https://lemire.me/blog/2024/03/17/measuring-your-systems-performance-using-software-go-edition/) 2024-04-16T01:56:06Z **Trying Out Cloudflare's `foundations` Library for Rust**
[Comments](https://lobste.rs/s/5oeolr/trying_out_cloudflare_s_foundations) ⌘ [Read more](https://cprimozic.net/blog/trying-out-cloudflare-foundations-library/) 2024-04-16T02:46:52Z **Mastering Observability: How We Solved a Major Bug in Just 15 Minutes**
[Comments](https://lobste.rs/s/ygvbwz/mastering_observability_how_we_solved) ⌘ [Read more](https://jaywhy13.hashnode.dev/solving-like-sherlock-a-15-minute-case-with-observability) 2024-04-16T03:26:59Z **Story of Etak Navigator**
[Comments](https://lobste.rs/s/f4qas1/story_etak_navigator) ⌘ [Read more](https://maphappenings.com/2024/04/11/story-of-etak/) 2024-04-16T05:16:36Z **VR Browser Wolvic Switches from Gecko to Chromium**
Lobste.rs thread about Wolvic’s announcement: [https://lobste.rs/s/upszbh/wolvic\_new\_project\_based\_on\_firefox](https://lobste.rs/s/upszbh/wolvic_new_project_based_on_firefox)

[Comments](https://lobste.rs/s/almixc/vr_browser_wolvic_switches_from_gecko) ⌘ [Read more](https://wolvic.com/blog/Chromium_Beta_APKs/) 2024-04-16T06:54:21Z **Descent3 Source Code**
[Comments](https://lobste.rs/s/pqljye/descent3_source_code) ⌘ [Read more](https://github.com/kevinbentley/Descent3) 2024-04-16T08:27:19Z **Exploring improvements to the Firefox sidebar**
[Comments](https://lobste.rs/s/c9u1c9/exploring_improvements_firefox_sidebar) ⌘ [Read more](https://blog.nightly.mozilla.org/2024/04/15/exploring-improvements-to-the-firefox-sidebar/) 2024-04-16T08:51:27Z **iOS404**
[Comments](https://lobste.rs/s/3yqsik/ios404) ⌘ [Read more](https://ios404.com/) 2024-04-16T10:12:39Z **Freespin (2021)**
[Comments](https://lobste.rs/s/cfjbkz/freespin_2021) ⌘ [Read more](https://www.youtube.com/watch?v=zprSxCMlECA) 2024-04-16T11:05:00Z **Telegram Arbitrary Code Execution via InstantView | TeleSec**
[Comments](https://lobste.rs/s/wmnkqf/telegram_arbitrary_code_execution_via) ⌘ [Read more](https://www.telesec.top/telesec/telegram-desktop/arbitrary-code-execution-via-instantview) 2024-04-16T12:56:52Z **Topfew Release 0.5**
[Comments](https://lobste.rs/s/xtlsda/topfew_release_0_5) ⌘ [Read more](https://www.tbray.org/ongoing/When/202x/2024/04/12/Topfew-release) 2024-04-16T13:10:04Z **Some useful types for database-using Rust web apps**
[Comments](https://lobste.rs/s/hmwleu/some_useful_types_for_database_using_rust) ⌘ [Read more](https://boinkor.net/2024/04/some-useful-types-for-database-using-rust-web-apps/) 2024-04-16T15:23:37Z **Failures, Mistakes, Confusion**
[Comments](https://lobste.rs/s/6eba5d/failures_mistakes_confusion) ⌘ [Read more](https://blog.ignaskiela.eu/failures-mistakes-confusion.html) 2024-04-16T15:44:15Z **Effect 3.0 – Effect Blog**
[Comments](https://lobste.rs/s/dk4fcc/effect_3_0_effect_blog) ⌘ [Read more](https://effect.website/blog/effect-3.0) 2024-04-16T16:24:29Z **Calling OCaml from C**
[Comments](https://lobste.rs/s/uvcogs/calling_ocaml_from_c) ⌘ [Read more](https://transactional.blog/blog/2024-calling-ocaml-from-c) 2024-04-16T17:19:40Z **Gleam version v1.1**
[Comments](https://lobste.rs/s/wr64in/gleam_version_v1_1) ⌘ [Read more](https://gleam.run/news/gleam-v1.1/) 2024-04-16T17:29:53Z **ATAC: A simple API client (postman like) in your terminal**
[Comments](https://lobste.rs/s/0h253l/atac_simple_api_client_postman_like_your) ⌘ [Read more](https://github.com/Julien-cpsn/ATAC) 2024-04-16T18:00:22Z **Colima k8s nix setup**
[Comments](https://lobste.rs/s/ixaerf/colima_k8s_nix_setup) ⌘ [Read more](https://dev.to/doriancodes/colima-k8s-nix-setup-mpn) 2024-04-16T21:37:43Z **Expr release v1.16.5**
[Comments](https://lobste.rs/s/kuo5kz/expr_release_v1_16_5) ⌘ [Read more](https://github.com/expr-lang/expr/releases/tag/v1.16.5) 2024-04-16T22:22:09Z **Why OpenSSL punycode vulnerability CVE-2022-3602 was not detected by fuzz testing**
[Comments](https://lobste.rs/s/oe3sb6/why_openssl_punycode_vulnerability_cve) ⌘ [Read more](http://allsoftwaresucks.blogspot.com/2022/11/why-cve-2022-3602-was-not-detected-by.html) 2024-04-16T22:25:07Z **The legal rule that computers are presumed to be operating correctly – unforeseen and unjust consequences (2022)**
[Comments](https://lobste.rs/s/lrixcj/legal_rule_computers_are_presumed_be) ⌘ [Read more](https://www.benthamsgaze.org/wp-content/uploads/2022/06/briefing-presumption-that-computers-are-reliable.pdf) 2024-04-16T22:45:23Z **Cute trick for fetch-and-add-based queues**
[Comments](https://lobste.rs/s/uxwae2/cute_trick_for_fetch_add_based_queues) ⌘ [Read more](https://outerproduct.net/trivial/2024-04-16_faaqtr.html) 2024-04-16T23:13:52Z **gcloud-lite lightweight Google Cloud Platform CLI distro**
[Comments](https://lobste.rs/s/vlp3dw/gcloud_lite_lightweight_google_cloud) ⌘ [Read more](https://github.com/tonymet/gcloud-lite) 2024-04-17T00:51:04Z **Megalodon: Efficient LLM Pretraining and Inference with Unlimited Context Length**
[Comments](https://lobste.rs/s/rwivnn/megalodon_efficient_llm_pretraining) ⌘ [Read more](https://arxiv.org/abs/2404.08801) 2024-04-17T01:46:14Z **Humane AI – Pico Laser Projection – $230M AI Twist on an Old Scam**
[Comments](https://lobste.rs/s/v1tkac/humane_ai_pico_laser_projection_230m_ai) ⌘ [Read more](https://kguttag.com/2023/12/06/humane-ai-pico-laser-projection-230m-ai-twist-on-an-old-scam/) 2024-04-17T02:42:19Z **River 0.3.0, Waylock 1.0.0, Status Update**
[Comments](https://lobste.rs/s/ircrbb/river_0_3_0_waylock_1_0_0_status_update) ⌘ [Read more](https://isaacfreund.com/blog/river-0.3-waylock-1.0/) 2024-04-17T04:03:58Z **m2dir: treating mails as files without going crazy**
[Comments](https://lobste.rs/s/hvdrln/m2dir_treating_mails_as_files_without) ⌘ [Read more](https://bitfehler.srht.site/posts/2024-04-15_m2dir-treating-mails-as-files-without-going-crazy.html) 2024-04-17T04:38:08Z **Hardest Problem in Computer Science: Centering Things**
[Comments](https://lobste.rs/s/xcwla4/hardest_problem_computer_science) ⌘ [Read more](https://tonsky.me/blog/centering/) 2024-04-17T05:09:40Z **Ten years of improvements in PostgreSQL's optimizer**
[Comments](https://lobste.rs/s/idpvvq/ten_years_improvements_postgresql_s) ⌘ [Read more](https://rmarcus.info/blog/2024/04/12/pg-over-time.html) 2024-04-17T05:33:08Z **The BLISS programming language: a history (2002)**
[Comments](https://lobste.rs/s/rlmjdl/bliss_programming_language_history_2002) ⌘ [Read more](https://www.cs.tufts.edu/~nr/cs257/archive/ronald-brender/bliss.pdf) 2024-04-17T05:57:38Z **HTML popover Attribute**
[Comments](https://lobste.rs/s/b0zmkg/html_popover_attribute) ⌘ [Read more](https://davidwalsh.name/html-popover-attribute) 2024-04-17T06:46:29Z **Getting TAI time on a Debian machine**
[Comments](https://lobste.rs/s/wnhy86/getting_tai_time_on_debian_machine) ⌘ [Read more](https://www.bortzmeyer.org/tai-on-debian.html) 2024-04-17T06:54:47Z **We Need To Rewild The Internet**
[Comments](https://lobste.rs/s/xdveqe/we_need_rewild_internet) ⌘ [Read more](https://www.noemamag.com/we-need-to-rewild-the-internet/) 2024-04-17T08:22:07Z **A quick post on Chen's algorithm**
[Comments](https://lobste.rs/s/hxfpfv/quick_post_on_chen_s_algorithm) ⌘ [Read more](https://blog.cryptographyengineering.com/2024/04/16/a-quick-post-on-chens-algorithm/) 2024-04-17T09:42:55Z **Use Cases for Merging and Splitting Partitions With Minimal Locking in PostgreSQL 17**
[Comments](https://lobste.rs/s/7kwk1v/use_cases_for_merging_splitting) ⌘ [Read more](https://andyatkinson.com/blog/2024/04/16/postgresql-17-merge-split-partitions) 2024-04-17T10:27:24Z **Collection of notebooks showcasing some fun and effective ways of using Claude**
[Comments](https://lobste.rs/s/rieyfe/collection_notebooks_showcasing_some) ⌘ [Read more](https://github.com/anthropics/anthropic-cookbook) 2024-04-17T10:43:04Z **Participating in the Spring Lisp Game jam, why and how**
[Comments](https://lobste.rs/s/qomtd5/participating_spring_lisp_game_jam_why) ⌘ [Read more](https://drewsh.com/lisp-game-jam.html) 2024-04-17T11:56:35Z **AI Index Report 2024 – Artificial Intelligence Index**
[Comments](https://lobste.rs/s/eygedv/ai_index_report_2024_artificial) ⌘ [Read more](https://aiindex.stanford.edu/report/) 2024-04-17T11:59:15Z **Redis is forked**
[Comments](https://lobste.rs/s/jplrcm/redis_is_forked) ⌘ [Read more](https://newsletter.vickiboykis.com/archive/redis-is-forked/) 2024-04-17T13:23:05Z **Unpacking the Blackjack Group's Fuxnet Malware**
[Comments](https://lobste.rs/s/96wkbf/unpacking_blackjack_group_s_fuxnet) ⌘ [Read more](https://claroty.com/team82/research/unpacking-the-blackjack-groups-fuxnet-malware) 2024-04-17T14:48:37Z **Java 23: The New Features are Officially Announced**
[Comments](https://lobste.rs/s/mtmyyv/java_23_new_features_are_officially) ⌘ [Read more](https://coderoasis.com/java-23-new-features/) 2024-04-17T15:00:36Z **Rust GUI framework performance comparison**
[Comments](https://lobste.rs/s/zgxvxw/rust_gui_framework_performance) ⌘ [Read more](http://lukaskalbertodt.github.io/2023/02/03/tauri-iced-egui-performance-comparison.html) 2024-04-17T15:44:11Z **5 ideas for user research when you can't talk to users**
[Comments](https://lobste.rs/s/agcr7c/5_ideas_for_user_research_when_you_can_t) ⌘ [Read more](https://www.pixelfridge.digital/5-ideas-for-user-research-when-you-cant-talk-to-users/) 2024-04-17T15:52:42Z **AM phasor has no setting for 'stun'**
[Comments](https://lobste.rs/s/e3lza2/am_phasor_has_no_setting_for_stun) ⌘ [Read more](https://www.jeffgeerling.com/blog/2024/am-phasor-has-no-setting-stun) 2024-04-17T16:26:14Z **PyPI: Expanding Trusted Publisher Support**
[Comments](https://lobste.rs/s/ebiwb4/pypi_expanding_trusted_publisher) ⌘ [Read more](https://blog.pypi.org/posts/2024-04-17-expanding-trusted-publisher-support/) 2024-04-17T16:24:37Z **Solving the minimum cut problem for undirected graphs**
[Comments](https://lobste.rs/s/4d9bdy/solving_minimum_cut_problem_for) ⌘ [Read more](https://research.google/blog/solving-the-minimum-cut-problem-for-undirected-graphs/) 2024-04-17T17:09:37Z **Palo Alto Networks zero-day exploited since March to backdoor firewalls**
[Comments](https://lobste.rs/s/8ahwpg/palo_alto_networks_zero_day_exploited) ⌘ [Read more](https://www.bleepingcomputer.com/news/security/palo-alto-networks-zero-day-exploited-since-march-to-backdoor-firewalls/) 2024-04-17T17:45:30Z **Prism in 2024 - A history of Ruby parsers**
[Comments](https://lobste.rs/s/4jpfyy/prism_2024_history_ruby_parsers) ⌘ [Read more](https://railsatscale.com/2024-04-16-prism-in-2024/) 2024-04-17T19:28:15Z **Types of estimates**
[Comments](https://lobste.rs/s/mnvfoc/types_estimates) ⌘ [Read more](https://dan.turnerhallow.co.uk/types-of-estimates.html) 2024-04-17T20:15:46Z **Advanced Memory Management in Vale**
[Comments](https://lobste.rs/s/eb3mav/advanced_memory_management_vale) ⌘ [Read more](https://youtu.be/UavYVf0UEoc) 2024-04-17T21:16:26Z **rHttp: REPL for HTTP**
[Comments](https://lobste.rs/s/f9l1ce/rhttp_repl_for_http) ⌘ [Read more](https://github.com/1buran/rHttp) 2024-04-17T21:27:25Z **Effort Engine**
[Comments](https://lobste.rs/s/urm5e0/effort_engine) ⌘ [Read more](https://kolinko.github.io/effort/index.html) 2024-04-17T21:39:29Z **The Endless Maze algorithm (Atari 2600)**
[Comments](https://lobste.rs/s/dm3clo/endless_maze_algorithm_atari_2600) ⌘ [Read more](https://www.gamesthatwerent.com/2024/01/the-endless-maze-algorithm/) 2024-04-17T22:05:47Z **Systems Distributed '24**
[Comments](https://lobste.rs/s/eo1bde/systems_distributed_24) ⌘ [Read more](https://systemsdistributed.com) 2024-04-17T22:01:55Z **Full-text search of the OpenBSD manual pages**
[Comments](https://lobste.rs/s/7hpykf/full_text_search_openbsd_manual_pages) ⌘ [Read more](https://man.ifconfig.se) 2024-04-17T22:04:43Z **libnix mingw status**
[Comments](https://lobste.rs/s/bhignf/libnix_mingw_status) ⌘ [Read more](https://lastlog.de/blog/libnix_mingw_status.html) 2024-04-17T22:34:46Z **A deep dive into Single Pair Ethernet**
[Comments](https://lobste.rs/s/dx4meb/deep_dive_into_single_pair_ethernet) ⌘ [Read more](https://electricui.com/blog/spe-sensor-node) 2024-04-17T23:44:22Z **Fallout Bullshit**
[Comments](https://lobste.rs/s/843thk/fallout_bullshit) ⌘ [Read more](https://vermaden.wordpress.com/2024/04/18/fallout-bullshit/) 2024-04-18T03:28:10Z **The Rust Calling Convention We Deserve**
[Comments](https://lobste.rs/s/b6ycfr/rust_calling_convention_we_deserve) ⌘ [Read more](https://mcyoung.xyz/2024/04/17/calling-convention/) 2024-04-18T04:14:17Z **Formal Methods: Just Good Engineering Practice?**
[Comments](https://lobste.rs/s/j7ujlg/formal_methods_just_good_engineering) ⌘ [Read more](http://brooker.co.za/blog/2024/04/17/formal.html) 2024-04-18T05:42:38Z **Make your own backdoor: CFLAGS code injection, Makefile injection, pkg-config**
[Comments](https://lobste.rs/s/o5ywrv/make_your_own_backdoor_cflags_code) ⌘ [Read more](https://www.openwall.com/lists/oss-security/2024/04/17/3) 2024-04-18T06:02:39Z **Wayland, where are we in 2024? Any good for being the default?**
[Comments](https://lobste.rs/s/ht5upz/wayland_where_are_we_2024_any_good_for) ⌘ [Read more](https://www.dedoimedo.com/computers/wayland-2024.html) 2024-04-18T06:00:29Z **That IACR preprint**
[Comments](https://lobste.rs/s/q47tiw/iacr_preprint) ⌘ [Read more](https://scottaaronson.blog/?p=7946) 2024-04-18T07:50:35Z **FreeBSD for Devs #01**
[Comments](https://lobste.rs/s/nynomm/freebsd_for_devs_01) ⌘ [Read more](https://dev.to/scovl/freebsd-for-devs-3n0k) 2024-04-18T07:56:21Z **Lions OS: secure – fast – adaptable**
[Comments](https://lobste.rs/s/nd4iwa/lions_os_secure_fast_adaptable) ⌘ [Read more](https://trustworthy.systems/publications/papers/Heiser_24:eo.abstract) 2024-04-18T12:40:04Z **Memory management in mpmetrics**
This is a bit of an unusual problem for python, and I thought my solution was interesting. Suggestions on style/content appreciated.

[Comments](https://lobste.rs/s/800ynf/memory_management_mpmetrics) ⌘ [Read more](https://blog.trends.tf/memory-management-in-mpmetrics.html) 2024-04-18T12:55:34Z **Natural Language Processing in Bash**
[Comments](https://lobste.rs/s/siowrn/natural_language_processing_bash) ⌘ [Read more](https://massimo-nazaria.github.io/nlp.html) 2024-04-18T13:08:24Z **seL4 on AArch64 is now verified for functional correctness**
[Comments](https://lobste.rs/s/xoe75h/sel4_on_aarch64_is_now_verified_for) ⌘ [Read more](https://proofcraft.systems/news-2024/#2024-04-01) 2024-04-18T15:43:34Z **NumFOCUS concerns**
[Comments](https://lobste.rs/s/z1xuvw/numfocus_concerns) ⌘ [Read more](http://pirsquared.org/blog/numfocus-concerns.html#paths-forward-and-alternatives-to-numfocus) 2024-04-18T16:09:00Z **The History of Novell**
[Comments](https://lobste.rs/s/x23gru/history_novell) ⌘ [Read more](https://www.abortretry.fail/p/the-history-of-novell) 2024-04-18T17:04:59Z **SQLite on Rails: The how and why of optimal performance**
[Comments](https://lobste.rs/s/rweorr/sqlite_on_rails_how_why_optimal) ⌘ [Read more](https://fractaledmind.github.io/2024/04/15/sqlite-on-rails-the-how-and-why-of-optimal-performance/) 2024-04-18T17:52:24Z **PCIe 6.0 overview**
[Comments](https://lobste.rs/s/ct3elb/pcie_6_0_overview) ⌘ [Read more](https://pcisig.com/blog/evolution-pci-express-specification-its-sixth-generation-third-decade-and-still-going-strong) 2024-04-18T17:49:37Z **Why you need a "WTF Notebook"**
[Comments](https://lobste.rs/s/5t6clg/why_you_need_wtf_notebook) ⌘ [Read more](https://www.simplermachines.com/why-you-need-a-wtf-notebook/) 2024-04-18T18:02:31Z **Gazelle v0.2**
[Comments](https://lobste.rs/s/gezuwh/gazelle_v0_2) ⌘ [Read more](https://demo.tincans.ai/) 2024-04-18T18:18:08Z **We Need to Talk About the State of Calendar Software on Desktop**
[Comments](https://lobste.rs/s/fex5ji/we_need_talk_about_state_calendar) ⌘ [Read more](https://nadim.computer/posts/2024-04-18-calendar.html) 2024-04-18T18:54:21Z **Meta Llama 3**
[Comments](https://lobste.rs/s/bagbm2/meta_llama_3) ⌘ [Read more](https://llama.meta.com/llama3/) 2024-04-18T20:29:59Z **Ruff v0.4.0: a hand-written recursive descent parser for Python**
[Comments](https://lobste.rs/s/jfxi1y/ruff_v0_4_0_hand_written_recursive_descent) ⌘ [Read more](https://astral.sh/blog/ruff-v0.4.0) 2024-04-18T20:32:08Z **cronometro: Simple benchmarking suite powered by HDR histograms**
[Comments](https://lobste.rs/s/jt0ca7/cronometro_simple_benchmarking_suite) ⌘ [Read more](https://github.com/ShogunPanda/cronometro) 2024-04-18T21:48:57Z **Formal Mechanised Semantics of CHERI C: Capabilities, Undefined Behaviour, and Provenance**
[Comments](https://lobste.rs/s/hsrjat/formal_mechanised_semantics_cheri_c) ⌘ [Read more](https://dl.acm.org/doi/10.1145/3617232.3624859?ai=&ui=&af=) 2024-04-18T22:14:15Z **XZ/LZMA Worked Example**
[Comments](https://lobste.rs/s/6yvasf/xz_lzma_worked_example) ⌘ [Read more](https://nigeltao.github.io/blog/2024/xz-lzma-part-1-range-coding.html) 2024-04-18T22:29:29Z **Hydradancer: Faster USB Emulation for Facedancer**
[Comments](https://lobste.rs/s/skfqru/hydradancer_faster_usb_emulation_for) ⌘ [Read more](https://blog.quarkslab.com/hydradancer-faster-usb-emulation-for-facedancer.html) 2024-04-18T22:41:16Z **Ubuntu 24.04 yields a 20% advantage over Windows 11 on Ryzen7 Framework laptop**
[Comments](https://lobste.rs/s/75i3qy/ubuntu_24_04_yields_20_advantage_over) ⌘ [Read more](https://www.phoronix.com/review/framework-16-windows-linux) 2024-04-19T01:04:55Z **Randar Explanation and Information**
[Comments](https://lobste.rs/s/vwnjfy/randar_explanation_information) ⌘ [Read more](https://github.com/spawnmason/randar-explanation/blob/master/README.md) 2024-04-19T10:09:37Z **What are you doing this weekend?**
Feel free to tell what you plan on doing this weekend and even ask for help or feedback.

Please keep in mind it’s more than OK to do nothing at all too! ⌘ [Read more](https://lobste.rs/s/s5fupi/what_are_you_doing_this_weekend) 2024-04-19T10:07:38Z **Raw flux streams and obscure formats: Further work around imaging 5.25-inch floppy disks**
[Comments](https://lobste.rs/s/beshcv/raw_flux_streams_obscure_formats_further) ⌘ [Read more](https://digitalpreservation-blog.lib.cam.ac.uk/raw-flux-streams-and-obscure-formats-further-work-around-imaging-5-25-inch-floppy-disks-5a2cf2e5f0d1) 2024-04-19T11:58:10Z **On Signal Relays**
[Comments](https://lobste.rs/s/c722wx/on_signal_relays) ⌘ [Read more](https://www.pzuraq.com/blog/on-signal-relays) 2024-04-19T12:06:17Z **3 important things I overlooked during code reviews**
[Comments](https://lobste.rs/s/xlpjaz/3_important_things_i_overlooked_during) ⌘ [Read more](https://www.piglei.com/articles/3-important-things-I-overlooked-during-cr/) 2024-04-19T12:17:18Z **Rook’s Law: There’s Always a Limit**
[Comments](https://lobste.rs/s/bf05ph/rook_s_law_there_s_always_limit) ⌘ [Read more](https://nigeltao.github.io/blog/2024/rooks-law.html) 2024-04-19T14:09:13Z **Rust tokio task cancellation patterns**
[Comments](https://lobste.rs/s/sncrqv/rust_tokio_task_cancellation_patterns) ⌘ [Read more](https://cybernetist.com/2024/04/19/rust-tokio-task-cancellation-patterns/) 2024-04-19T14:24:24Z **LLVM is Smarter Than Me**
[Comments](https://lobste.rs/s/en5lqf/llvm_is_smarter_than_me) ⌘ [Read more](https://blog.sulami.xyz/posts/llvm-is-smarter-than-me/) 2024-04-19T15:14:38Z **AI isn't useless. But is it worth it?**
[Comments](https://lobste.rs/s/04su6m/ai_isn_t_useless_is_it_worth_it) ⌘ [Read more](https://www.citationneeded.news/ai-isnt-useless/) 2024-04-19T15:51:52Z **Logpipe: automatic syntax highlighting for development logs**
[Comments](https://lobste.rs/s/4csakp/logpipe_automatic_syntax_highlighting) ⌘ [Read more](https://github.com/EmNudge/logpipe) 2024-04-19T16:08:54Z **EURISKO lives**
[Comments](https://lobste.rs/s/lzpgka/eurisko_lives) ⌘ [Read more](https://blog.funcall.org//lisp/2024/03/22/eurisko-lives/) 2024-04-19T17:02:45Z **TLA+ Web Explorer**
Github url with docs is at [https://github.com/will62794/tla-web](https://github.com/will62794/tla-web)

[Comments](https://lobste.rs/s/5g4sbc/tla_web_explorer) ⌘ [Read more](https://will62794.github.io/tla-web) 2024-04-19T17:07:54Z **FreeBSD: Using DTrace to Track Down Started Processes and Used Files**
[Comments](https://lobste.rs/s/9nkush/freebsd_using_dtrace_track_down_started) ⌘ [Read more](https://www.youtube.com/watch?v=cz6zVXw-NcE) 2024-04-19T17:07:39Z **What is FreeBSD Missing?**
[Comments](https://lobste.rs/s/oanm6a/what_is_freebsd_missing) ⌘ [Read more](https://www.youtube.com/watch?v=ISJrVuajlAw) 2024-04-19T17:19:18Z **Why We Run FreeBSD CURRENT at Netflix**
[Comments](https://lobste.rs/s/wh6yhk/why_we_run_freebsd_current_at_netflix) ⌘ [Read more](https://www.youtube.com/watch?v=q4TZxj-Dq7s) 2024-04-19T18:47:18Z **Zilog Calls Time on the Venerable Z80**
[Comments](https://lobste.rs/s/kngpqq/zilog_calls_time_on_venerable_z80) ⌘ [Read more](https://www.hackster.io/news/zilog-calls-time-on-the-venerable-z80-discontinues-the-standalone-z84c00-cpu-family-723594464754) 2024-04-19T19:47:20Z **GWP-ASan: Sampling-Based Detection of Memory-Safety Bugs in Production**
[Comments](https://lobste.rs/s/kcyg0p/gwp_asan_sampling_based_detection_memory) ⌘ [Read more](https://arxiv.org/pdf/2311.09394v2.pdf) 2024-04-19T20:14:04Z **GWP-ASan: Sampling-Based Detection of Memory-Safety Bugs in Production**
[Comments](https://lobste.rs/s/vtafb4/gwp_asan_sampling_based_detection_memory) ⌘ [Read more](https://arxiv.org/abs/2311.09394v2) 2024-04-19T20:35:17Z **Porting 8-bit Sonic 2 to the TI-84+ CE**
[Comments](https://lobste.rs/s/vm5nb2/porting_8_bit_sonic_2_ti_84_ce) ⌘ [Read more](https://medium.com/@grubbycoder/porting-8-bit-sonic-2-to-the-ti-84-ce-7ec99f9981c9) 2024-04-19T20:41:25Z **Design patterns for extracting from REST APIs**
[Comments](https://lobste.rs/s/e6g8o3/design_patterns_for_extracting_from_rest) ⌘ [Read more](https://blog.sequin.io/design-patterns-for-extracting-from-rest-apis/) 2024-04-19T22:32:35Z **Fast and flexible observability with canonical log lines (2019)**
[Comments](https://lobste.rs/s/lk3yj9/fast_flexible_observability_with) ⌘ [Read more](https://stripe.com/blog/canonical-log-lines) 2024-04-19T22:44:38Z **TrueNAS CORE versus TrueNAS SCALE**
[Comments](https://lobste.rs/s/rrchqh/truenas_core_versus_truenas_scale) ⌘ [Read more](https://vermaden.wordpress.com/2024/04/20/truenas-core-versus-truenas-scale/) 2024-04-20T01:10:58Z **git bisect-find**
[Comments](https://lobste.rs/s/yngz9d/git_bisect_find) ⌘ [Read more](https://gitlab.com/kevincox/git-bisect-find) 2024-04-20T03:26:26Z **An Interesting Problem Solved In Python And Elizir**
[Comments](https://lobste.rs/s/ccyy2k/interesting_problem_solved_python) ⌘ [Read more](https://medium.com/@kkmvv/an-interesting-problem-solved-in-python-elixir-3fc2429ef8ee) 2024-04-20T08:22:04Z **Open Source's Funding Fiasco**
[Comments](https://lobste.rs/s/ryfc3g/open_source_s_funding_fiasco) ⌘ [Read more](https://dominickm.com/1662-2/) 2024-04-20T11:42:41Z **Do not buy Hisense TVs (or at least keep them offline)**
[Comments](https://lobste.rs/s/ufm28r/do_not_buy_hisense_tvs_at_least_keep_them) ⌘ [Read more](https://cohost.org/ghoulnoise/post/5286766-do-not-buy-hisense-t) 2024-04-20T12:38:07Z **Zig 0.12.0 Release Notes**
[Comments](https://lobste.rs/s/fa4svu/zig_0_12_0_release_notes) ⌘ [Read more](https://ziglang.org/download/0.12.0/release-notes.html) 2024-04-20T12:46:35Z **Parsing and all that**
[Comments](https://lobste.rs/s/ujjyxn/parsing_all) ⌘ [Read more](https://blog.jeffsmits.net/compsci/2024/04/07/parsing-and-all-that/) 2024-04-20T13:26:37Z **Programming vs mathematical curiosity**
[Comments](https://lobste.rs/s/vkqqvl/programming_vs_mathematical_curiosity) ⌘ [Read more](https://demian.ferrei.ro/blog/programmer-vs-mathematician) 2024-04-20T14:38:42Z **Coroutines and effects**
[Comments](https://lobste.rs/s/8gbxet/coroutines_effects) ⌘ [Read more](https://without.boats/blog/coroutines-and-effects/) 2024-04-20T16:36:42Z **An entire Social Network in 1.6GB (GraphD Part 2)**
[Comments](https://lobste.rs/s/jsuyxh/entire_social_network_1_6gb_graphd_part_2) ⌘ [Read more](https://jazco.dev/2024/04/20/roaring-bitmaps/) 2024-04-20T18:34:08Z **Rust Stream API visualized and exposed**
[Comments](https://lobste.rs/s/kltbi5/rust_stream_api_visualized_exposed) ⌘ [Read more](https://github.com/alexpusch/rust-magic-patterns/blob/master/rust-stream-visualized/Readme.md) 2024-04-20T21:05:00Z **thetawave: A physics based, space shooter game made with Rust and the Bevy engine**
[Comments](https://lobste.rs/s/s7mpwd/thetawave_physics_based_space_shooter) ⌘ [Read more](https://github.com/thetawavegame/thetawave) 2024-04-20T23:59:31Z **The Design of Everyday APIs**
[Comments](https://lobste.rs/s/ah54q5/design_everyday_apis) ⌘ [Read more](https://www.roguelynn.com/talks/everyday-apis/) 2024-04-21T03:18:36Z **Tips on Adding JSON Output to Your CLI App**
[Comments](https://lobste.rs/s/2hvrhw/tips_on_adding_json_output_your_cli_app) ⌘ [Read more](https://blog.kellybrazil.com/2021/12/03/tips-on-adding-json-output-to-your-cli-app/) 2024-04-21T06:26:56Z **glibc CVE-2024-2961: Buffer overflow in iconv**
[Comments](https://lobste.rs/s/m8woyp/glibc_cve_2024_2961_buffer_overflow_iconv) ⌘ [Read more](https://www.openwall.com/lists/oss-security/2024/04/18/4) 2024-04-21T05:32:56Z **Stanford AI Syllabus (1980)**
[Comments](https://lobste.rs/s/amjayj/stanford_ai_syllabus_1980) ⌘ [Read more](https://www.saildart.org/AIQUAL.80[AM,DBL]1) 2024-04-21T10:12:55Z **lunatik: Lunatik is a framework for scripting the Linux kernel with Lua**
[Comments](https://lobste.rs/s/s2ae4p/lunatik_lunatik_is_framework_for) ⌘ [Read more](https://github.com/luainkernel/lunatik) 2024-04-21T12:48:03Z **Dataflow Analyses and Compiler Optimizations that Use Them, for Free – Embedded in Academia**
[Comments](https://lobste.rs/s/r0woru/dataflow_analyses_compiler) ⌘ [Read more](https://blog.regehr.org/archives/2578) 2024-04-21T15:13:16Z **Forge: A Tool to Teach Formal Methods**
[Comments](https://lobste.rs/s/zczfzm/forge_tool_teach_formal_methods) ⌘ [Read more](https://blog.brownplt.org/2024/04/21/forge.html) 2024-04-21T16:25:48Z **Why you shouldn't run a BSD on a PC**
[Comments](https://lobste.rs/s/vgxm7q/why_you_shouldn_t_run_bsd_on_pc) ⌘ [Read more](https://michal.sapka.me/bsd/why-not-bsd/) 2024-04-21T18:18:07Z **Open letter to the NixOS foundation**
[Comments](https://lobste.rs/s/0qvtim/open_letter_nixos_foundation) ⌘ [Read more](https://save-nix-together.org/) 2024-04-22T01:26:31Z **C&C - Solving Recursive Equations**
[Comments](https://lobste.rs/s/kjyy3n/c_c_solving_recursive_equations) ⌘ [Read more](https://jozefg.bitbucket.io/posts/2015-08-14-solve-domains.html) 2024-04-22T01:43:26Z **What’s New in Go 1.22: cmp.Or**
[Comments](https://lobste.rs/s/5mtkev/what_s_new_go_1_22_cmp) ⌘ [Read more](https://blog.carlana.net/post/2024/golang-cmp-or-uses-and-history/) 2024-04-22T01:43:03Z **Inside the Super Nintendo cartridges**
[Comments](https://lobste.rs/s/eicz7a/inside_super_nintendo_cartridges) ⌘ [Read more](https://fabiensanglard.net/snes_carts/index.html) 2024-04-22T03:13:20Z **Shared libs, rpath and the runtime linker**
[Comments](https://lobste.rs/s/faglia/shared_libs_rpath_runtime_linker) ⌘ [Read more](https://carlosrdrz.dev/shared-libs-rpath-and-the-runtime-linker) 2024-04-22T04:03:43Z **Cross compiling C/Rust to win32, again**
[Comments](https://lobste.rs/s/fktv1f/cross_compiling_c_rust_win32_again) ⌘ [Read more](https://neugierig.org/software/blog/2024/04/cross-compile-2.html) 2024-04-22T05:32:58Z **The Future of Ruby and Rails in the Age of AI**
[Comments](https://lobste.rs/s/mob5fv/future_ruby_rails_age_ai) ⌘ [Read more](https://obie.medium.com/the-future-of-ruby-and-rails-in-the-age-of-ai-8f1acea31bc2) 2024-04-22T06:47:11Z **badkeys tool can detect xz backdoor RSA keys**
[Comments](https://lobste.rs/s/tjwfvw/badkeys_tool_can_detect_xz_backdoor_rsa) ⌘ [Read more](https://github.com/badkeys/badkeys/releases/tag/v0.0.7) 2024-04-22T07:30:11Z **On Llamafile not making sense**
[Comments](https://lobste.rs/s/wkmxne/on_llamafile_not_making_sense) ⌘ [Read more](https://gist.github.com/rain-1/3f780d55d37c12f22a9d2dbfcc39ee52) 2024-04-22T09:01:15Z **The Windows Registry Adventure - Part 1**
Part 2 at [https://googleprojectzero.blogspot.com/2024/04/the-windows-registry-adventure-2.html](https://googleprojectzero.blogspot.com/2024/04/the-windows-registry-adventure-2.html)

[Comments](https://lobste.rs/s/ltwv41/windows_registry_adventure_part_1) ⌘ [Read more](https://googleprojectzero.blogspot.com/2024/04/the-windows-registry-adventure-1.html) 2024-04-22T09:25:13Z **A Deeper Look Inside PostgreSQL Visibility Check Mechanism**
[Comments](https://lobste.rs/s/fmfnws/deeper_look_inside_postgresql) ⌘ [Read more](https://www.highgo.ca/2024/04/19/a-deeper-look-inside-postgresql-visibility-check-mechanism/) 2024-04-22T10:08:04Z **Interview with Matt Godbolt on early microprocessors, the games industry, and performance optimization**
[Comments](https://lobste.rs/s/lsaf88/interview_with_matt_godbolt_on_early) ⌘ [Read more](https://microarch.club/episodes/101/) 2024-04-22T10:08:50Z **Address Sanitizer for bare-metal firmware**
[Comments](https://lobste.rs/s/nmzfti/address_sanitizer_for_bare_metal) ⌘ [Read more](https://security.googleblog.com/2024/03/address-sanitizer-for-bare-metal.html) 2024-04-22T10:26:46Z **Are aarch64 atomics really this sensitive?**
[Comments](https://lobste.rs/s/rw05ny/are_aarch64_atomics_really_this) ⌘ [Read more](https://eighty-twenty.org/2024/04/22/aarch64-atomics) 2024-04-22T11:08:38Z **What are you doing this week?**
What are you doing this week? Feel free to share!

Keep in mind it’s OK to do nothing at all, too. ⌘ [Read more](https://lobste.rs/s/jerdne/what_are_you_doing_this_week) 2024-04-22T11:45:47Z **The only two log levels you need are INFO and ERROR**
[Comments](https://lobste.rs/s/bjumde/only_two_log_levels_you_need_are_info_error) ⌘ [Read more](https://ntietz.com/blog/the-only-two-log-levels-you-need-are-info-and-error/) 2024-04-22T11:56:38Z **LogTape: Simple logging library with zero dependencies for Deno/Node.js/Bun/browsers**
[Comments](https://lobste.rs/s/9hgrkl/logtape_simple_logging_library_with_zero) ⌘ [Read more](https://github.com/dahlia/logtape) 2024-04-22T12:05:40Z **Making a flute controlled mouse**
[Comments](https://lobste.rs/s/i1f3xl/making_flute_controlled_mouse) ⌘ [Read more](https://0110.be/posts/Making_a_flute_controlled_mouse) 2024-04-22T13:27:06Z **Secure Boot & TPM-backed Full Disk Encryption on NixOS**
[Comments](https://lobste.rs/s/ebt4ys/secure_boot_tpm_backed_full_disk) ⌘ [Read more](https://jnsgr.uk/2024/04/nixos-secure-boot-tpm-fde/) 2024-04-22T13:51:29Z **Automated stitching of chip images**
[Comments](https://lobste.rs/s/fzl9ba/automated_stitching_chip_images) ⌘ [Read more](https://www.bunniestudios.com/blog/2024/automated-stitching-of-chip-images/) 2024-04-22T15:38:08Z **Options for accessing Llama 3 from the terminal using LLM**
[Comments](https://lobste.rs/s/s16hwy/options_for_accessing_llama_3_from) ⌘ [Read more](https://simonwillison.net/2024/Apr/22/llama-3/) 2024-04-22T16:09:22Z **Practical parsing with PEG and cpp-peglib**
[Comments](https://lobste.rs/s/zq4jhx/practical_parsing_with_peg_cpp_peglib) ⌘ [Read more](https://berthub.eu/articles/posts/practical-peg-parsing/) 2024-04-22T17:48:01Z **First Come First Served: The Impact of File Position on Code Review (2022)**
_Abstract:_ The most popular code review tools (e.g., Gerrit and GitHub) present the files to review sorted in alphabetical order. Could this choice or, more generally, the relative position in which a file is presented bias the outcome of code reviews? We investigate this hypothesis by triangulating complementary evidence in a two-step study.

[Comments](https://lobste.rs/s/mvzes6/first_come_first_served_impact_file) ⌘ [Read more](https://arxiv.org/abs/2208.04259) 2024-04-22T18:22:15Z **The Performance Impact of C++'s `final` Keyword**
[Comments](https://lobste.rs/s/hut0to/performance_impact_c_s_final_keyword) ⌘ [Read more](https://16bpp.net/blog/post/the-performance-impact-of-cpp-final-keyword/) 2024-04-22T19:52:40Z **Builders Are Happier But What Happens When AI Takes Over**
[Comments](https://lobste.rs/s/cuexsj/builders_are_happier_what_happens_when_ai) ⌘ [Read more](https://cybernetist.com/2024/04/22/builders-are-happier-what-happens-when-ai-takes-over/) 2024-04-22T20:15:52Z **Voyager 1 Resumes Sending Engineering Updates to Earth**
[Comments](https://lobste.rs/s/g4mu2o/voyager_1_resumes_sending_engineering) ⌘ [Read more](https://blogs.nasa.gov/voyager/2024/04/22/nasas-voyager-1-resumes-sending-engineering-updates-to-earth/) 2024-04-22T20:45:12Z **What is the Metropolis algorithm?**
[Comments](https://lobste.rs/s/bk1odi/what_is_metropolis_algorithm) ⌘ [Read more](https://jameshfisher.com/2024/04/18/metropolis-algorithm/) 2024-04-22T20:45:12Z **What is the Metropolis algorithm?**
[Comments](https://lobste.rs/s/bcncfl/what_is_metropolis_algorithm) ⌘ [Read more](https://jameshfisher.com/2024/04/18/metropolis-algorithm/) 2024-04-22T21:20:57Z **The Bubble Sort Curve**
[Comments](https://lobste.rs/s/grkmii/bubble_sort_curve) ⌘ [Read more](https://youtu.be/Gm8v_MR7TGk) 2024-04-22T21:28:09Z **Announcing Beatrice: A finally tagless, dependently typed, self-aware programming language**
[Comments](https://lobste.rs/s/vxf3ud/announcing_beatrice_finally_tagless) ⌘ [Read more](https://hirrolot.github.io/posts/announcing-beatrice.html) 2024-04-22T21:52:29Z **Introducing for-each loops for Hare**
[Comments](https://lobste.rs/s/d8qwvo/introducing_for_each_loops_for_hare) ⌘ [Read more](https://harelang.org/blog/2024-04-01-introducing-for-each-loops-in-hare/) 2024-04-22T22:51:56Z **Good Ideas in Computer Science**
[Comments](https://lobste.rs/s/kruxyr/good_ideas_computer_science) ⌘ [Read more](https://danielchasehooper.com/posts/good-ideas-in-cs/) 2024-04-22T23:25:15Z **Equinox**
[Comments](https://lobste.rs/s/gqdpoo/equinox) ⌘ [Read more](https://equinox.space/) 2024-04-22T23:34:00Z **Understanding a Trait Selection Bug in Rust**
[Comments](https://lobste.rs/s/tcl9yc/understanding_trait_selection_bug_rust) ⌘ [Read more](https://veera.app/trait_selection_bug.html) 2024-04-23T00:00:16Z **LLM in a flash: Efficient Large Language Model Inference with Limited Memory**
Large language models (LLMs) are central to modern natural language processing, delivering exceptional performance in various tasks. However, their substantial computational and memory requirements present challenges, especially for devices with limited DRAM capacity. This paper tackles the challenge of efficiently running LLMs that exceed the available DRAM capacity by storing the model parameters in flash memory, but bringing them on demand to DRAM. Our ... ⌘ [Read more](https://arxiv.org/pdf/2312.11514.pdf) 2024-04-23T00:42:21Z **Understanding and avoiding visually ambiguous characters in IDs**
[Comments](https://lobste.rs/s/kyuc6h/understanding_avoiding_visually) ⌘ [Read more](https://gajus.com/blog/avoiding-visually-ambiguous-characters-in-ids) 2024-04-23T06:19:14Z **udev-hid-bpf: quickstart tooling to fix your HID devices with eBPF**
[Comments](https://lobste.rs/s/pzdmin/udev_hid_bpf_quickstart_tooling_fix_your) ⌘ [Read more](http://who-t.blogspot.com/2024/04/udev-hid-bpf-quickstart-tooling-to-fix.html) 2024-04-23T08:04:42Z **The value of unit tests**
[Comments](https://lobste.rs/s/r65bzs/value_unit_tests) ⌘ [Read more](https://nedbatchelder.com//blog/201602/the_value_of_unit_tests.html) 2024-04-23T08:12:51Z **The Optimizations in Erlang/OTP 27**
[Comments](https://lobste.rs/s/nbgohm/optimizations_erlang_otp_27) ⌘ [Read more](https://www.erlang.org/blog/optimizations/) 2024-04-23T08:32:17Z **Top 10 Trending Python Libraries in April 2024**
[Comments](https://lobste.rs/s/r9auni/top_10_trending_python_libraries_april) ⌘ [Read more](https://dev.to/libhunt/top-10-trending-python-libraries-in-april-2024-4l0j) 2024-04-23T08:29:26Z **sdt: Prototype implementation of SDT probes using hot-patching**
[Comments](https://lobste.rs/s/qwebzx/sdt_prototype_implementation_sdt_probes) ⌘ [Read more](https://reviews.freebsd.org/D44483) 2024-04-23T09:26:37Z **Announcing py2wasm: A Python to Wasm compiler**
[Comments](https://lobste.rs/s/1pzrtm/announcing_py2wasm_python_wasm_compiler) ⌘ [Read more](https://wasmer.io/posts/py2wasm-a-python-to-wasm-compiler) 2024-04-23T10:27:14Z **A Daily Practice of Empirical Software Design - Kent Beck - (2023)**
[Comments](https://lobste.rs/s/j55jtt/daily_practice_empirical_software) ⌘ [Read more](https://www.youtube.com/watch?v=yBEcq23OgB4) 2024-04-23T11:00:48Z **Test Sizes**
[Comments](https://lobste.rs/s/apw7fq/test_sizes) ⌘ [Read more](https://testing.googleblog.com/2010/12/test-sizes.html) 2024-04-23T10:56:08Z **The Two Reasons I Prefer Passing Struct Pointers Around**
[Comments](https://lobste.rs/s/mo0qm1/two_reasons_i_prefer_passing_struct) ⌘ [Read more](https://preslav.me/2024/04/23/two-reasons-to-prefer-struct-pointers-in-golang/) 2024-04-23T11:16:15Z **FreeBSD for Devs #04**
[Comments](https://lobste.rs/s/7pliui/freebsd_for_devs_04) ⌘ [Read more](https://dev.to/scovl/freebsd-for-devs-04-5c1m) 2024-04-23T11:15:56Z **FreeBSD for Devs #03**
[Comments](https://lobste.rs/s/1fmmlj/freebsd_for_devs_03) ⌘ [Read more](https://dev.to/scovl/freebsd-for-devs-03-4dhd) 2024-04-23T11:15:35Z **FreeBSD for Devs #02**
[Comments](https://lobste.rs/s/ygsf0g/freebsd_for_devs_02) ⌘ [Read more](https://dev.to/scovl/freebsd-for-devs-02-44mk) 2024-04-23T11:15:11Z **FreeBSD for Devs #01**
[Comments](https://lobste.rs/s/rgnzkp/freebsd_for_devs_01) ⌘ [Read more](https://dev.to/scovl/freebsd-for-devs-3n0k) 2024-04-23T11:43:38Z **C isn’t a Hangover; Rust isn’t a Hangover Cure**
[Comments](https://lobste.rs/s/xdhle7/c_isn_t_hangover_rust_isn_t_hangover_cure) ⌘ [Read more](https://medium.com/@john_25313/c-isnt-a-hangover-rust-isn-t-a-hangover-cure-580c9b35b5ce) 2024-04-23T12:42:48Z **coroot: open-source DataDog/NewRelic alternative**
[Comments](https://lobste.rs/s/zjesr7/coroot_open_source_datadog_newrelic) ⌘ [Read more](https://github.com/coroot/coroot) 2024-04-23T13:03:57Z **But what is a GPT? Visual intro to transformers**
[Comments](https://lobste.rs/s/akt3z1/what_is_gpt_visual_intro_transformers) ⌘ [Read more](https://www.youtube.com/watch?v=wjZofJX0v4M) 2024-04-23T13:32:33Z **Help us invent CSS Grid Level 3, aka “Masonry” layout**
[Comments](https://lobste.rs/s/xxdzcd/help_us_invent_css_grid_level_3_aka_masonry) ⌘ [Read more](https://webkit.org/blog/15269/help-us-invent-masonry-layouts-for-css-grid-level-3/) 2024-04-23T14:09:29Z **ProVerB — SLEBoK**
[Comments](https://lobste.rs/s/ncmr1w/proverb_slebok) ⌘ [Read more](https://slebok.github.io/proverb/index.html) 2024-04-23T15:14:10Z **Extensible Language Support in Zed**
[Comments](https://lobste.rs/s/vyvpto/extensible_language_support_zed) ⌘ [Read more](https://zed.dev/blog/language-extensions-part-1) 2024-04-23T15:19:32Z **Double Edged Sword of Docker: Balancing Benefits and Risks**
[Comments](https://lobste.rs/s/olccof/double_edged_sword_docker_balancing) ⌘ [Read more](https://it-notes.dragas.net/2024/04/22/the-doubled-edge-sword-of-docker/) 2024-04-23T15:18:29Z **WireGuard FreeBSD VNET Jail**
[Comments](https://lobste.rs/s/htcixa/wireguard_freebsd_vnet_jail) ⌘ [Read more](https://eldapper.wordpress.com/2024/04/13/wireguard-vnet-jail/) 2024-04-23T15:31:39Z **vcswatch and git --filter**
[Comments](https://lobste.rs/s/d2g9oi/vcswatch_git_filter) ⌘ [Read more](https://www.df7cb.de/blog/2024/vcswatch-git-filter.html) 2024-04-23T15:37:46Z **anthropic-rb: Ruby bindings for the Anthropic API**
[Comments](https://lobste.rs/s/cfmzq3/anthropic_rb_ruby_bindings_for_anthropic) ⌘ [Read more](https://github.com/dickdavis/anthropic-rb) 2024-04-23T15:45:10Z **Taking regular screenshots of my website**
[Comments](https://lobste.rs/s/cs21kl/taking_regular_screenshots_my_website) ⌘ [Read more](https://alexwlchan.net/2024/scheduled-screenshots/) 2024-04-23T15:53:19Z **rust-sel4: Rust support for seL4 userspace**
[Comments](https://lobste.rs/s/vxsub3/rust_sel4_rust_support_for_sel4_userspace) ⌘ [Read more](https://github.com/seL4/rust-sel4) 2024-04-23T15:51:54Z **CakeML**
[Comments](https://lobste.rs/s/4c51gw/cakeml) ⌘ [Read more](https://cakeml.org/) 2024-04-23T16:06:47Z **It’s the End of the Web as We Know It**
[Comments](https://lobste.rs/s/8oshbg/it_s_end_web_as_we_know_it) ⌘ [Read more](https://www.theatlantic.com/technology/archive/2024/04/generative-ai-search-llmo/678154/) 2024-04-23T16:11:59Z **Good essays on application vs library programming?**
I always hear from people that the practices and techniques you use to make a software library are different from those you use to make a software application, but I haven’t been able to find a good, comprehensive resource breaking down those differences. Any recs? ⌘ [Read more](https://lobste.rs/s/shksoq/good_essays_on_application_vs_library) 2024-04-23T16:39:54Z **Bing Copilot (ChatGPT-4) Flunks Math**
[Comments](https://lobste.rs/s/ycq6yx/bing_copilot_chatgpt_4_flunks_math) ⌘ [Read more](https://www.cs.dartmouth.edu/~doug/ChatMath.pdf) 2024-04-23T18:21:51Z **Ruby 3.3.1 Released**
[Comments](https://lobste.rs/s/ksnxhk/ruby_3_3_1_released) ⌘ [Read more](https://www.ruby-lang.org/en/news/2024/04/23/ruby-3-3-1-released/) 2024-04-23T19:10:10Z **Spritely Goblins v0.13.0: Object persistence and easier IO**
[Comments](https://lobste.rs/s/7uhthp/spritely_goblins_v0_13_0_object) ⌘ [Read more](https://spritely.institute/news/spritely-goblins-v0130-object-persistence-and-easier-io.html) 2024-04-23T21:56:51Z **Are batch scripts a security vulnerability?**
Context: I’m the author of the Rust patch

[Comments](https://lobste.rs/s/txb5gs/are_batch_scripts_security) ⌘ [Read more](https://chrisdenton.dev/p/batcmd/) 2024-04-23T22:05:23Z **Sized, DynSized, and Unsized**
[Comments](https://lobste.rs/s/ukzoix/sized_dynsized_unsized) ⌘ [Read more](https://smallcultfollowing.com/babysteps/blog/2024/04/23/dynsized-unsized/) 2024-04-23T22:47:28Z **ESPHome**
[Comments](https://lobste.rs/s/eqt5sz/esphome) ⌘ [Read more](https://esphome.io/index.html) 2024-04-23T23:01:49Z **Tracking down a UEFI quirk on the Fujitsu LIFEBOOK AH532**
[Comments](https://lobste.rs/s/tycwfc/tracking_down_uefi_quirk_on_fujitsu) ⌘ [Read more](https://blog.timschumi.net/2024/04/23/ah532-bios-workaround.html) 2024-04-24T00:02:44Z **LLM Agents can Autonomously Exploit One-day Vulnerabilities**
[Comments](https://lobste.rs/s/axeymn/llm_agents_can_autonomously_exploit_one) ⌘ [Read more](https://arxiv.org/abs/2404.08144) 2024-04-24T00:32:07Z **lean theorem prover used to show that New Foundations set theory is equiconsistent with ZFC**
[Comments](https://lobste.rs/s/iswtpt/lean_theorem_prover_used_show_new) ⌘ [Read more](https://leanprover-community.github.io/con-nf/) 2024-04-24T00:31:01Z **Can open source revolutionize professional networking?**
Considering the lack of innovation in professional networking platforms since Microsoft’s acquisition of LinkedIn, do you believe it’s time to build an open-source alternative? Such a platform could foster innovation and address pressing needs in today’s remote workspace environment. I’m particularly interested in exploring features like peer reviews to gauge the character and suitability of potential remote collaborators. What are your thoughts on the necessity and feasibility of ... ⌘ [Read more](https://github.com/eronka/culero) 2024-04-24T00:39:27Z **Porting a cross-platform GUI application to Rust**
[Comments](https://lobste.rs/s/iyzgqk/porting_cross_platform_gui_application) ⌘ [Read more](https://hacks.mozilla.org/2024/04/porting-a-cross-platform-gui-application-to-rust/) 2024-04-24T01:48:01Z **Who are your favorite tech youtubers**
Hello,

Out of curiosity, who are your favorite tech youtubers. Since I love to learn a lot from YouTube. ⌘ [Read more](https://lobste.rs/s/krkuc9/who_are_your_favorite_tech_youtubers) 2024-04-24T04:28:13Z **We attend the Vintage Computer Festival (VCF East 2024)**
[Comments](https://lobste.rs/s/mw8v1l/we_attend_vintage_computer_festival_vcf) ⌘ [Read more](https://youtu.be/aZESRSNQsTw) 2024-04-24T04:27:27Z **Color and TTYs**
[Comments](https://lobste.rs/s/fnzbfy/color_ttys) ⌘ [Read more](https://eklitzke.org/ansi-color-codes) 2024-04-24T05:21:40Z **Beckhoff Achieves Smaller (1.5GB vs. 2.0GB) RAM Footprint by Switching from Windows to FreeBSD**
[Comments](https://lobste.rs/s/hvos1z/beckhoff_achieves_smaller_1_5gb_vs_2_0gb) ⌘ [Read more](https://freebsdfoundation.org/freebsd-case-studies/beckhoff-case-study/) 2024-04-24T06:40:24Z **Any Lobsters in Hanoi?**
I’m in Hanoi for next few weeks. If anyone else is too, would be fun to chat about software, programming languages, philosophy - or jam 🎼 - over a salted coffee.

To anyone else reading - I recommend a visit, it’s a fascinating and energetic place! And it has unbelievable numbers of nicely designed coffee shops, open late, to work on your projects. ⌘ [Read more](https://lobste.rs/s/ohpb76/any_lobsters_hanoi) 2024-04-24T06:47:24Z **Composability: Designing a Visual Programming Language**
[Comments](https://lobste.rs/s/7wxq7m/composability_designing_visual) ⌘ [Read more](https://johnaustin.io/articles/2024/composability-designing-a-visual-programming-language) 2024-04-24T08:03:54Z **ManMan (2020)**
[Comments](https://lobste.rs/s/xastav/manman_2020) ⌘ [Read more](https://wooz.dev/ManMan) 2024-04-24T08:03:54Z **ManMan (2020)**
[Comments](https://lobste.rs/s/xastav/manman_2020) ⌘ [Read more](https://wooz.dev/ManMan) 2024-04-24T08:31:39Z **Sysadmin friendly high speed ethernet switching**
[Comments](https://lobste.rs/s/kcxyjd/sysadmin_friendly_high_speed_ethernet) ⌘ [Read more](https://blog.benjojo.co.uk/post/sn2010-linux-hacking-switchdev)