HN user

wildpeaks

2,608 karma

https://twitter.com/wildpeaks https://bsky.app/profile/wildpeaks.fr

[ my public key: https://keybase.io/wildpeaks; my proof: https://keybase.io/wildpeaks/sigs/yQmAnhmw5ODzOpfBpYvX1T7owc-Fwoe6TpMkU8-94Ho ]

Posts78
Comments613
View on HN
twitter.com 25d ago

Voxel Collision in SuperSplat

wildpeaks
4pts0
void.cloud 4mo ago

Void, the Vite-native deployment platform

wildpeaks
10pts3
www.youtube.com 7mo ago

TypeSlayer – a TypeScript types performance tool [video]

wildpeaks
2pts0
voidzero.dev 1y ago

Oxlint 1.0

wildpeaks
10pts0
gsap.com 1y ago

GSAP is now 100% free for all users

wildpeaks
5pts0
karuna.dev 1y ago

Colormaxxing

wildpeaks
1pts0
vite.dev 1y ago

Vite 6.0 Is Out

wildpeaks
12pts0
expressjs.com 1y ago

Express v5

wildpeaks
5pts0
cesium.com 1y ago

Cesium Moon Terrain

wildpeaks
1pts0
wukailu.github.io 2y ago

Unique3D: High-Quality and Efficient 3D Mesh Generation from a Single Image

wildpeaks
2pts0
github.com 2y ago

Rolldown: Fast Rust Bundler for JavaScript with Rollup-Compatible API

wildpeaks
3pts0
www.takeargmax.com 2y ago

WhisperKit

wildpeaks
2pts0
github.com 2y ago

Audio2Photoreal

wildpeaks
170pts55
twitter.com 2y ago

Stability AI Memberships

wildpeaks
3pts0
stability.ai 2y ago

Stability AI Announces Stable Diffusion XL 1.0

wildpeaks
44pts2
lettermatic.com 2y ago

Custom Fonts for Pentiment

wildpeaks
2pts0
thenounproject.com 2y ago

The Noun Project

wildpeaks
2pts0
openaq.org 3y ago

OpenAQ: Air Quality API

wildpeaks
1pts0
en.wikipedia.org 3y ago

Hoatzin

wildpeaks
3pts0
github.com 3y ago

DirectX9 on DirectX12 Mapping Layer

wildpeaks
2pts1
twitter.com 3y ago

Google Maps 3D Tile API doesn't give access to the highest level of detail

wildpeaks
3pts1
google.github.io 3y ago

MannequinChallenge: A Dataset of Frozen People

wildpeaks
1pts0
github.com 3y ago

Img2dataset: Turns large sets of image URLs to an image dataset

wildpeaks
3pts0
twitter.com 3y ago

Sketchfab Response to Objaverse AI

wildpeaks
2pts0
commoncrawl.org 3y ago

Common Crawl

wildpeaks
7pts0
twitter.com 3y ago

GitHub added Mastodon links in GitHub Profiles

wildpeaks
7pts0
github.com 3y ago

Collection of ASCII art fonts for Figlet

wildpeaks
3pts1
www.youtube.com 3y ago

90s VR Sainsbury's [video]

wildpeaks
70pts37
devblogs.microsoft.com 4y ago

TypeScript 4.7

wildpeaks
12pts1
www.youtube.com 4y ago

90s VR Sainsbury's [video]

wildpeaks
3pts1
Blender 5.2 LTS 3 days ago

I wish Autodesk had a Creative Cloud equivalent: imagine a 50€ / month subscription that gives access to all Autodesk apps, it would have sold like hotcakes.

By remaining expensive proprietary tools, they lost the new generations of developers who learned 3D with Blender and Houdini Apprentice and who will naturally continue to use them once they become professionals, so the customer base will keep shrinking.

I lived in Germany for 10+ years, so unsurprisingly got Both (40/62) as result, although it was slightly frustrating sometimes to pick between answers where none really fit precisely (which in itself is probably a sign too, lol)

Vite 8.0 Is Out 4 months ago

It depends on the runtime: Node can run Typescript because it automatically strips types (which is so convenient during development).

But in browser, for now only the more limited JSDoc-style types can be shipped as-is indeed.

Vite 8.0 Is Out 4 months ago

Because it's a waste of bandwidth if they're not enforced at runtime, the same reason why minification exists.

Exactly why I banned React from my pipelines years ago, native Web Components + dispatchEvent gives you the modern web without bloat and churn, and Vite for a lightweight HMR thanks to native ES Modules.

Server-side you can use jsdom to polyfill document, it supports Web Components too.

Power reveals rather than corrupt: it's easy to act moral when there are consequences (real or imagined) when you don't, but you see someone's true self when they know they could get away with it.

For example, this is why the way someone treats service workers is a good indicator of someone's character.

Happy Thanksgiving !

I haven't been participating as much lately because life got in the way but I'm still thankful this community exists, it remains one of the very few places I can have high level discussions with fellow inquiring minds.

Wow, 13 years already :)

Where it's at:// 10 months ago

It's not just who you follow, it feels like the way people post changed as well: I follow mostly the same people as I did on twitter but most act different now, more hot takes and opinions, less signal. To be honest I'm not fond of the popularity contest vibe, but that's irrelevant to the protocol itself.

Some people don't realize how far we've come in 20 years, CSS is so good now I even got rid of the last bit of preprocessing I was still using (CSS Modules, for generating globally-unique classnames at build time) now that I switched to Web Components for both frontend and backend (thanks to JSDOM) given they use already globally-unique tag names.