What Makes the Intro to Crafting Interpreters so Good?
https://www.reddit.com/r/programming/comments/1p1922e/what_makes_the_intro_to_crafting_interpreters_so/
submitted by /u/mtlynch (https://www.reddit.com/user/mtlynch)
[link] (https://refactoringenglish.com/blog/crafting-interpreters-intro/) [comments] (https://www.reddit.com/r/programming/comments/1p1922e/what_makes_the_intro_to_crafting_interpreters_so/)
https://www.reddit.com/r/programming/comments/1p1922e/what_makes_the_intro_to_crafting_interpreters_so/
submitted by /u/mtlynch (https://www.reddit.com/user/mtlynch)
[link] (https://refactoringenglish.com/blog/crafting-interpreters-intro/) [comments] (https://www.reddit.com/r/programming/comments/1p1922e/what_makes_the_intro_to_crafting_interpreters_so/)
The EU wants to kill cookiebanners by moving consent to your browser
https://www.reddit.com/r/programming/comments/1p1vtsz/the_eu_wants_to_kill_cookiebanners_by_moving/
submitted by /u/DonutAccomplished422 (https://www.reddit.com/user/DonutAccomplished422)
[link] (https://www.simpleanalytics.com/blog/the-eu-wants-to-kill-cookie-banners-by-moving-consent-to-your-browser) [comments] (https://www.reddit.com/r/programming/comments/1p1vtsz/the_eu_wants_to_kill_cookiebanners_by_moving/)
https://www.reddit.com/r/programming/comments/1p1vtsz/the_eu_wants_to_kill_cookiebanners_by_moving/
submitted by /u/DonutAccomplished422 (https://www.reddit.com/user/DonutAccomplished422)
[link] (https://www.simpleanalytics.com/blog/the-eu-wants-to-kill-cookie-banners-by-moving-consent-to-your-browser) [comments] (https://www.reddit.com/r/programming/comments/1p1vtsz/the_eu_wants_to_kill_cookiebanners_by_moving/)
Google quietly launches a free AI coding environment — could this be the first real Cursor alternative?
https://www.reddit.com/r/programming/comments/1p1wwhy/google_quietly_launches_a_free_ai_coding/
<!-- SC_OFF -->Just spotted Google’s latest move in the AI dev space — looks like they’re quietly testing a cloud-based environment that feels a lot like Cursor, but powered by Gemini models.
Curious if anyone here has tried it yet or benchmarked it against Cursor, Windsurf, or Codeium?
I’m exploring it for real-world coding projects and would love to compare impressions. <!-- SC_ON --> submitted by /u/No_Key_3482 (https://www.reddit.com/user/No_Key_3482)
[link] (https://medium.com/lets-code-future/breaking-google-has-just-released-a-new-alternative-to-vs-code-and-cursor-called-firebase-studio-3104670034c8) [comments] (https://www.reddit.com/r/programming/comments/1p1wwhy/google_quietly_launches_a_free_ai_coding/)
https://www.reddit.com/r/programming/comments/1p1wwhy/google_quietly_launches_a_free_ai_coding/
<!-- SC_OFF -->Just spotted Google’s latest move in the AI dev space — looks like they’re quietly testing a cloud-based environment that feels a lot like Cursor, but powered by Gemini models.
Curious if anyone here has tried it yet or benchmarked it against Cursor, Windsurf, or Codeium?
I’m exploring it for real-world coding projects and would love to compare impressions. <!-- SC_ON --> submitted by /u/No_Key_3482 (https://www.reddit.com/user/No_Key_3482)
[link] (https://medium.com/lets-code-future/breaking-google-has-just-released-a-new-alternative-to-vs-code-and-cursor-called-firebase-studio-3104670034c8) [comments] (https://www.reddit.com/r/programming/comments/1p1wwhy/google_quietly_launches_a_free_ai_coding/)
Using a Zigbee Button to run any noscript
https://www.reddit.com/r/programming/comments/1p1x2au/using_a_zigbee_button_to_run_any_noscript/
<!-- SC_OFF -->Made a short video on programming a smart home button to run any noscript you want <!-- SC_ON --> submitted by /u/btb331 (https://www.reddit.com/user/btb331)
[link] (https://youtu.be/e4awmrPl990) [comments] (https://www.reddit.com/r/programming/comments/1p1x2au/using_a_zigbee_button_to_run_any_noscript/)
https://www.reddit.com/r/programming/comments/1p1x2au/using_a_zigbee_button_to_run_any_noscript/
<!-- SC_OFF -->Made a short video on programming a smart home button to run any noscript you want <!-- SC_ON --> submitted by /u/btb331 (https://www.reddit.com/user/btb331)
[link] (https://youtu.be/e4awmrPl990) [comments] (https://www.reddit.com/r/programming/comments/1p1x2au/using_a_zigbee_button_to_run_any_noscript/)
Lens Loop: The World’s First Power Tool for LLM Application Developers
https://www.reddit.com/r/programming/comments/1p1xnkc/lens_loop_the_worlds_first_power_tool_for_llm/
submitted by /u/flaviuscdinu (https://www.reddit.com/user/flaviuscdinu)
[link] (https://k8slens.dev/blog/introducing-lens-loop) [comments] (https://www.reddit.com/r/programming/comments/1p1xnkc/lens_loop_the_worlds_first_power_tool_for_llm/)
https://www.reddit.com/r/programming/comments/1p1xnkc/lens_loop_the_worlds_first_power_tool_for_llm/
submitted by /u/flaviuscdinu (https://www.reddit.com/user/flaviuscdinu)
[link] (https://k8slens.dev/blog/introducing-lens-loop) [comments] (https://www.reddit.com/r/programming/comments/1p1xnkc/lens_loop_the_worlds_first_power_tool_for_llm/)
Builders vs. Mercenaries - two types of engineers I keep seeing. Does this make sense?
https://www.reddit.com/r/programming/comments/1p1wse8/builders_vs_mercenaries_two_types_of_engineers_i/
<!-- SC_OFF -->I have been thinking about a pattern I keep noticing in engineering teams, and I am curious if this resonates with anyone else or if I'm just making stuff up. Builders are all about the users and the problem domain. They see code as a tool to solve real problems. They'll ship something janky if it unblocks users. Ask them to optimize something that doesn't impact the user? They're not interested. Mercenaries are all about the craft. They care deeply about clean code, performance, architecture. They'll go deep on technical problems regardless of whether anyone actually needs it solved. The quality of the work matters to them independent of business impact. But I am not sure I'm framing this right. Few questions: Does this distinction actually exist or am I imagining patterns? Which type are you? Has it changed over your career? Would love to hear if anyone else sees this or if I'm way off base here. <!-- SC_ON --> submitted by /u/grandimam (https://www.reddit.com/user/grandimam)
[link] (https://news.ycombinator.com/item?id=45989643) [comments] (https://www.reddit.com/r/programming/comments/1p1wse8/builders_vs_mercenaries_two_types_of_engineers_i/)
https://www.reddit.com/r/programming/comments/1p1wse8/builders_vs_mercenaries_two_types_of_engineers_i/
<!-- SC_OFF -->I have been thinking about a pattern I keep noticing in engineering teams, and I am curious if this resonates with anyone else or if I'm just making stuff up. Builders are all about the users and the problem domain. They see code as a tool to solve real problems. They'll ship something janky if it unblocks users. Ask them to optimize something that doesn't impact the user? They're not interested. Mercenaries are all about the craft. They care deeply about clean code, performance, architecture. They'll go deep on technical problems regardless of whether anyone actually needs it solved. The quality of the work matters to them independent of business impact. But I am not sure I'm framing this right. Few questions: Does this distinction actually exist or am I imagining patterns? Which type are you? Has it changed over your career? Would love to hear if anyone else sees this or if I'm way off base here. <!-- SC_ON --> submitted by /u/grandimam (https://www.reddit.com/user/grandimam)
[link] (https://news.ycombinator.com/item?id=45989643) [comments] (https://www.reddit.com/r/programming/comments/1p1wse8/builders_vs_mercenaries_two_types_of_engineers_i/)
How we make a Reactive Database Fast, Deterministic, and Still Safe
https://www.reddit.com/r/programming/comments/1p1zasd/how_we_make_a_reactive_database_fast/
<!-- SC_OFF -->One of the fun challenges in SevenDB was making emissions fully deterministic. We do that by pushing them into the state machine itself. No async “surprises,” no node deciding to emit something on its own. If the Raft log commits the command, the state machine produces the exact same emission on every node. Determinism by construction.
But this compromises speed very significantly , so what we do to get the best of both worlds is: On the durability side: a SET is considered successful only after the Raft cluster commits it—meaning it’s replicated into the in-memory WAL buffers of a quorum. Not necessarily flushed to disk when the client sees “OK.” Why keep it like this? Because we’re taking a deliberate bet that plays extremely well in practice: • Redundancy buys durability In Raft mode, your real durability is replication. Once a command is in the memory of a majority, you can lose a minority of nodes and the data is still intact. The chance of most of your cluster dying before a disk flush happens is tiny in realistic deployments. • Fsync is the throughput killer Physical disk syncs (fsync) are orders slower than memory or network replication. Forcing the leader to fsync every write would tank performance. I prototyped batching and timed windows, and they helped—but not enough to justify making fsync part of the hot path. (There is a durable flag planned: if a client appends durable to a SET, it will wait for disk flush. Still experimental.) • Disk issues shouldn’t stall a cluster If one node's storage is slow or semi-dying, synchronous fsyncs would make the whole system crawl. By relying on quorum-memory replication, the cluster stays healthy as long as most nodes are healthy. So the tradeoff is small: yes, there’s a narrow window where a simultaneous majority crash could lose in-flight commands. But the payoff is huge: predictable performance, high availability, and a deterministic state machine where emissions behave exactly the same on every node. In distributed systems, you often bet on the failure mode you’re willing to accept. This is ours.
it helped us achieve these benchmarks SevenDB benchmark — GETSET Target: localhost:7379, conns=16, workers=16, keyspace=100000, valueSize=16B, mix=GET:50/SET:50 Warmup: 5s, Duration: 30s Ops: total=3695354 success=3695354 failed=0 Throughput: 123178 ops/s Latency (ms): p50=0.111 p95=0.226 p99=0.349 max=15.663 Reactive latency (ms): p50=0.145 p95=0.358 p99=0.988 max=7.979 (interval=100ms) <!-- SC_ON --> submitted by /u/shashanksati (https://www.reddit.com/user/shashanksati)
[link] (https://github.com/sevenDatabase/SevenDB) [comments] (https://www.reddit.com/r/programming/comments/1p1zasd/how_we_make_a_reactive_database_fast/)
https://www.reddit.com/r/programming/comments/1p1zasd/how_we_make_a_reactive_database_fast/
<!-- SC_OFF -->One of the fun challenges in SevenDB was making emissions fully deterministic. We do that by pushing them into the state machine itself. No async “surprises,” no node deciding to emit something on its own. If the Raft log commits the command, the state machine produces the exact same emission on every node. Determinism by construction.
But this compromises speed very significantly , so what we do to get the best of both worlds is: On the durability side: a SET is considered successful only after the Raft cluster commits it—meaning it’s replicated into the in-memory WAL buffers of a quorum. Not necessarily flushed to disk when the client sees “OK.” Why keep it like this? Because we’re taking a deliberate bet that plays extremely well in practice: • Redundancy buys durability In Raft mode, your real durability is replication. Once a command is in the memory of a majority, you can lose a minority of nodes and the data is still intact. The chance of most of your cluster dying before a disk flush happens is tiny in realistic deployments. • Fsync is the throughput killer Physical disk syncs (fsync) are orders slower than memory or network replication. Forcing the leader to fsync every write would tank performance. I prototyped batching and timed windows, and they helped—but not enough to justify making fsync part of the hot path. (There is a durable flag planned: if a client appends durable to a SET, it will wait for disk flush. Still experimental.) • Disk issues shouldn’t stall a cluster If one node's storage is slow or semi-dying, synchronous fsyncs would make the whole system crawl. By relying on quorum-memory replication, the cluster stays healthy as long as most nodes are healthy. So the tradeoff is small: yes, there’s a narrow window where a simultaneous majority crash could lose in-flight commands. But the payoff is huge: predictable performance, high availability, and a deterministic state machine where emissions behave exactly the same on every node. In distributed systems, you often bet on the failure mode you’re willing to accept. This is ours.
it helped us achieve these benchmarks SevenDB benchmark — GETSET Target: localhost:7379, conns=16, workers=16, keyspace=100000, valueSize=16B, mix=GET:50/SET:50 Warmup: 5s, Duration: 30s Ops: total=3695354 success=3695354 failed=0 Throughput: 123178 ops/s Latency (ms): p50=0.111 p95=0.226 p99=0.349 max=15.663 Reactive latency (ms): p50=0.145 p95=0.358 p99=0.988 max=7.979 (interval=100ms) <!-- SC_ON --> submitted by /u/shashanksati (https://www.reddit.com/user/shashanksati)
[link] (https://github.com/sevenDatabase/SevenDB) [comments] (https://www.reddit.com/r/programming/comments/1p1zasd/how_we_make_a_reactive_database_fast/)
Pareto principle: 20% of your code causes 80% of your bugs (Microsoft found 1% caused 99% of crashes)
https://www.reddit.com/r/programming/comments/1p21ty7/pareto_principle_20_of_your_code_causes_80_of/
submitted by /u/dmp0x7c5 (https://www.reddit.com/user/dmp0x7c5)
[link] (https://l.perspectiveship.com/re-parp) [comments] (https://www.reddit.com/r/programming/comments/1p21ty7/pareto_principle_20_of_your_code_causes_80_of/)
https://www.reddit.com/r/programming/comments/1p21ty7/pareto_principle_20_of_your_code_causes_80_of/
submitted by /u/dmp0x7c5 (https://www.reddit.com/user/dmp0x7c5)
[link] (https://l.perspectiveship.com/re-parp) [comments] (https://www.reddit.com/r/programming/comments/1p21ty7/pareto_principle_20_of_your_code_causes_80_of/)
TinyFloat - the most unoptimized soft float library on the net
https://www.reddit.com/r/programming/comments/1p225ix/tinyfloat_the_most_unoptimized_soft_float_library/
submitted by /u/haqreu (https://www.reddit.com/user/haqreu)
[link] (https://github.com/ssloy/tinyfloat) [comments] (https://www.reddit.com/r/programming/comments/1p225ix/tinyfloat_the_most_unoptimized_soft_float_library/)
https://www.reddit.com/r/programming/comments/1p225ix/tinyfloat_the_most_unoptimized_soft_float_library/
submitted by /u/haqreu (https://www.reddit.com/user/haqreu)
[link] (https://github.com/ssloy/tinyfloat) [comments] (https://www.reddit.com/r/programming/comments/1p225ix/tinyfloat_the_most_unoptimized_soft_float_library/)
Modern X86 Assembly Language Programming • Daniel Kusswurm & Matt Godbolt
https://www.reddit.com/r/programming/comments/1p23zp3/modern_x86_assembly_language_programming_daniel/
submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://youtu.be/L2Qu9rk05rE) [comments] (https://www.reddit.com/r/programming/comments/1p23zp3/modern_x86_assembly_language_programming_daniel/)
https://www.reddit.com/r/programming/comments/1p23zp3/modern_x86_assembly_language_programming_daniel/
submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://youtu.be/L2Qu9rk05rE) [comments] (https://www.reddit.com/r/programming/comments/1p23zp3/modern_x86_assembly_language_programming_daniel/)
Understanding Latency: From Wire to Code
https://www.reddit.com/r/programming/comments/1p24uzc/understanding_latency_from_wire_to_code/
<!-- SC_OFF -->Ever wondered where those missing microseconds actually go? This darticle traces the hidden journey of a message through a system, from the network wire, through the NIC and kernel, across syscalls, and finally into application’s runtime. 👉 Read the article on quant.engineering (https://quant.engineering/understanding-latency-from-wire-to-code.html) <!-- SC_ON --> submitted by /u/rundef (https://www.reddit.com/user/rundef)
[link] (https://quant.engineering/understanding-latency-from-wire-to-code.html) [comments] (https://www.reddit.com/r/programming/comments/1p24uzc/understanding_latency_from_wire_to_code/)
https://www.reddit.com/r/programming/comments/1p24uzc/understanding_latency_from_wire_to_code/
<!-- SC_OFF -->Ever wondered where those missing microseconds actually go? This darticle traces the hidden journey of a message through a system, from the network wire, through the NIC and kernel, across syscalls, and finally into application’s runtime. 👉 Read the article on quant.engineering (https://quant.engineering/understanding-latency-from-wire-to-code.html) <!-- SC_ON --> submitted by /u/rundef (https://www.reddit.com/user/rundef)
[link] (https://quant.engineering/understanding-latency-from-wire-to-code.html) [comments] (https://www.reddit.com/r/programming/comments/1p24uzc/understanding_latency_from_wire_to_code/)
Cursor's President is loving this University of Chicago study, but does merge rate really = productivity?
https://www.reddit.com/r/programming/comments/1p26wku/cursors_president_is_loving_this_university_of/
<!-- SC_OFF -->"The analysis of tens of thousands of developers across 1,000 organizations suggests that Cursor’s AI coding agent specifically can massively increase software output, all without negatively affecting the fix rates or revert rates." <!-- SC_ON --> submitted by /u/scarey102 (https://www.reddit.com/user/scarey102)
[link] (https://leaddev.com/ai/cursor-claims-its-tools-are-a-massive-productivity-hack-for-devs) [comments] (https://www.reddit.com/r/programming/comments/1p26wku/cursors_president_is_loving_this_university_of/)
https://www.reddit.com/r/programming/comments/1p26wku/cursors_president_is_loving_this_university_of/
<!-- SC_OFF -->"The analysis of tens of thousands of developers across 1,000 organizations suggests that Cursor’s AI coding agent specifically can massively increase software output, all without negatively affecting the fix rates or revert rates." <!-- SC_ON --> submitted by /u/scarey102 (https://www.reddit.com/user/scarey102)
[link] (https://leaddev.com/ai/cursor-claims-its-tools-are-a-massive-productivity-hack-for-devs) [comments] (https://www.reddit.com/r/programming/comments/1p26wku/cursors_president_is_loving_this_university_of/)
How A Missing Last Name Check Left Millions of Airline Customers' Data Exposed
https://www.reddit.com/r/programming/comments/1p27hck/how_a_missing_last_name_check_left_millions_of/
submitted by /u/bearsyankees (https://www.reddit.com/user/bearsyankees)
[link] (https://alexschapiro.com/blog/security/vulnerability/2025/11/20/avelo-airline-reservation-api-vulnerability) [comments] (https://www.reddit.com/r/programming/comments/1p27hck/how_a_missing_last_name_check_left_millions_of/)
https://www.reddit.com/r/programming/comments/1p27hck/how_a_missing_last_name_check_left_millions_of/
submitted by /u/bearsyankees (https://www.reddit.com/user/bearsyankees)
[link] (https://alexschapiro.com/blog/security/vulnerability/2025/11/20/avelo-airline-reservation-api-vulnerability) [comments] (https://www.reddit.com/r/programming/comments/1p27hck/how_a_missing_last_name_check_left_millions_of/)
Hands-On with XDP: eBPF for High-Performance Networking
https://www.reddit.com/r/programming/comments/1p283qm/handson_with_xdp_ebpf_for_highperformance/
submitted by /u/iximiuz (https://www.reddit.com/user/iximiuz)
[link] (https://labs.iximiuz.com/tutorials/ebpf-xdp-fundamentals-6342d24e) [comments] (https://www.reddit.com/r/programming/comments/1p283qm/handson_with_xdp_ebpf_for_highperformance/)
https://www.reddit.com/r/programming/comments/1p283qm/handson_with_xdp_ebpf_for_highperformance/
submitted by /u/iximiuz (https://www.reddit.com/user/iximiuz)
[link] (https://labs.iximiuz.com/tutorials/ebpf-xdp-fundamentals-6342d24e) [comments] (https://www.reddit.com/r/programming/comments/1p283qm/handson_with_xdp_ebpf_for_highperformance/)
The quality-oriented programmer
https://www.reddit.com/r/programming/comments/1p2b843/the_qualityoriented_programmer/
submitted by /u/byronka (https://www.reddit.com/user/byronka)
[link] (https://renomad.com/blogposts/the_qo_developer.html) [comments] (https://www.reddit.com/r/programming/comments/1p2b843/the_qualityoriented_programmer/)
https://www.reddit.com/r/programming/comments/1p2b843/the_qualityoriented_programmer/
submitted by /u/byronka (https://www.reddit.com/user/byronka)
[link] (https://renomad.com/blogposts/the_qo_developer.html) [comments] (https://www.reddit.com/r/programming/comments/1p2b843/the_qualityoriented_programmer/)
Preserving code that shaped generations: Zork I, II, and III go Open Source
https://www.reddit.com/r/programming/comments/1p2b8pe/preserving_code_that_shaped_generations_zork_i_ii/
submitted by /u/jfedor (https://www.reddit.com/user/jfedor)
[link] (https://opensource.microsoft.com/blog/2025/11/20/preserving-code-that-shaped-generations-zork-i-ii-and-iii-go-open-source) [comments] (https://www.reddit.com/r/programming/comments/1p2b8pe/preserving_code_that_shaped_generations_zork_i_ii/)
https://www.reddit.com/r/programming/comments/1p2b8pe/preserving_code_that_shaped_generations_zork_i_ii/
submitted by /u/jfedor (https://www.reddit.com/user/jfedor)
[link] (https://opensource.microsoft.com/blog/2025/11/20/preserving-code-that-shaped-generations-zork-i-ii-and-iii-go-open-source) [comments] (https://www.reddit.com/r/programming/comments/1p2b8pe/preserving_code_that_shaped_generations_zork_i_ii/)
Redundancy vs dependencies: which is worse?
https://www.reddit.com/r/programming/comments/1p2bvlb/redundancy_vs_dependencies_which_is_worse/
submitted by /u/gavinhoward (https://www.reddit.com/user/gavinhoward)
[link] (https://www.yosefk.com/blog/redundancy-vs-dependencies-which-is-worse.html) [comments] (https://www.reddit.com/r/programming/comments/1p2bvlb/redundancy_vs_dependencies_which_is_worse/)
https://www.reddit.com/r/programming/comments/1p2bvlb/redundancy_vs_dependencies_which_is_worse/
submitted by /u/gavinhoward (https://www.reddit.com/user/gavinhoward)
[link] (https://www.yosefk.com/blog/redundancy-vs-dependencies-which-is-worse.html) [comments] (https://www.reddit.com/r/programming/comments/1p2bvlb/redundancy_vs_dependencies_which_is_worse/)
Software Requirements Specification (SRS) – Case Study 1
https://www.reddit.com/r/programming/comments/1p2cx2s/software_requirements_specification_srs_case/
<!-- SC_OFF -->I just published a lecture about Software Requirements Specifications (SRS), using as an example the SRS of my Cloud-Based Multi-Service Platform for Smart Event Management case study project, which I host as a public repository in GitHub. There's a link to the SRS document and to the repository in the video denoscription. In this video I talk about functional requirements, non-funcional requirements, technical requirements, security, testing and architecture in the context of the case study software project. The goal is to share insights of how a Software Requirements Specification looks like in the real word, its application and importance on software development projects. <!-- SC_ON --> submitted by /u/ZoePsomi (https://www.reddit.com/user/ZoePsomi)
[link] (https://www.youtube.com/watch?v=C4tE1kZNrX4) [comments] (https://www.reddit.com/r/programming/comments/1p2cx2s/software_requirements_specification_srs_case/)
https://www.reddit.com/r/programming/comments/1p2cx2s/software_requirements_specification_srs_case/
<!-- SC_OFF -->I just published a lecture about Software Requirements Specifications (SRS), using as an example the SRS of my Cloud-Based Multi-Service Platform for Smart Event Management case study project, which I host as a public repository in GitHub. There's a link to the SRS document and to the repository in the video denoscription. In this video I talk about functional requirements, non-funcional requirements, technical requirements, security, testing and architecture in the context of the case study software project. The goal is to share insights of how a Software Requirements Specification looks like in the real word, its application and importance on software development projects. <!-- SC_ON --> submitted by /u/ZoePsomi (https://www.reddit.com/user/ZoePsomi)
[link] (https://www.youtube.com/watch?v=C4tE1kZNrX4) [comments] (https://www.reddit.com/r/programming/comments/1p2cx2s/software_requirements_specification_srs_case/)
Building a Durable Execution Engine With SQLite
https://www.reddit.com/r/programming/comments/1p2eot7/building_a_durable_execution_engine_with_sqlite/
submitted by /u/gunnarmorling (https://www.reddit.com/user/gunnarmorling)
[link] (https://www.morling.dev/blog/building-durable-execution-engine-with-sqlite/) [comments] (https://www.reddit.com/r/programming/comments/1p2eot7/building_a_durable_execution_engine_with_sqlite/)
https://www.reddit.com/r/programming/comments/1p2eot7/building_a_durable_execution_engine_with_sqlite/
submitted by /u/gunnarmorling (https://www.reddit.com/user/gunnarmorling)
[link] (https://www.morling.dev/blog/building-durable-execution-engine-with-sqlite/) [comments] (https://www.reddit.com/r/programming/comments/1p2eot7/building_a_durable_execution_engine_with_sqlite/)
Toon: A less verbose alternative to JSON for nested data inspired by CSV
https://www.reddit.com/r/programming/comments/1p2qnss/toon_a_less_verbose_alternative_to_json_for/
submitted by /u/grauenwolf (https://www.reddit.com/user/grauenwolf)
[link] (https://youtu.be/r5u3ViTbWyc) [comments] (https://www.reddit.com/r/programming/comments/1p2qnss/toon_a_less_verbose_alternative_to_json_for/)
https://www.reddit.com/r/programming/comments/1p2qnss/toon_a_less_verbose_alternative_to_json_for/
submitted by /u/grauenwolf (https://www.reddit.com/user/grauenwolf)
[link] (https://youtu.be/r5u3ViTbWyc) [comments] (https://www.reddit.com/r/programming/comments/1p2qnss/toon_a_less_verbose_alternative_to_json_for/)
Introducing ZelixOS: A Modern, Fast, and Clean Linux Distribution
https://www.reddit.com/r/programming/comments/1p2r971/introducing_zelixos_a_modern_fast_and_clean_linux/
<!-- SC_OFF -->Hello everyone, I’d like to share a project I’ve been working on for some time now: ZelixOS, an Ubuntu Linux distribution designed to be fast, modern, and reliable for both new users and advanced Linux enthusiasts. ZelixOS is built on top of a stable Ubuntu LTS foundation, using the apt package manager, while providing a clean and optimized KDE Plasma desktop experience. Key Features 1. Clean and Modern KDE Plasma Experience
A minimal, polished, and responsive Plasma setup optimized for everyday use. 2. Improved Performance
Background services and startup processes are carefully optimized to reduce RAM usage and improve boot times. 3. Custom Zelix Applications
The system includes several tools developed specifically for ZelixOS: Zelix Welcome Zelix Cleaner Zelix Backup Zelix Essentials Zelix Helper 4. Ubuntu LTS Reliability
Strong hardware compatibility, large software repositories, and long-term stability. 5. Easy Installation
Uses Calamares for a user-friendly and straightforward installation process. Who Is ZelixOS For? KDE Plasma users Beginners transitioning to Linux Students and developers Anyone who wants a lightweight, stable, and clean desktop Those who like Ubuntu but want a more refined, performance-tuned experience Download & More Information You can find the download links, source code, and documentation here:
Github Page (https://github.com/lanierc/zelixos) r/ZelixOS (https://www.reddit.com/user/Minsir/) Website (https://lanierc.github.io/zelixos/) Feedback Welcome If you give ZelixOS a try, I’d be very happy to hear your impressions, suggestions, or bug reports.
Community feedback plays an important role in shaping the project. <!-- SC_ON --> submitted by /u/Minsir (https://www.reddit.com/user/Minsir)
[link] (https://lanierc.github.io/zelixos/) [comments] (https://www.reddit.com/r/programming/comments/1p2r971/introducing_zelixos_a_modern_fast_and_clean_linux/)
https://www.reddit.com/r/programming/comments/1p2r971/introducing_zelixos_a_modern_fast_and_clean_linux/
<!-- SC_OFF -->Hello everyone, I’d like to share a project I’ve been working on for some time now: ZelixOS, an Ubuntu Linux distribution designed to be fast, modern, and reliable for both new users and advanced Linux enthusiasts. ZelixOS is built on top of a stable Ubuntu LTS foundation, using the apt package manager, while providing a clean and optimized KDE Plasma desktop experience. Key Features 1. Clean and Modern KDE Plasma Experience
A minimal, polished, and responsive Plasma setup optimized for everyday use. 2. Improved Performance
Background services and startup processes are carefully optimized to reduce RAM usage and improve boot times. 3. Custom Zelix Applications
The system includes several tools developed specifically for ZelixOS: Zelix Welcome Zelix Cleaner Zelix Backup Zelix Essentials Zelix Helper 4. Ubuntu LTS Reliability
Strong hardware compatibility, large software repositories, and long-term stability. 5. Easy Installation
Uses Calamares for a user-friendly and straightforward installation process. Who Is ZelixOS For? KDE Plasma users Beginners transitioning to Linux Students and developers Anyone who wants a lightweight, stable, and clean desktop Those who like Ubuntu but want a more refined, performance-tuned experience Download & More Information You can find the download links, source code, and documentation here:
Github Page (https://github.com/lanierc/zelixos) r/ZelixOS (https://www.reddit.com/user/Minsir/) Website (https://lanierc.github.io/zelixos/) Feedback Welcome If you give ZelixOS a try, I’d be very happy to hear your impressions, suggestions, or bug reports.
Community feedback plays an important role in shaping the project. <!-- SC_ON --> submitted by /u/Minsir (https://www.reddit.com/user/Minsir)
[link] (https://lanierc.github.io/zelixos/) [comments] (https://www.reddit.com/r/programming/comments/1p2r971/introducing_zelixos_a_modern_fast_and_clean_linux/)