Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
metasyn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
metasyn
4mo ago
Source? My understanding is that speeding cameras and flock cameras are different in the SF application at least.
2.
▲
by
metasyn
2y ago
for anyone curious about learning, i made an online port of UXN using emscripten that allows you to code and compile and emulate in a browser: https://metasyn.srht.site/learn-uxn/
3.
▲
by
metasyn
2y ago
for anyone curious about learning, i made a tutorial and playground for orca: https://metasyn.srht.site/learn-orca/
4.
▲
Rad Reader: a simple RSS reader for your computer
(cblgh.itch.io)
1 points
by
metasyn
3y ago
|
0 comments
5.
▲
by
metasyn
4y ago
https://search.marginalia.nu/ comes to mind
6.
▲
by
metasyn
4y ago
Gilbert Strang is fantastic, both his videos and written material
7.
▲
by
metasyn
5y ago
i've been using this for a few months now. super easy to get set up and run yourself!
8.
▲
by
metasyn
5y ago
I made an online environment for UXN programming, assembling, and emulating the CLI environment using emscripten https://metasyn.github.io/learn-uxn/ check it out if you're learning uxn or just want to try loading
9.
▲
by
metasyn
5y ago
glad others enjoy it! checkout https://orca.wtf as well, a similar, fun project that includes MULTIPLAYER
10.
▲
by
metasyn
5y ago
I made a livecoding site for playing around with Orca, alongside a tutorial of sorts. It's already patched to a synthesizer so it's ready to go, and has examples/tutorials you can load. https://metasyn.github.io&#x
11.
▲
by
metasyn
5y ago
two resources i enjoyed: "nim in action" by dom96 https://www.manning.com/books/nim-in-action nim days by xmonader https://xmonader.github.io/nimdays/
12.
▲
by
metasyn
5y ago
matrix bridge and e2ee are listed in their roadmap, but there aren't a lot of details
13.
▲
by
metasyn
5y ago
nim-lang.org might interest you!
14.
▲
by
metasyn
6y ago
Feedly!
15.
▲
by
metasyn
6y ago
It's optional (so you can turn it off if you'd like) https://nim-lang.org/docs/gc.html
16.
▲
by
metasyn
6y ago
scihub!
17.
▲
by
metasyn
6y ago
I got interested in building one about 6 months ago after finding Devine Lu Linvega's memex: https://wiki.xxiivv.com/site/home.html
18.
▲
by
metasyn
6y ago
I've been playing around with orca for a few months: its really exciting and fun to use. Here are some videos of patches I think are cool: * https://www.youtube.com/watch?v=sH5GaVU0ed8&t=72s * https://ww
19.
▲
by
metasyn
7y ago
I appreciated this blog post: http://jalammar.github.io/illustrated-bert/
20.
▲
by
metasyn
7y ago
Granted I don't work at Splunk anymore, but did recently. They were definitely working hard on migrating everything to python3, and if I remember, they had a planned roll out where python2/python3 would co-exist. However, if you&#
21.
▲
by
metasyn
7y ago
Have you considered putting art on your machine?
22.
▲
by
metasyn
8y ago
We recently switched to using poetry over pip and virtual envs. All the additional tooling poetry provides is amazing - actual dependency resolution, script entry point, building, version bumping, publishing. The author is awesome too. Also
23.
▲
by
metasyn
8y ago
Eh, I bought one of these on sale during the last big sale and was sorely disappointed. It was barely usable despite my network streaming video fine. Your mileage may vary of course, but this review is a little, ahem, exaggerated.
24.
▲
by
metasyn
8y ago
I installed it a year or so ago on an old 2014 MBP. It's battery was bulging and bending the casing so I knew it was on its way out... I used elementary os for a few months, mostly just using it for spotify, occasional programing, surf
25.
▲
by
metasyn
8y ago
What does pseudo-immutable mean?
26.
▲
by
metasyn
9y ago
Looking through the TOC - It seems like most of this was in just as a "fairly robust steady state" as it was three years ago? Was there some part of this that struck you as having solidified in the last few years?
27.
▲
by
metasyn
9y ago
https://www.youtube.com/watch?v=bBC-nXj3Ng4
28.
▲
by
metasyn
10y ago
I often teach people how to use regex w/in the context of my job and find this tool invaluable because it allows for PCRE in addition to the more common JS regex flavour.