• Trends
  • Topics
  • Nodes
Search for keywords, #hashtags, $sites, add a dash to exclude, e.g. -$theonion.com

From substack.com

Avoiding Skill Atrophy in the Age of AI

15 15

How to use AI coding assistants without letting your hard-earned engineering skills wither away.

#bot #tech #coding #impact #ngated #skills #webdev #solutions #programming #ycombinator

9h ago

From mendhak.com

I wrote to the address in the GPLv2 license notice and received the GPLv3 license

11 35

I was curious about the 51 Franklin Street address in the GPLv2 license notice so I wrote to them as they said

#law #historical #programming

on Thu, 1PM

From benjamindlee.com

Why I Use Nim Instead of Python for Data Processing

10 10

Lazy programmers often prefer to substitute computing effort for programming effort.

#nimlang #hackernews #programming #比較程式語言效能 #ycombinator #python

on Sep 6

From github.com

rust-magic-patterns/visual-journey-through-async-rust/Readme.md at master · alexpusch/rust-magic-patterns

9 9

Magical Rust patterns laid out and simplified. Contribute to alexpusch/rust-magic-patterns development by creating an account on GitHub.

#github #ngated #tutorial #asyncrust #programming #ycombinator #githubzombies #visualjourney #developerhumor #rustprogramming

on Apr 13

From leerob.com

Rust is Eating JavaScript | Lee Robinson

9 9

Why is Rust being used to replace parts of the JavaScript web ecosystem like minification (Terser), transpilation (Babel), formatting (Prettier), bundling (webpack), linting (ESLint), and more?

#rust #webdev #rustlang #hackernews #programming #ycombinator #javascript

on Feb 16

From hackaday.com

It’s Spreadsheets All The Way Down For This 80s Handheld

7 7

Unlike the today’s consumer computer market, the 1980s were the wild west in comparison. There were all kinds of different, incompatible operating systems, hardware, and programs, all competi…

#hacking #projects #80s #LCD #modem #cassette #workslate #convergent #programming #spreadsheet

on Sep 6

From github.com

GitHub - alastairmccormack/keyutil: A sensible Java key management tool for normal people

7 7

A sensible Java key management tool for normal people - alastairmccormack/keyutil

#java #hackernews #programming #ycombinator #github專案介紹

on Sep 5

From terriblesoftware.org

The Hidden Cost of AI Coding

6 19

AI coding tools boost productivity but may sacrifice the flow state and deep satisfaction developers experience when writing code by hand. What are we losing?

#ai #programming

on Wed, 7PM

From rust-lang.org

Announcing Rust 1.81.0 | Rust Blog

6 8

Empowering everyone to build reliable and efficient software.

#rust #release #rustlang #programming

on Sep 5

From slashdot.org

'Women Who Code' Shuts Down Unexpectedly - Slashdot

5 5

Women Who Code (WWC), a U.S.-based organization of 360,000 people supporting women who work in the tech sector, is shutting down due to a lack of funding. "It is with profound sadness that, today, on April 18, 2024, we are announcing the difficult decision to close Women Who Code, following a vote b...

#News #tech #programming #technewz_bot #womenwhocode #techpurrblems

on Apr 20, 2024

From github.io

Implementing Unsure Calculator in 100 lines of Haskell

4 4

Implementing a calculator with normal ranges, embedded in Haskell, using a simplified probability monad.

#programming #functionalprogramming #math #haskell

19h ago

From andypiper.co.uk

Progress is easy to miss

4 4

Today led me to think about the marvels of humans and technology, from generative AI to the evolution of programming languages. Let’s not forget to explore new, sustainable approaches, and al…

#time #coding #culture #history #progress #Technology #philosophy #machinecode #programming #generativeAI

on Sep 5

From gamingonlinux.com

Replicube is an open-ended programming puzzle game about making 3D voxels

3 3

Walaber Entertainment LLC (JellyCar Worlds, Parking Garage Rally Circuit) have just released Replicube, an open-ended programming puzzle game where you make 3D voxel-based objects.

#steam #puzzle #indiegame #newrelease #nativelinux #linux #gaming #indiegames #puzzlegame #programming

6h ago

From digicert.com

TLS Certificate Lifetimes Will Officially Reduce to 47 Days

3 4

The CA/Browser Forum has officially voted to amend the TLS Baseline Requirements to set a schedule for shortening both the lifetime of TLS certificates.

#pki #web #tech #x509 #coding #browser #infosec #digicert #sysadmin #automation

