Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
calebj0seph
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
calebj0seph
3mo ago
Also The Simpsons Hit & Run! https://shar-wasm.cjoseph.workers.dev/
2.
▲
The Simpsons Hit and Run Ported to WebAssembly and WebGL
(shar-wasm.cjoseph.workers.dev)
1 points
by
calebj0seph
5mo ago
|
2 comments
3.
▲
by
calebj0seph
5mo ago
Back in 2021, the source code for The Simpsons Hit & Run leaked online. As someone who does a lot of WebGL for work, my first thought seeing the leak was "it'd be cool to get this running in a browser". So that's exa
4.
▲
Show HN: The Simpsons Hit and Run Running in the Browser (WASM/WebGL)
(shar-wasm.cjoseph.workers.dev)
5 points
by
calebj0seph
5mo ago
|
1 comments
5.
▲
by
calebj0seph
10mo ago
The File Explorer in Windows has so much tech debt behind it. It's quite obvious to see which parts are still Win32 and which are XAML. The two different context menus are a well-known example, but one that really annoys me is the Home
6.
▲
by
calebj0seph
2y ago
Damn, this is impressive! We built a WebGL text renderer with full CJK support using Harfbuzz for our production whiteboard web app. I thought that was complicated until now.
7.
▲
by
calebj0seph
2y ago
Very true. I suppose Wine has to do this as well for Direct3D?
8.
▲
by
calebj0seph
2y ago
Makes sense! Slightly amusing given that originally Wine was a recursive acronym for "Wine is not an emulator".
9.
▲
by
calebj0seph
2y ago
Genuine question - under the hood is this more of an emulator like PCSX2 or a compatibility layer like Wine? Since the PS4 is more or less an x86 computer, I imagine most of the hard work would be implementing the system/graphics APIs
10.
▲
by
calebj0seph
2y ago
It's becoming more common. Confluence whiteboards is all WebGL, even the text rendering.
11.
▲
by
calebj0seph
3y ago
Same here with Monkey Island 2 + Monkey Island 3 = Monkey Island 4. I'm now at Monkey Island 12357990.
12.
▲
by
calebj0seph
3y ago
So glad I saw this on November 10 before the deadline. I quickly set up a Play Console account, verified my ID and set up a draft of my app to ensure I'd be in the clear. Been working on an indie game for the last couple of years - wou
13.
▲
Triangles at work: GPU rendering shapes and connectors in Confluence whiteboards
(atlassian.com)
4 points
by
calebj0seph
3y ago
|
0 comments
14.
▲
by
calebj0seph
3y ago
Nope, I don't know anyone who has access to the 32k model. The best that's widely available is GPT 3.5 16k.
15.
▲
This page crashes Google Chrome
(calebj0seph.github.io)
3 points
by
calebj0seph
3y ago
|
1 comments
16.
▲
by
calebj0seph
3y ago
We added an AbortSignal ( https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal ) to our frontend and noticed that Chrome started randomly crashing occasionally for engineers on our team. At first w
17.
▲
Building a 60fps whiteboarding tool with WebGL
(atlassian.com)
4 points
by
calebj0seph
3y ago
|
0 comments
18.
▲
by
calebj0seph
3y ago
> Currently, durable objects are available in 9.89% of Cloudflare PoPs. I really hope this becomes higher, the less latency the more compelling Durable Objects become for real-time applications.
19.
▲
by
calebj0seph
3y ago
I'm an engineer on Atlassian's new whiteboard feature for Confluence, which has real-time collaboration like Figma. We've been highly successful using Cloudflare Durable Objects to act as a simple relay for WebSocket messages
20.
▲
by
calebj0seph
3y ago
Sounds like it'd be such a fun project to modernize the game, I wonder how quickly Activision will DMCA any such attempt though.
21.
▲
by
calebj0seph
3y ago
Yes, this. Also as someone who likes a lot of sauce on my pie, the little packets are never enough!
22.
▲
by
calebj0seph
3y ago
Yep, Sydney is ranked #4 yet is currently experiencing a severe shortage of rental properties where the average rent is now 40% higher[1] than 2 years ago. [1] https://sqmresearch.com.au/weekly-rents.php?region=nsw-Sydne...
23.
▲
by
calebj0seph
3y ago
Here's a dark mode stylesheet for Hacker News that I've been maintaining for a while as well: https://userstyles.world/style/1898/hacker-news-dynamic-dark Just need the Stylus extension for your browser.
24.
▲
by
calebj0seph
4y ago
The outage was pretty bad but it only affected 0.4% of customers. Not surprising that it didn't materially impact revenue.
25.
▲
by
calebj0seph
7y ago
Very strange! Did you get the permission prompt from Firefox after it started spinning? If not you might have denied access to the microphone in all sites which is why the prompt wouldn't come up.
26.
▲
by
calebj0seph
7y ago
Cyberdemon from the DOOM soundtrack is another fun track to put through a spectrogram.
27.
▲
by
calebj0seph
7y ago
Thanks for posting to HN, blown away by how much interest there's been!
28.
▲
by
calebj0seph
7y ago
I had a look into peaks.js - it looks like it supports both server and client-side waveform generation these days. Server-side generation still makes sense in some cases imo - like if you have a very long audio file such as a podcast that y
29.
▲
by
calebj0seph
7y ago
Hey, cool demo and article! You clearly have more experience with DSP than me haha I was considering using an AnalyserNode since it's implemented natively by the browser and therefore a lot faster than using a FFT implementation in Jav