Building a Fast, Memory-Efficient Hash Table in Java (by borrowing the best ideas)
https://www.reddit.com/r/programming/comments/1plbpzg/building_a_fast_memoryefficient_hash_table_in/
<!-- SC_OFF -->Hey everyone. I’ve been obsessed with SwissTable-style hash maps, so I tried building a SwissMap in Java on the JVM using the incubating Vector API. The post covers what actually mattered for performance.
Would love any feedback. P.S.
Special thanks to u/sysKin (https://www.reddit.com/user/sysKin/) and u/NovaX (https://www.reddit.com/u/NovaX).
Your comments on my previous thread pushed me to clarify a few key parts. Really appreciate it! <!-- SC_ON --> submitted by /u/Charming-Top-8583 (https://www.reddit.com/user/Charming-Top-8583)
[link] (https://bluuewhale.github.io/posts/building-a-fast-and-memory-efficient-hash-table-in-java-by-borrowing-the-best-ideas/) [comments] (https://www.reddit.com/r/programming/comments/1plbpzg/building_a_fast_memoryefficient_hash_table_in/)
https://www.reddit.com/r/programming/comments/1plbpzg/building_a_fast_memoryefficient_hash_table_in/
<!-- SC_OFF -->Hey everyone. I’ve been obsessed with SwissTable-style hash maps, so I tried building a SwissMap in Java on the JVM using the incubating Vector API. The post covers what actually mattered for performance.
Would love any feedback. P.S.
Special thanks to u/sysKin (https://www.reddit.com/user/sysKin/) and u/NovaX (https://www.reddit.com/u/NovaX).
Your comments on my previous thread pushed me to clarify a few key parts. Really appreciate it! <!-- SC_ON --> submitted by /u/Charming-Top-8583 (https://www.reddit.com/user/Charming-Top-8583)
[link] (https://bluuewhale.github.io/posts/building-a-fast-and-memory-efficient-hash-table-in-java-by-borrowing-the-best-ideas/) [comments] (https://www.reddit.com/r/programming/comments/1plbpzg/building_a_fast_memoryefficient_hash_table_in/)
Why an OCaml implementation of React Server Components doesn't have the Flight protocol vulnerability
https://www.reddit.com/r/programming/comments/1plc0n2/why_an_ocaml_implementation_of_react_server/
submitted by /u/yawaramin (https://www.reddit.com/user/yawaramin)
[link] (https://x.com/davesnx/status/1999610027120738419) [comments] (https://www.reddit.com/r/programming/comments/1plc0n2/why_an_ocaml_implementation_of_react_server/)
https://www.reddit.com/r/programming/comments/1plc0n2/why_an_ocaml_implementation_of_react_server/
submitted by /u/yawaramin (https://www.reddit.com/user/yawaramin)
[link] (https://x.com/davesnx/status/1999610027120738419) [comments] (https://www.reddit.com/r/programming/comments/1plc0n2/why_an_ocaml_implementation_of_react_server/)
The Next Programming Language That Will Replace Java (Yes, I Know)
https://www.reddit.com/r/programming/comments/1plcwi5/the_next_programming_language_that_will_replace/
<!-- SC_OFF -->My articles are open to everyone; non-member readers can read the full article by clicking this link please comment it under medium article Let’s get one thing out of the way:
Java is not dead. It’s just… eternally tired.
Like that one uncle who insists he can still run a marathon because he “used to be very fast in college.” Java turns 30 years old soon, which in programming years is roughly the same biological age as a volcano.
But somehow, we still use it to build half the Internet — including the ones complaining that Java is slow. So the question naturally arises… <!-- SC_ON --> submitted by /u/Rasathurai_Karan (https://www.reddit.com/user/Rasathurai_Karan)
[link] (https://rasathuraikaran26.medium.com/the-next-programming-language-that-will-replace-java-yes-i-know-27c1fffa6c99) [comments] (https://www.reddit.com/r/programming/comments/1plcwi5/the_next_programming_language_that_will_replace/)
https://www.reddit.com/r/programming/comments/1plcwi5/the_next_programming_language_that_will_replace/
<!-- SC_OFF -->My articles are open to everyone; non-member readers can read the full article by clicking this link please comment it under medium article Let’s get one thing out of the way:
Java is not dead. It’s just… eternally tired.
Like that one uncle who insists he can still run a marathon because he “used to be very fast in college.” Java turns 30 years old soon, which in programming years is roughly the same biological age as a volcano.
But somehow, we still use it to build half the Internet — including the ones complaining that Java is slow. So the question naturally arises… <!-- SC_ON --> submitted by /u/Rasathurai_Karan (https://www.reddit.com/user/Rasathurai_Karan)
[link] (https://rasathuraikaran26.medium.com/the-next-programming-language-that-will-replace-java-yes-i-know-27c1fffa6c99) [comments] (https://www.reddit.com/r/programming/comments/1plcwi5/the_next_programming_language_that_will_replace/)
Load a Megabyte or a Kilobyte
https://www.reddit.com/r/programming/comments/1pldj1z/load_a_megabyte_or_a_kilobyte/
<!-- SC_OFF -->Regardless if it is useful or not, I made this simple program that "prints" a kilobyte or a megabyte. It works by printing '0' x * 1024 or 1024576 amount of times. 1 character = 1 byte. Its mostly just an experiment. <!-- SC_ON --> submitted by /u/Rocky_boy996 (https://www.reddit.com/user/Rocky_boy996)
[link] (https://github.com/roccohimel/load) [comments] (https://www.reddit.com/r/programming/comments/1pldj1z/load_a_megabyte_or_a_kilobyte/)
https://www.reddit.com/r/programming/comments/1pldj1z/load_a_megabyte_or_a_kilobyte/
<!-- SC_OFF -->Regardless if it is useful or not, I made this simple program that "prints" a kilobyte or a megabyte. It works by printing '0' x * 1024 or 1024576 amount of times. 1 character = 1 byte. Its mostly just an experiment. <!-- SC_ON --> submitted by /u/Rocky_boy996 (https://www.reddit.com/user/Rocky_boy996)
[link] (https://github.com/roccohimel/load) [comments] (https://www.reddit.com/r/programming/comments/1pldj1z/load_a_megabyte_or_a_kilobyte/)
Is vibe coding the new gateway to technical debt?
https://www.reddit.com/r/programming/comments/1pldtea/is_vibe_coding_the_new_gateway_to_technical_debt/
<!-- SC_OFF -->The exhilarating speed of AI-assisted development must be united with a human mind that bridges inspiration and engineering. Without it, vibe coding becomes a fast track to crushing technical debt. <!-- SC_ON --> submitted by /u/Cultural-Ball4700 (https://www.reddit.com/user/Cultural-Ball4700)
[link] (https://www.infoworld.com/article/4098925/is-vibe-coding-the-new-gateway-to-technical-debt.html) [comments] (https://www.reddit.com/r/programming/comments/1pldtea/is_vibe_coding_the_new_gateway_to_technical_debt/)
https://www.reddit.com/r/programming/comments/1pldtea/is_vibe_coding_the_new_gateway_to_technical_debt/
<!-- SC_OFF -->The exhilarating speed of AI-assisted development must be united with a human mind that bridges inspiration and engineering. Without it, vibe coding becomes a fast track to crushing technical debt. <!-- SC_ON --> submitted by /u/Cultural-Ball4700 (https://www.reddit.com/user/Cultural-Ball4700)
[link] (https://www.infoworld.com/article/4098925/is-vibe-coding-the-new-gateway-to-technical-debt.html) [comments] (https://www.reddit.com/r/programming/comments/1pldtea/is_vibe_coding_the_new_gateway_to_technical_debt/)
Drop-in replacement for deprecated gh-copilot
https://www.reddit.com/r/programming/comments/1plfvyb/dropin_replacement_for_deprecated_ghcopilot/
<!-- SC_OFF -->GitHub recently sunset their old gh-copilot (https://github.com/github/gh-copilot) for the new gh-copilot-cli (https://github.com/github/copilot-cli). The only problem is the new CLI is focused on agentic coding tasks, whereas the former was a simple prompt-in, command-out workflow. I don't need paragraphs of text, I just want the command, quick and fast. That's why I created cmdly. It's a drop-in replacement for the previous CLI with added support for multiple providers (Anthropic, OpenAI, Google, etc.). There's no agent loop or tool calls so it's blazing fast. Responses are also streamed to the terminal rather than waiting for the full text. https://github.com/Armadillidiid/cmdly Give it a shot! <!-- SC_ON --> submitted by /u/Emmanuel_Isenah (https://www.reddit.com/user/Emmanuel_Isenah)
[link] (https://github.com/Armadillidiid/cmdly) [comments] (https://www.reddit.com/r/programming/comments/1plfvyb/dropin_replacement_for_deprecated_ghcopilot/)
https://www.reddit.com/r/programming/comments/1plfvyb/dropin_replacement_for_deprecated_ghcopilot/
<!-- SC_OFF -->GitHub recently sunset their old gh-copilot (https://github.com/github/gh-copilot) for the new gh-copilot-cli (https://github.com/github/copilot-cli). The only problem is the new CLI is focused on agentic coding tasks, whereas the former was a simple prompt-in, command-out workflow. I don't need paragraphs of text, I just want the command, quick and fast. That's why I created cmdly. It's a drop-in replacement for the previous CLI with added support for multiple providers (Anthropic, OpenAI, Google, etc.). There's no agent loop or tool calls so it's blazing fast. Responses are also streamed to the terminal rather than waiting for the full text. https://github.com/Armadillidiid/cmdly Give it a shot! <!-- SC_ON --> submitted by /u/Emmanuel_Isenah (https://www.reddit.com/user/Emmanuel_Isenah)
[link] (https://github.com/Armadillidiid/cmdly) [comments] (https://www.reddit.com/r/programming/comments/1plfvyb/dropin_replacement_for_deprecated_ghcopilot/)
A Brief Primer on Embeddings - Intuition, History & Their Role in LLMs
https://www.reddit.com/r/programming/comments/1plg1hm/a_brief_primer_on_embeddings_intuition_history/
submitted by /u/kushalgoenka (https://www.reddit.com/user/kushalgoenka)
[link] (https://youtu.be/Cv5kSs2Jcu4) [comments] (https://www.reddit.com/r/programming/comments/1plg1hm/a_brief_primer_on_embeddings_intuition_history/)
https://www.reddit.com/r/programming/comments/1plg1hm/a_brief_primer_on_embeddings_intuition_history/
submitted by /u/kushalgoenka (https://www.reddit.com/user/kushalgoenka)
[link] (https://youtu.be/Cv5kSs2Jcu4) [comments] (https://www.reddit.com/r/programming/comments/1plg1hm/a_brief_primer_on_embeddings_intuition_history/)
How Circular Dependencies Kill Your Microservices
https://www.reddit.com/r/programming/comments/1plg7ci/how_circular_dependencies_kill_your_microservices/
<!-- SC_OFF -->Our payment service was down. Not slow—completely dead. Every request timing out. The culprit? A circular dependency we never knew existed, hidden five service hops deep. One team added a "quick feature" that closed the circle, and under Black Friday load, 300 threads sat waiting for each other forever. The Problem: A Thread Pool Death Spiral Here's what actually happens: Your user-service calls order-service with 10 threads available. Order-service calls inventory-service, which needs user data, so it calls user-service back. Now all 10 threads in user-service are blocked waiting for order-service, which is waiting for inventory-service, which is waiting for those same 10 threads. Deadlock. Game over. Show Image The terrifying part? This works fine in staging with 5 requests per second. At 5,000 RPS in production, your thread pools drain in under 3 seconds. https://sdcourse.substack.com/s/system-design-course-with-java-and https://aiamastery.substack.com/about <!-- SC_ON --> submitted by /u/Extra_Ear_10 (https://www.reddit.com/user/Extra_Ear_10)
[link] (https://systemdr.substack.com/p/how-circular-dependencies-kill-your) [comments] (https://www.reddit.com/r/programming/comments/1plg7ci/how_circular_dependencies_kill_your_microservices/)
https://www.reddit.com/r/programming/comments/1plg7ci/how_circular_dependencies_kill_your_microservices/
<!-- SC_OFF -->Our payment service was down. Not slow—completely dead. Every request timing out. The culprit? A circular dependency we never knew existed, hidden five service hops deep. One team added a "quick feature" that closed the circle, and under Black Friday load, 300 threads sat waiting for each other forever. The Problem: A Thread Pool Death Spiral Here's what actually happens: Your user-service calls order-service with 10 threads available. Order-service calls inventory-service, which needs user data, so it calls user-service back. Now all 10 threads in user-service are blocked waiting for order-service, which is waiting for inventory-service, which is waiting for those same 10 threads. Deadlock. Game over. Show Image The terrifying part? This works fine in staging with 5 requests per second. At 5,000 RPS in production, your thread pools drain in under 3 seconds. https://sdcourse.substack.com/s/system-design-course-with-java-and https://aiamastery.substack.com/about <!-- SC_ON --> submitted by /u/Extra_Ear_10 (https://www.reddit.com/user/Extra_Ear_10)
[link] (https://systemdr.substack.com/p/how-circular-dependencies-kill-your) [comments] (https://www.reddit.com/r/programming/comments/1plg7ci/how_circular_dependencies_kill_your_microservices/)
❌mp4 ✅mp5 best AI Video Format On Earth
https://www.reddit.com/r/programming/comments/1plghjf/mp4_mp5_best_ai_video_format_on_earth/
<!-- SC_OFF -->I got tired of juggling .mp4 + .json for AI pipelines, so I built MP5 — a drop-in MP4-compatible format that embeds all metadata + auto-features inside the video itself. Would you use something like this in your own workflow? <!-- SC_ON --> submitted by /u/javantanna1 (https://www.reddit.com/user/javantanna1)
[link] (https://github.com/javantanna/mp5) [comments] (https://www.reddit.com/r/programming/comments/1plghjf/mp4_mp5_best_ai_video_format_on_earth/)
https://www.reddit.com/r/programming/comments/1plghjf/mp4_mp5_best_ai_video_format_on_earth/
<!-- SC_OFF -->I got tired of juggling .mp4 + .json for AI pipelines, so I built MP5 — a drop-in MP4-compatible format that embeds all metadata + auto-features inside the video itself. Would you use something like this in your own workflow? <!-- SC_ON --> submitted by /u/javantanna1 (https://www.reddit.com/user/javantanna1)
[link] (https://github.com/javantanna/mp5) [comments] (https://www.reddit.com/r/programming/comments/1plghjf/mp4_mp5_best_ai_video_format_on_earth/)
Eclipse IDE 2025-12 Released
https://www.reddit.com/r/programming/comments/1pll9ca/eclipse_ide_202512_released/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://eclipseide.org/release/noteworthy/) [comments] (https://www.reddit.com/r/programming/comments/1pll9ca/eclipse_ide_202512_released/)
https://www.reddit.com/r/programming/comments/1pll9ca/eclipse_ide_202512_released/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://eclipseide.org/release/noteworthy/) [comments] (https://www.reddit.com/r/programming/comments/1pll9ca/eclipse_ide_202512_released/)
System Architecture of a self-hosted Server-Side Rendered React Application
https://www.reddit.com/r/programming/comments/1plljsx/system_architecture_of_a_selfhosted_serverside/
<!-- SC_OFF -->I provide here a high-level overview system overview of a self-hosted Server-Side Rendered React Application. This has been an exciting experience for me where I also learned a lot. Maybe some of you finds this helpful. <!-- SC_ON --> submitted by /u/kivarada (https://www.reddit.com/user/kivarada)
[link] (https://insidestack.it/articles/system-architecture-of-a-self-hosted-server-side-rendered-react-application) [comments] (https://www.reddit.com/r/programming/comments/1plljsx/system_architecture_of_a_selfhosted_serverside/)
https://www.reddit.com/r/programming/comments/1plljsx/system_architecture_of_a_selfhosted_serverside/
<!-- SC_OFF -->I provide here a high-level overview system overview of a self-hosted Server-Side Rendered React Application. This has been an exciting experience for me where I also learned a lot. Maybe some of you finds this helpful. <!-- SC_ON --> submitted by /u/kivarada (https://www.reddit.com/user/kivarada)
[link] (https://insidestack.it/articles/system-architecture-of-a-self-hosted-server-side-rendered-react-application) [comments] (https://www.reddit.com/r/programming/comments/1plljsx/system_architecture_of_a_selfhosted_serverside/)
Go is portable, until it isn't
https://www.reddit.com/r/programming/comments/1plmjiz/go_is_portable_until_it_isnt/
submitted by /u/brightlystar (https://www.reddit.com/user/brightlystar)
[link] (https://simpleobservability.com/blog/go-portable-until-isnt) [comments] (https://www.reddit.com/r/programming/comments/1plmjiz/go_is_portable_until_it_isnt/)
https://www.reddit.com/r/programming/comments/1plmjiz/go_is_portable_until_it_isnt/
submitted by /u/brightlystar (https://www.reddit.com/user/brightlystar)
[link] (https://simpleobservability.com/blog/go-portable-until-isnt) [comments] (https://www.reddit.com/r/programming/comments/1plmjiz/go_is_portable_until_it_isnt/)
How Exchanges Turn Order Books into Distributed Logs
https://www.reddit.com/r/programming/comments/1plmy70/how_exchanges_turn_order_books_into_distributed/
submitted by /u/Ok-Tune-1346 (https://www.reddit.com/user/Ok-Tune-1346)
[link] (https://quant.engineering/exchange-order-book-distributed-logs.html) [comments] (https://www.reddit.com/r/programming/comments/1plmy70/how_exchanges_turn_order_books_into_distributed/)
https://www.reddit.com/r/programming/comments/1plmy70/how_exchanges_turn_order_books_into_distributed/
submitted by /u/Ok-Tune-1346 (https://www.reddit.com/user/Ok-Tune-1346)
[link] (https://quant.engineering/exchange-order-book-distributed-logs.html) [comments] (https://www.reddit.com/r/programming/comments/1plmy70/how_exchanges_turn_order_books_into_distributed/)
Surgery on Chromium Source Code: Replacing DevTools' HTTP Handler With Redis Pub/Sub
https://www.reddit.com/r/programming/comments/1plo5ei/surgery_on_chromium_source_code_replacing/
submitted by /u/DEADFOOD (https://www.reddit.com/user/DEADFOOD)
[link] (https://www.deadf00d.com/post/chromium-pub-sub-redis.html) [comments] (https://www.reddit.com/r/programming/comments/1plo5ei/surgery_on_chromium_source_code_replacing/)
https://www.reddit.com/r/programming/comments/1plo5ei/surgery_on_chromium_source_code_replacing/
submitted by /u/DEADFOOD (https://www.reddit.com/user/DEADFOOD)
[link] (https://www.deadf00d.com/post/chromium-pub-sub-redis.html) [comments] (https://www.reddit.com/r/programming/comments/1plo5ei/surgery_on_chromium_source_code_replacing/)
I Tried Gleam for Advent of Code, and I Get the Hype
https://www.reddit.com/r/programming/comments/1plq6kw/i_tried_gleam_for_advent_of_code_and_i_get_the/
submitted by /u/tymscar (https://www.reddit.com/user/tymscar)
[link] (https://blog.tymscar.com/posts/gleamaoc2025/) [comments] (https://www.reddit.com/r/programming/comments/1plq6kw/i_tried_gleam_for_advent_of_code_and_i_get_the/)
https://www.reddit.com/r/programming/comments/1plq6kw/i_tried_gleam_for_advent_of_code_and_i_get_the/
submitted by /u/tymscar (https://www.reddit.com/user/tymscar)
[link] (https://blog.tymscar.com/posts/gleamaoc2025/) [comments] (https://www.reddit.com/r/programming/comments/1plq6kw/i_tried_gleam_for_advent_of_code_and_i_get_the/)
Linus Torvalds on building and packaging software for Linux
https://www.reddit.com/r/programming/comments/1plrmdh/linus_torvalds_on_building_and_packaging_software/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=Pzl1B7nB9Kc) [comments] (https://www.reddit.com/r/programming/comments/1plrmdh/linus_torvalds_on_building_and_packaging_software/)
https://www.reddit.com/r/programming/comments/1plrmdh/linus_torvalds_on_building_and_packaging_software/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=Pzl1B7nB9Kc) [comments] (https://www.reddit.com/r/programming/comments/1plrmdh/linus_torvalds_on_building_and_packaging_software/)
Why Twilio Segment Moved from Microservices Back to a Monolith
https://www.reddit.com/r/programming/comments/1plrq5e/why_twilio_segment_moved_from_microservices_back/
<!-- SC_OFF -->real-world experience from Twilio Segment on what went wrong with microservices and why a monolith ended up working better. <!-- SC_ON --> submitted by /u/Digitalunicon (https://www.reddit.com/user/Digitalunicon)
[link] (https://www.twilio.com/en-us/blog/developers/best-practices/goodbye-microservices) [comments] (https://www.reddit.com/r/programming/comments/1plrq5e/why_twilio_segment_moved_from_microservices_back/)
https://www.reddit.com/r/programming/comments/1plrq5e/why_twilio_segment_moved_from_microservices_back/
<!-- SC_OFF -->real-world experience from Twilio Segment on what went wrong with microservices and why a monolith ended up working better. <!-- SC_ON --> submitted by /u/Digitalunicon (https://www.reddit.com/user/Digitalunicon)
[link] (https://www.twilio.com/en-us/blog/developers/best-practices/goodbye-microservices) [comments] (https://www.reddit.com/r/programming/comments/1plrq5e/why_twilio_segment_moved_from_microservices_back/)
Database Sharding and Partitioning with a solid breakdown of different strategies and their use cases.
https://www.reddit.com/r/programming/comments/1plvg1p/database_sharding_and_partitioning_with_a_solid/
<!-- SC_OFF -->Sharding and partitioning are useful when we want to scale our databases (both storage and compute) and directly improve the overall throughput and availability of the system. In this blog idive deep into details around how a database is scaled using sharding and partitioning, understanding the difference and different strategies, and learn how they beautifully fit together, and help us handle the desired scale. Once you read the blog, you will never be confused between the two; moreover, you will know all the practical nuances as to what it takes to configure either in production. <!-- SC_ON --> submitted by /u/Comfortable-Fan-580 (https://www.reddit.com/user/Comfortable-Fan-580)
[link] (https://pradyumnachippigiri.substack.com/p/nail-sharding-in-system-design-interviews) [comments] (https://www.reddit.com/r/programming/comments/1plvg1p/database_sharding_and_partitioning_with_a_solid/)
https://www.reddit.com/r/programming/comments/1plvg1p/database_sharding_and_partitioning_with_a_solid/
<!-- SC_OFF -->Sharding and partitioning are useful when we want to scale our databases (both storage and compute) and directly improve the overall throughput and availability of the system. In this blog idive deep into details around how a database is scaled using sharding and partitioning, understanding the difference and different strategies, and learn how they beautifully fit together, and help us handle the desired scale. Once you read the blog, you will never be confused between the two; moreover, you will know all the practical nuances as to what it takes to configure either in production. <!-- SC_ON --> submitted by /u/Comfortable-Fan-580 (https://www.reddit.com/user/Comfortable-Fan-580)
[link] (https://pradyumnachippigiri.substack.com/p/nail-sharding-in-system-design-interviews) [comments] (https://www.reddit.com/r/programming/comments/1plvg1p/database_sharding_and_partitioning_with_a_solid/)
making lua do what it shouldn't: typesafe structs
https://www.reddit.com/r/programming/comments/1plwdkc/making_lua_do_what_it_shouldnt_typesafe_structs/
submitted by /u/qwool1337 (https://www.reddit.com/user/qwool1337)
[link] (https://if-not-nil.github.io/lua-structs/) [comments] (https://www.reddit.com/r/programming/comments/1plwdkc/making_lua_do_what_it_shouldnt_typesafe_structs/)
https://www.reddit.com/r/programming/comments/1plwdkc/making_lua_do_what_it_shouldnt_typesafe_structs/
submitted by /u/qwool1337 (https://www.reddit.com/user/qwool1337)
[link] (https://if-not-nil.github.io/lua-structs/) [comments] (https://www.reddit.com/r/programming/comments/1plwdkc/making_lua_do_what_it_shouldnt_typesafe_structs/)
Terminal text editors are a dead end
https://www.reddit.com/r/programming/comments/1pm6h3n/terminal_text_editors_are_a_dead_end/
submitted by /u/nix-solves-that-2317 (https://www.reddit.com/user/nix-solves-that-2317)
[link] (https://www.youtube.com/watch?v=tvlupFXjqpQ) [comments] (https://www.reddit.com/r/programming/comments/1pm6h3n/terminal_text_editors_are_a_dead_end/)
https://www.reddit.com/r/programming/comments/1pm6h3n/terminal_text_editors_are_a_dead_end/
submitted by /u/nix-solves-that-2317 (https://www.reddit.com/user/nix-solves-that-2317)
[link] (https://www.youtube.com/watch?v=tvlupFXjqpQ) [comments] (https://www.reddit.com/r/programming/comments/1pm6h3n/terminal_text_editors_are_a_dead_end/)
A terminal text editor you can just use. Instant response, minimal footprint.
https://www.reddit.com/r/programming/comments/1pm83bz/a_terminal_text_editor_you_can_just_use_instant/
submitted by /u/nix-solves-that-2317 (https://www.reddit.com/user/nix-solves-that-2317)
[link] (https://sinelaw.github.io/fresh/) [comments] (https://www.reddit.com/r/programming/comments/1pm83bz/a_terminal_text_editor_you_can_just_use_instant/)
https://www.reddit.com/r/programming/comments/1pm83bz/a_terminal_text_editor_you_can_just_use_instant/
submitted by /u/nix-solves-that-2317 (https://www.reddit.com/user/nix-solves-that-2317)
[link] (https://sinelaw.github.io/fresh/) [comments] (https://www.reddit.com/r/programming/comments/1pm83bz/a_terminal_text_editor_you_can_just_use_instant/)