on Apr 15

From thenewstack.io

GraalVM (Finally) Gets Java for WebAssembly

2 3

Up until now, Java has been neglected, as WebAssembly modules have been more conducive with C and C++, Rust and Go, and now even Python is embedded as an interpreter.

#clojure #programming #webassembly

13h ago

From moderncss.dev

CSS-Only Accessible Dropdown Navigation Menu | Modern CSS Solutions

2 2

This technique explores using: animation with CSS `transition` and `transform`, using the `:focus-within` pseudo-class, CSS grid, and accessibility considerations for dropdown menus.

#css #html #coding #webdev #indieweb #smallweb #programming

17h ago

From github.com

susam.net/layout/include/math.inc at main · susam/susam.net

2 2

Source code of https://susam.net/. Contribute to susam/susam.net development by creating an account on GitHub.

#katex #javascript #mathematics #programming

18h ago

From jetbrains.com

JetBrains PHPverse 2025 – Online Event Celebrating 30 Years of PHP

2 6

Join us for a free virtual event as we celebrate PHP’s 30th anniversary with top experts and thought leaders. Enjoy insightful talks, exciting announcements, and a look at the future of PHP development.

#webdev #laravel #programming #php

on Thu, 1PM

From joanwestenberg.com

Bet on Systems, Not Sparks

2 3

We keep mistaking the highlight reel for the work. We see the headline, the launch, the million views—and forget the months, sometimes years, of invisible scaffolding beneath it. We've been trained to look for the sparks: the moment of inspiration, the viral post, the Hail Mary that lands, the

#blog #programming #softwaredevelopment

on Wed, 1AM

From reillyspitzfaden.com

Reilly Spitzfaden, Composer

2 2

I'm Reilly Spitzfaden, a composer who likes noise, code, electronics, and nostalgia. This site has my music, Max/MSP patches, code, blog, and more.

#css #html #coding #webdev #indieweb #smallweb #programming

on Apr 12

From github.com

GitHub - aleyan/dela: A task runner that delegates the work to other tools

2 2

A task runner that delegates the work to other tools - aleyan/dela

#show #programming

on Feb 16

From github.com

GitHub - ZIGTinyBook/Z-Ant: Zant simplifies the deployment and optimization of neural networks on microprocessors

2 2

Zant simplifies the deployment and optimization of neural networks on microprocessors - ZIGTinyBook/Z-Ant

#ziglang #programming

on Feb 16

From infoworld.com

Rust memory management explained

2 6

Rust's ownership and borrowing mechanisms guarantee memory safety at runtime. Here's how to use them in your programs.

#rust #coding #memory #ownership #programming #memorymanagement #rustlang

on Feb 12

From github.com

GitHub - kkos/oniguruma: regular expression library

2 4

regular expression library. Contribute to kkos/oniguruma development by creating an account on GitHub.

#programming #cprogramming

on Jan 3

From infosec.exchange

Rust 101 - 42: Why do we need unsafe?

2 2

There is a special mode in Rust programs called unsafe - why do we need it? Links: Exercises: https://artificialworlds.net/presentations/rust-101/exercises/F-safe-unsafe/mod.html, Slides: https://a...

#Video #unsafe #programming #rustlang

on Sep 6

From felipefarinon.com

Understanding the Layout Process in Qt Widgets

2 2

Layout management and the layout flow in Qt Widgets

#cpp #programming

on Sep 5

From github.com

GitHub - tilyupo/qustar: Query SQL database through an array-like API

2 8

Query SQL database through an array-like API. Contribute to tilyupo/qustar development by creating an account on GitHub.

#nodejs #webdev #javascript #programming #軟體開發 #資料庫查詢

on Sep 5

From rust-lang.org

Security advisory for the standard library (CVE-2024-43402) | Rust Blog

2 6

Empowering everyone to build reliable and efficient software.

#rustlang #programming

on Sep 4

From discu.eu

Notation as a Tool of Thought - discu.eu

1 1

Discussions and related articles for «Notation as a Tool of Thought»

#apl #programming

6h ago

From discu.eu

Vulnerability Directory | CVE-2025-22234 | HeroDevs - discu.eu

1 1

Discussions and related articles for «Vulnerability Directory | CVE-2025-22234 | HeroDevs»

#java #programming

6h ago

From discu.eu

Microsoft subtracts C/C++ extension from VS Code forks • The Register - discu.eu

1 1

Discussions and related articles for «Microsoft subtracts C/C++ extension from VS Code forks • The Register»

