Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
felixhummel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Typst: Designing for Incrementality (Laurenz Mädje at RustWeek) [video]
(youtube.com)
5 points
by
felixhummel
3mo ago
|
0 comments
2.
▲
by
felixhummel
6mo ago
The anime Psycho-Pass comes to mind.
3.
▲
by
felixhummel
11mo ago
They should call it Kiroshi. ;) For real though: The cyberpunk dystopia of hackable [1] eye gear is something to think and talk about. [1]: In both senses of the word.
4.
▲
by
felixhummel
1y ago
Reminds me of https://github.com/arguman/arguman.org
5.
▲
by
felixhummel
1y ago
Shapez
6.
▲
by
felixhummel
2y ago
I wholeheartedly agree. https://en.m.wikipedia.org/wiki/Stephen_Briggs got me hooked on Terry Pratchett's Discworld series. I loved "Going Postal".
7.
▲
by
felixhummel
2y ago
I'd add "long-running processes should reload their configuration on SIGHUP". :)
8.
▲
by
felixhummel
2y ago
Source URL: https://github.com/OXY2DEV/markview.nvim/issues/216#issuecom...
9.
▲
by
felixhummel
2y ago
The client cert based auth would be for the app access. Our use-case is review apps, i.e. <some-feature>.example.com should only be accessible by users with a valid client cert. Currently we use Caddy, but I'd like to give clace
10.
▲
by
felixhummel
2y ago
I like the idea and congratulations on good docs. Two questions: 1. Do you support client certificates for authenticating clients? 2. Do you have some performance benchmarks?
11.
▲
by
felixhummel
2y ago
You might like rerere: https://git-scm.com/book/en/v2/Git-Tools-Rerere
12.
▲
by
felixhummel
2y ago
So basically: in medias res https://en.m.wikipedia.org/wiki/In_medias_res
13.
▲
by
felixhummel
2y ago
Hi Felix, I like it. Thank you for building this! Does it support MIDI as input? Best, Felix ;)
14.
▲
by
felixhummel
2y ago
We built something similar for docker-compose based projects: https://gitlab.com/hukudo/ingress
15.
▲
35M Hot Dogs: Benchmarking Caddy vs. Nginx
(blog.tjll.net)
1 points
by
felixhummel
3y ago
|
0 comments
16.
▲
Ibis – the portable Python dataframe library
(ibis-project.org)
1 points
by
felixhummel
3y ago
|
0 comments
17.
▲
by
felixhummel
3y ago
I'm wondering the same. Here's a link to a "pro" argument from 6 months ago: https://news.ycombinator.com/item?id=35909918 Edit: A high-level overview: https://www.youtube.com/watch?v=62u
18.
▲
by
felixhummel
3y ago
Apache 2.0 licensed (from a cursory glance at the first few repos).
19.
▲
by
felixhummel
3y ago
If there is no library for your case like pandas (or even csv.DictReader), you could always use an iterator: def iter_portfolio(rows): for row in rows: yield {'name': row[0]} rows = ... por
20.
▲
by
felixhummel
3y ago
Just taking my sand to the beach: https://blag.felixhummel.de/ and https://blog.hukudo.de/blog.html Both made with ablog for Sphinx using myst parser.
21.
▲
by
felixhummel
4y ago
Nice product! I'd be interested to see what it looks like to integrate an old-school style JS "component" like LeafletJS, especially with a plugin like this: https://github.com/Leaflet/Leaflet.markerclust
22.
▲
by
felixhummel
4y ago
Our goals seem very alike, so I'd recommend this Book: You Are Your Own Gym: The Bible of Bodyweight Exercises -- Mark Lauren I actually read its German translation (AFAICT) called "Fit ohne Geräte". The book starts with some
23.
▲
by
felixhummel
4y ago
Using TLS client certificates automatically is still not possible in Playwright [1]. That's our main reason why we keep using Selenium (with pytest-selenium) and Selenium Grid [2]. [1] https://github.com/microsoft/
24.
▲
by
felixhummel
4y ago
My workflow looks like this: hack hack, then run nuscript-bash something Hit C-x C-h, select some lines, edit, then run something To do maintenance: edcom something I wrote a little more about it here: https:
25.
▲
by
felixhummel
6y ago
Your video was a little too long for my taste. You maybe could create a shorter video showing the full speed of productivity gained by getting rid of the mouse. I imagine some workflow every programmer does all the time: - read code - check
26.
▲
by
felixhummel
6y ago
s/versionned/versioned/ Looks interesting. I'll try to break it with the complexity of a medium-sized project next year.
27.
▲
by
felixhummel
6y ago
For the uninitiated: $ python -c 'from __future__ import braces' File "<string>", line 1 SyntaxError: not a chance
28.
▲
by
felixhummel
6y ago
This reminds me of the anime Psycho Pass. I would recommend it to anyone who is fascinated by this kind of tech and likes to watch dystopia.
29.
▲
by
felixhummel
7y ago
If you like inotify, you might also like entr [1]. I only found out about it few days ago, but it seems nice so far. [1]: http://eradman.com/entrproject/
30.
▲
by
felixhummel
7y ago
Here's what I use to keep SSH connections open for 4 hours: https://blag.felixhummel.de/apps/ssh.html#config It took a while to find out that `Host *` should be at the end of the file if you want to override thing
More ›