Viewing profile — ubercow
ubercow
HN member- Joined
- Fri, Apr 25, 2014, 12:53 AM UTC
- HN karma
- 415
- Public activity
- 127 items
- HN profile
- View on Hacker News ↗
About ubercow
Recent public activity
- story
-
comment
Comment #22165450
Have you looked into apps like Scanbot [1] 1: https://scanbot.io/en/index.html
-
comment
Comment #21279499
Maybe a better link: https://cloudblogs.microsoft.com/opensource/2019/10/16/annou... and to the GitHub projects themselves https://openappmodel.io/ https://github.com/oam-dev/spec/…
-
comment
Comment #20522917
A couple of big ones I have are: Video games, movies, books, tv shows I've watched/played or want to watch/play, what platform they are on, if I've bought them already Brands and b…
-
comment
Comment #20522572
Trello along with Airtable are invaluable to keeping my life organized.
-
comment
Comment #20143754
Semi-off topic but is there a curated "best of" list for systems papers like this that anyone knows about, from Google or otherwise?
-
comment
Comment #19710361
It's funny you mention that, I came here just to post another wonderful remix, "Erlang The Movie II: The Sequel". https://www.youtube.com/watch?v=rRbY3TMUcgQ
-
comment
Comment #18479832
Windows has ReFS. From the looks of it, it has some modern features. But I doubt that’ll ever be readable on a Mac. https://en.wikipedia.org/wiki/ReFS
-
comment
Comment #17788062
What's the best introduction out there for someone who's never touched M4 before?
-
comment
Comment #17684412
I really like the model of Feedbin[1], Up front no BS business model of "you give us money, we track your rss feeds" They are even open source too (MIT) [2]. 1: https://feedbin.com…
-
comment
Comment #17383433
On mobile I didn’t even notice the features page hidden behind that hamburger menu.
-
comment
Comment #17324979
It's very frustrating having all of these tools only support Windows. Despite all the wonderful work Microsoft has done with CoreCLR, the "IDE" debugger is still only available und…
-
comment
Comment #16365613
How are you going to signal nginx what to push? Are you going to be able to push stuff from your application if using Nginx as a proxy? For example, a dynamic view that includes a …
-
comment
Comment #15938123
Hey! I'm mostly curious about the details behind the flat-file persistence. Is the storage on the same physical machine as the API and Business Logic? If not how is communication d…
-
comment
Comment #15842481
For me, the biggest thing with these small linux boards is the toolchain and major distro support. I prefer making my own custom images for "production" projects. With Raspberry Pi…
-
comment
Comment #15371135
The iOS kernel is not open source, just the macOS version of XNU.
-
comment
Comment #15324335
I love this so much. So many times I've had to install Python just for Pygments. A static binary will be so much easier to maintain.
-
comment
Comment #15309969
My ideal system is: clone a repo, run `go restore` to fetch dependencies and then `go build` to spit out a binary or `go run` to quickly start the main function. Nothing from outsi…
-
comment
Comment #15308707
I love Go for the concurrency and awesome cross platform support, but my biggest complaint about Go is still the forced GOPATH. I know this is super nitpicky, but I like to keep wo…
-
comment
Comment #15263558
>keep up to date on bands I like Specifically for this use case I like Songkick [0]. Lets me know when anyone I'm following is touring near me. Lets you import artists from Spotify…
-
comment
Comment #15216946
Interesting. I'd love to know more about workflows around a setup like this. Is it possible to use Xen as traditional desktop OS with Keyboard/Mouse/Monitor running X and a Window …
-
comment
Comment #15114717
It's projects like this that make me love hackers. Perfect combo of silly and awesome.
-
comment
Comment #15005975
If you want something a little more involved, https://jaspervdj.be/hakyll/ is a static site generator that uses pandoc under the hood. Uses a Haskell DSL
-
comment
Comment #14793586
Any reason you picked this over using something like Kea [1]. Because it's fun is an acceptable answer :-) [1]: https://www.isc.org/kea/
-
comment
Comment #14698150
Does https://druid.io not count as "Distributed TimeSeries database" for some reason?