-
20 votes
-
A reality where CSS and JavaScript don't exist...?
8 votes -
What programming/technical projects have you been working on?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
3 votes -
Lesser-known PostgreSQL features
7 votes -
How the world's first USB-C iPhone was born
10 votes -
It's time to get hyped about const generics in Rust
11 votes -
Announcing LittleJS - The tiny JavaScript game engine that can
10 votes -
What programming/technical projects have you been working on?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
5 votes -
Taking the warts off C, with Andrew Kelley, creator of the Zig programming language
17 votes -
Sebastian Lague - I tried creating a game using real-world geographic data
6 votes -
"We do not maintain databases"
11 votes -
What programming/technical projects have you been working on?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
7 votes -
Lawsuit to silence dev who posted on HN, Reddit that their previous employer, LoanStreet, cheated them out of their equity
6 votes -
Section 1201 exemptions to prohibition against circumvention of technological measures protecting copyrighted works (2021)
7 votes -
Raspberry Pi Zero 2 W on sale now at $15
10 votes -
Fortnightly Programming Q&A Thread
General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads. Don't forget to format your code using the triple...
General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads.
Don't forget to format your code using the triple backticks or tildes:
Here is my schema: ```sql CREATE TABLE article_to_warehouse ( article_id INTEGER , warehouse_id INTEGER ) ; ``` How do I add a `UNIQUE` constraint?
4 votes -
Microsoft angers the .NET open source community with a controversial decision
24 votes -
Despite having just 5.8% sales, over 38% of bug reports for the game "ΔV: Rings of Saturn" come from the Linux community
32 votes -
What programming/technical projects have you been working on?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
7 votes -
What programming/technical projects have you been working on?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
3 votes -
mkws - A simple static site generator
12 votes -
Help open-source contributors escape Afghanistan - Open Collective
10 votes -
A quick method for saving an SVG as a PNG
When I need an avatar, I use boringavatars.com -- but instead of using the site, I use this url with a generator I made in Google Sheets. The trouble is, it spits out an SVG. To quickly save it,...
When I need an avatar, I use boringavatars.com -- but instead of using the site, I use this url with a generator I made in Google Sheets.
The trouble is, it spits out an SVG. To quickly save it, right click on the SVG > Inspect > right click
<rect width=...
and select 'capture node screenshot'There are extensions that do this or something similar, but unless you're exporting SVGs in bulk, they're largely unnecessary.
10 votes -
Always do Extra
3 votes -
Fortnightly Programming Q&A Thread
General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads. Don't forget to format your code using the triple...
General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads.
Don't forget to format your code using the triple backticks or tildes:
Here is my schema: ```sql CREATE TABLE article_to_warehouse ( article_id INTEGER , warehouse_id INTEGER ) ; ``` How do I add a `UNIQUE` constraint?
7 votes -
What programming/technical projects have you been working on?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
6 votes -
100% CPU: my fault?
9 votes -
Ludum Dare 49 - Theme: Unstable
8 votes -
Linux (In)security
10 votes -
Coverage is not strongly correlated with test suite effectiveness
7 votes -
What programming/technical projects have you been working on?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
6 votes -
What programming/technical projects have you been working on?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
17 votes -
Making bracket pair colorization 10k times faster in VSCode
7 votes -
Fortnightly Programming Q&A Thread
General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads. Don't forget to format your code using the triple...
General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads.
Don't forget to format your code using the triple backticks or tildes:
Here is my schema: ```sql CREATE TABLE article_to_warehouse ( article_id INTEGER , warehouse_id INTEGER ) ; ``` How do I add a `UNIQUE` constraint?
3 votes -
Common mistakes and bad habits in Rust
5 votes -
Google and Facebook, I am facilitating packet filtering to block your tracking
3 votes -
We are now Solar Powered
5 votes -
File not found: A generation that grew up with Google is forcing professors to rethink their lesson plans
25 votes -
What to do with NFC tags
I picked up 20 NFC tags (link) and they seem to be alright with iOS after I (re?)format them to NDEF. Anyway, I have a few things setup: tap to play music in the dining room over a Google Home...
I picked up 20 NFC tags (link) and they seem to be alright with iOS after I (re?)format them to NDEF.
Anyway, I have a few things setup:
- tap to play music in the dining room over a Google Home speaker
- tap to turn off some lights and prep for bed etc
- tap to change some Hue scenes
... and that's about it. I don't have trouble waking up to an alarm, so I don't need to go down that route. Anyone have any fun things you're doing with tags?
9 votes -
Disclosure of three 0-day iOS vulnerabilities and critique of Apple Security Bounty program
9 votes -
FD 100
7 votes -
Rocket: A Web Framework for Rust
9 votes -
Alt-F4 #47 - Calculating and optimizing recipe solutions in Factorio
4 votes -
What programming/technical projects have you been working on?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
8 votes -
Weaponizing Middleboxes for TCP Reflected Amplification
7 votes -
Arris cable modem teardown
8 votes -
Fortnightly Programming Q&A Thread
General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads. Don't forget to format your code using the triple...
General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads.
Don't forget to format your code using the triple backticks or tildes:
Here is my schema: ```sql CREATE TABLE article_to_warehouse ( article_id INTEGER , warehouse_id INTEGER ) ; ``` How do I add a `UNIQUE` constraint?
6 votes -
Westworld (1973) and its source code
6 votes -
All Good Things… (Leaving Mozilla)
31 votes -
What programming/technical projects have you been working on?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's...
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
6 votes