Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
felixr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
LightInk – ESP32, solar-powered E-ink smartwatch with 10 months battery life
(cnx-software.com)
2 points
by
felixr
5mo ago
|
0 comments
2.
▲
by
felixr
7mo ago
You can buy a camera with an integrated thermal printer for 20$ or even less.
3.
▲
Pebble releases the KiCad files for Pebble 2 Duo
(twitter.com)
2 points
by
felixr
11mo ago
|
0 comments
4.
▲
by
felixr
1y ago
Dupe of https://news.ycombinator.com/item?id=44387659
5.
▲
Magenta RealTime: An Open-Weights Live Music Model
(magenta.tensorflow.org)
2 points
by
felixr
1y ago
|
0 comments
6.
▲
by
felixr
1y ago
For a textual teaching language check out https://hedy.org It is multilingual (not just English) and introduces syntax gradually
7.
▲
by
felixr
1y ago
I asked how much money people say they need to retire early. In the answer: > Median “target number” is about $401 k So it thinks 401(k) means $401k :-)
8.
▲
Modding TikTok to only show Cat Videos
(youtube.com)
2 points
by
felixr
2y ago
|
0 comments
9.
▲
I Built a 4 Axis 3D Printer Unlike Anything You've Seen [video]
(youtube.com)
18 points
by
felixr
2y ago
|
10 comments
10.
▲
by
felixr
2y ago
These are Go bindings for Tk, a cross-platform widget toolkit initially developed as extension for Tcl. Nowadays a lot of languages have bindings for Tcl/Tk. Python for example has been including tkinter [0] for a long time. [0]: htt
11.
▲
Employees Risk More (2018)
(medium.com)
1 points
by
felixr
2y ago
|
0 comments
12.
▲
by
felixr
2y ago
If you look at https://www.watchrecon.com/ good get an idea what people spend on watches if they are into (collecting) watches
13.
▲
Hackberry-Pi_Zero – A handheld Linux terminal using Raspberry Pi Zero 2W
(github.com)
579 points
by
felixr
2y ago
|
158 comments
14.
▲
by
felixr
2y ago
"Treescope was originally developed as the pretty-printer for the Penzai" Penzai: JAX research toolkit for building, editing, and visualizing neural nets https://news.ycombinator.com/item?id=40107007
15.
▲
by
felixr
2y ago
I find it strange that the README does not mention at that `eza` is a fork of `exa`.
16.
▲
by
felixr
3y ago
Same here. I always had problems with laces getting undone. Not with this knot.
17.
▲
YouTube starts Music AI incubator with Universal Music as partner
(reuters.com)
2 points
by
felixr
3y ago
|
0 comments
18.
▲
by
felixr
4y ago
Pix2Struct: Screenshot Parsing as Pretraining for Visual Language Understanding https://arxiv.org/abs/2210.03347 https://github.com/google-research/pix2struct
19.
▲
by
felixr
4y ago
Also https://btiffin.users.sourceforge.net/up/unicon.html#the-uni...
20.
▲
by
felixr
4y ago
Looks like only some of the talks have a link to slides. The links visually blend into the other link in the title column. [edit: some of the talks also can be found elsewhere when searching for the title]
21.
▲
The Verse Calculus: a core calculus for functional logic programming
(simon.peytonjones.org)
2 points
by
felixr
4y ago
|
0 comments
22.
▲
by
felixr
4y ago
I think this is a great idea and is super useful if you want to add annotations for a screenshot or overlay annotations in a screen sharing session Source code: https://github.com/nimeshnayaju/tldrawe
23.
▲
Tldrawe – Draw on any webpage with tldraw
(chrome.google.com)
3 points
by
felixr
4y ago
|
2 comments
24.
▲
Ghoti, a creative respelling of the word “fish”
(en.wikipedia.org)
5 points
by
felixr
4y ago
|
0 comments
25.
▲
by
felixr
4y ago
Using one of the many JS editors in something like codepen.io works well: eg https://codepen.io/quill/full/KzZqZx or https://codepen.io/JessieWooten/full/wYObEX Or one of the many online
26.
▲
Alphabet Seeks to Identify 10k Poor-Performing Googlers
(forbes.com)
5 points
by
felixr
4y ago
|
2 comments
27.
▲
by
felixr
4y ago
> The dash-separated hexadecimal format takes 36 characters to represent 16 bytes of data. You can use a different formatting. I would suggest looking at https://github.com/oculus42/short-uuid Of course if you just
28.
▲
by
felixr
4y ago
> When my job gives me a task that's hard and complicated and has lots of paperwork, I don't get to say "naw don't want to". I would probably see it more like low priority bugs in an issue tracker. They only get
29.
▲
by
felixr
4y ago
Yes. Simplest in-place example would be bubble sort. You might need a temp element for swaps, but that's it. Heap sort can also be done with constant space. You need of course O(n) space to store the original data; but that is not part
30.
▲
by
felixr
4y ago
Sorry, wasn't clear. Was talking about the space complexity. If you sort in-place you don't need O(n) space, you can do with O(1 ). Not talking about time complexity
More ›