#cpp #programming

6h ago

From github.com

GitHub - amterp/stid: Go library for generating short, unique, time-based string IDs.

1 1

Go library for generating short, unique, time-based string IDs. - amterp/stid

#golang #programming

6h ago

From youtube.com

- YouTube

1 1

Bekijk je favoriete video's, luister naar de muziek die je leuk vindt, upload originele content en deel alles met vrienden, familie en anderen op YouTube.

#php #webdev #laravel #programming

6h ago

From discu.eu

The One-Person Framework in practice - discu.eu

1 1

Discussions and related articles for «The One-Person Framework in practice»

#ruby #rails #webdev #programming

6h ago

From discu.eu

GitHub - amterp/stid: Go library for generating short, unique, time-based string IDs. - discu.eu

1 1

Discussions and related articles for «GitHub - amterp/stid: Go library for generating short, unique, time-based string IDs.»

#golang #programming

6h ago

From discu.eu

Laravel 12 + Spatie Roles & Permissions + Starter Kit 🔥 - discu.eu

1 1

Discussions and related articles for «Laravel 12 + Spatie Roles & Permissions + Starter Kit 🔥»

#php #webdev #laravel #programming

6h ago

From discu.eu

Shadcn Theme Editor - Shadcn Studio - discu.eu

1 1

Discussions and related articles for «Shadcn Theme Editor - Shadcn Studio»

#webdev #reactjs #javascript #opensource #programming

6h ago

From github.io

Static analysis of expl3 programs (8½): First stages of semantic analysis and working with the community

1 1

Today, I’m excited to announce another update to expltools, the bundle that includes the static analysis tool explcheck for the expl3 programming language. This update introduces initial support for semantic analysis. In this post, I’ll explain what this means for expl3 programmers, what’s still...

#expl3 #latex #texlatex #programming

6h ago

From discu.eu

GraalVM (Finally) Gets Java for WebAssembly - The New Stack - discu.eu

1 1

Discussions and related articles for «GraalVM (Finally) Gets Java for WebAssembly - The New Stack»

#clojure #programming #webassembly

6h ago

From bramjetten.dev

The One-Person Framework in practice

1 1

How I built a seven-figure business with Rails

#ruby #rails #webdev #programming

6h ago

From youtube.com

- YouTube

1 1

Bekijk je favoriete video's, luister naar de muziek die je leuk vindt, upload originele content en deel alles met vrienden, familie en anderen op YouTube.

#audio #coding #psychology #programming

7h ago

From lemmy.ml

New C++ features in GCC 15 - Lemmy

1 1

cross-posted from: https://lemmy.ml/post/29133545 [https://lemmy.ml/post/29133545] > Like every major GCC release, this version will bring many additions, improvements, bug fixes, and new features. GCC 15 [https://gcc.gnu.org/gcc-15/] is already the system compiler in Fedora 42. Red Hat...

#programming

8h ago

From lemmy.ml

GCC, the GNU Compiler Collection 15.1 released - Lemmy

1 1

The GCC developers are pleased to announce the release of GCC 15.1 [https://gcc.gnu.org/gcc-15/]. The C frontend now defaults to the GNU C23 dialect. Some code needs porting for this. Some remaining C23 features have been implemented, as well as some new C2Y features. The C++ frontend now...

#programming

8h ago

From youtube.com

- YouTube

1 1

Bekijk je favoriete video's, luister naar de muziek die je leuk vindt, upload originele content en deel alles met vrienden, familie en anderen op YouTube.

#lisp #debugging #commonlisp #programming

9h ago

From blogspot.com

Lisp Debugger Wins

1 1

A blog about computers, functional languages, Lisp, and Scheme.

#lisp #debugging #commonlisp #programming

9h ago

From github.com

Releases · quii/learn-go-with-tests

1 1

Learn Go with test-driven development. Contribute to quii/learn-go-with-tests development by creating an account on GitHub.

#golang #programming

12h ago

From discu.eu

Releases · quii/learn-go-with-tests · GitHub - discu.eu

1 1

Discussions and related articles for «Releases · quii/learn-go-with-tests · GitHub»

#golang #programming

12h ago

From discu.eu

GitHub - xadecimal/async-style: Higher level utilities over Clojure core.async that let you use an async style of programming with ease. - discu.eu

1 1

Discussions and related articles for «GitHub - xadecimal/async-style: Higher level utilities over Clojure core.async that let you use an async style of programming with ease.»

#clojure #programming

12h ago