Viewing profile — NWoodsman
NWoodsman
HN member- Joined
- Fri, Dec 03, 2021, 5:49 AM UTC
- HN karma
- 25
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About NWoodsman
Recent public activity
-
comment
Comment #49131847
I'm so ready for this and jellyfin, just need you to fix the cli args so i can run the server on Cloudflare TURN.
-
comment
Comment #47755049
Is there a jellyfin server that is an application? I might have mistakenly assumed it was container-based or itself a minimal OS.
-
comment
Comment #47754019
I forked a simple DNLA server which has been dead for 10 years and updated it to .Net 9. The goal is that hard drives are too expensive now and so it's better to spin up media serv…
-
comment
Comment #46942799
I just posted my recorder app that does the same thing. I use NAudio WasapiLoopbackCapture. it's written in C#
-
comment
Comment #46942780
https://github.com/NWoodsman/SimpleRecorder A simple one click just works mic+PC audio recorder for Windows that mixes the microphone into the PC sound.
-
comment
Comment #42861768
This post has a lot of similarities to the 'object algebra' paper by Bruno Oliveira. https://www.cs.utexas.edu/~wcook/Drafts/2012/ecoop2012.pdf If the OP author has any interest in…
-
comment
Comment #42861723
I am a fan of this particular repository by Jules Jacobs who similarly uses struct based generics (to create immutable collections.) https://github.com/julesjacobs/ImmutableCollect…
-
comment
Comment #42247493
It needs to be WebScript of course!
-
comment
Comment #39125533
Also will throw in to the mix, in C#: https://julesjacobs.com/2014/11/11/immutable-vectors-csharp.... His implementation uses buffers of capacity 32, generics, and bit shifting to …
-
comment
Comment #38861600
Sage is a programming language with a low level virtual machine based on a Turing tape. The sage virtual machine has a read/write head and a single register. The read/write head mo…
-
comment
Comment #38740104
Pretty cool tech. I helped my dad experiment with stitching his artwork but he eventually decided to rely on a Betterlight scan back for a large format camera. The inventor of the …
-
comment
Comment #34432246
There are too many variables and edge cases to parse data. Dozens of text encodings, mixed with dozens of markup languages, mixed with millions of uniquely preserved legacy dataset…
-
comment
Comment #34431531
You might like this thesis: http://www.bloechle.ch/jean-luc/pub/Bloechle_Thesis.pdf I made a HN post on this here: https://news.ycombinator.com/item?id=33674525 Unfortunately I con…
-
comment
Comment #33959669
Change my view: given any data storage medium, the smallest granularity of data must also be the most-child element of any markup language. Given the immense overhead of storing ma…
-
comment
Comment #33937809
For those who want to try, here are the steps I took over about an hour to set it up: 1. Downloaded the Win10 artifact: https://github.com/ggerganov/whisper.cpp/actions/runs/363552…
-
comment
Comment #33937592
Ok nevermind, figured it out, it requires login. Then the archive is at the very bottom of the page.
-
comment
Comment #33936992
Can you expand on your steps a bit more? I've never used Github Actions which seems like step 1. Not sure how to get an installer.
-
comment
Comment #33744519
Is it possible to do an API request to find greatest price differential compared to historical price of items with > 1000 reviews?
-
comment
Comment #33674526
An interesting thesis from 2010 showing PDF document reconstruction via machine learning in order to rebuild a PDF with an object model. Can anyone shed light on what the state of …
- story
-
comment
Comment #33288381
Is your design open-source? Do you have an API? Would like to learn/help
-
comment
Comment #33251271
I understand your pain, but want to make you aware that LINQ has become so powerful especially with lazy evaluation and expression trees that hierarchical views of tags is really b…
-
comment
Comment #33251216
In my app, users apply a set of tags to a note, but then the app automatically creates hierarchical associations in a tree. There are an exponential number of associations between …
-
comment
Comment #33247481
Was the juice worth the squeeze, or should I stick with a trusty mechanical?
-
comment
Comment #33197846
Historically military slang referred to the “regulars” which was the way to say “they guys you call upon to get dirty” and would mean different things depending on the army… a Brit…