Viewing profile — josephernest
josephernest
HN member- Joined
- Tue, Dec 09, 2014, 11:06 AM UTC
- HN karma
- 601
- Public activity
- 194 items
- HN profile
- View on Hacker News ↗
About josephernest
No profile information was provided.
Recent public activity
-
comment
Comment #48873304
Please stop this. How did we collectively accept that it's ok that a private company can forever change how our sky looks like (especially at night) for the generations to come? Th…
-
comment
Comment #48801272
In a webring, do you usually always have the same fixed webring neighbours? Back in the days, how did it usually work about this : If your neighbour has only 7 visitor/day but you …
-
comment
Comment #48793049
You can use this small Python script to display an histogram of `reasoning_output_tokens` in your past Codex sessions. I do see a spike at 516 indeed. import os, glob, re import ma…
-
comment
Comment #48691673
This gives a 77 MB folder, not containing the browser (we're now using the OS' webview). I wouldn't call this "Small by default". I used this main.ts file: `Deno.serve(() => new Re…
-
comment
Comment #48629313
IIRC Electron hello world is ~ 100-150 MB because it bundles a browser/Chromium runtime. So I hoped we could have a <= 20 MB solution by reusing the OS webview or similar. Having m…
-
comment
Comment #48629248
I just tried `deno desktop helloworld.ts` and the result is 442 MB. So it's not any lighter than Electron (see my toplevel comment)
-
comment
Comment #48629228
> deno desktop is opinionated about those tradeoffs: > Small by default, full Node compatibility I tried `deno desktop index.ts` with the 5-line Hello world in the article. Result …
-
comment
Comment #47291775
Nice project, always interesting to see HTMX-inspired frameworks. If you want something even more minimalistic, I did Swap.js: 100 lines of code, handles AJAX navigation, browser h…
-
comment
Comment #47024850
Let's say I want to compile a helloworld.cpp with no build tools installed yet. What is the minimal winget command to get everything installed, ready for : cl main.cpp ? Ps: I mean…
-
comment
Comment #46751474
In France (and probably everywhere) there is currently massive deployment of FTTH (fiber to the home) and removal of copper lines, since a decade. Does this mean we could have kept…
-
comment
Comment #46661525
Out of curiosity, any other example without redirect, in which the URL stays https:// in the browser?
-
comment
Comment #46656105
Do I understand correctly: would someone have a concrete example of URL which is both an IP address and HTTPS, widely accessible from global internet? e.g. https:// / ?
-
comment
Comment #46374024
Thanks. 1. It is part of a bigger web-browser dashboard/control interface and this camera display is just one component among many others. 2. Some of the (USB) cameras can have pro…
-
comment
Comment #46373101
Related: for some hardware project, I have a backend server (either C++ or python) receiving frames from an industrial camera, uncompressed. And I need these frames displayed in a …
-
comment
Comment #44470757
Why would it be limited to ~ 100 connections on a 1-4 GB RAM server? Out of curiosity if we fork() httpd and exec() the cgi handler, it doesn't take the same RAM as the parent proc…
-
comment
Comment #43951989
Reminder that one of the best browser bookmarking system is already built-in: https://afewthingz.com/browserbookmark
-
comment
Comment #43861896
I still use Office 2007 on my computer. Super super snappy, I think Word or Excel starts and finishes loading in 0.5 second after clicking the icon. It has 99% of the features I ne…
-
comment
Comment #43861891
I still use Office 2007 on my computer. Super super snappy, I think Word or Excel starts and finishes loading in 0.5 second after clicking the icon. It has 99% of the features I ne…
-
comment
Comment #43593049
No it is not.
-
comment
Comment #43463704
You can hear many MP3 examples here: https://www.jeuxdorgues.com/jeux-d-orgues-4-lachaisedieu/ All are played with the virtual organ, what do you think? I'll do a post soon with mo…
-
comment
Comment #43456156
Oh something in my niche ! I produce French pipe organ sample sets for a living : https://www.jeuxdorgues.com It's an extroardinary journey to record an organ, process the thousand…
-
comment
Comment #43386289
I've done a similar tool a few years ago, with "contenteditable". It's great. Especially for non-tech people who want to quickly edit articles on a website. (that was an experiment…
-
comment
Comment #42851983
(Curious about HN readers' views about this!)
- story
-
comment
Comment #42828617
Open source is not trademarked by FSF or OSI. I think it is ok to call it open source since the source is open.