Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ubercow
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Our Plans for Open Source Puppet in 2025
(puppet.com)
4 points
by
ubercow
2y ago
|
0 comments
2.
▲
by
ubercow
7y ago
Have you looked into apps like Scanbot [1] 1: https://scanbot.io/en/index.html
3.
▲
by
ubercow
7y ago
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
4.
▲
by
ubercow
7y ago
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 blends of tea I've tried, want to tr
5.
▲
by
ubercow
7y ago
Trello along with Airtable are invaluable to keeping my life organized.
6.
▲
by
ubercow
7y ago
Semi-off topic but is there a curated "best of" list for systems papers like this that anyone knows about, from Google or otherwise?
7.
▲
by
ubercow
7y ago
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
8.
▲
by
ubercow
8y ago
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
9.
▲
by
ubercow
8y ago
What's the best introduction out there for someone who's never touched M4 before?
10.
▲
by
ubercow
8y ago
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/ 2: https://github.co
11.
▲
by
ubercow
8y ago
On mobile I didn’t even notice the features page hidden behind that hamburger menu.
12.
▲
by
ubercow
8y ago
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 under a license that only permits use with Visua
13.
▲
by
ubercow
9y ago
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 css file hosted by nginx.
14.
▲
by
ubercow
9y ago
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 done? How do you handle horizontal scalability for eithe
15.
▲
by
ubercow
9y ago
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 Pis, you can debootstrap with raspbian, but mainline
16.
▲
by
ubercow
9y ago
The iOS kernel is not open source, just the macOS version of XNU.
17.
▲
by
ubercow
9y ago
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.
18.
▲
by
ubercow
9y ago
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 outside the repo can effect that build. Likewise anything inside
19.
▲
by
ubercow
9y ago
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 work and personal code completely separate and changing GOPATH
20.
▲
by
ubercow
9y ago
>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 too. 0: https://www.songkick.com/ho
21.
▲
by
ubercow
9y ago
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 Manager? Would you run it in a Dom0 or DomU?
22.
▲
by
ubercow
9y ago
It's projects like this that make me love hackers. Perfect combo of silly and awesome.
23.
▲
by
ubercow
9y ago
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
24.
▲
by
ubercow
9y ago
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/
25.
▲
by
ubercow
9y ago
Does https://druid.io not count as "Distributed TimeSeries database" for some reason?
26.
▲
by
ubercow
9y ago
I'm not really familiar with the development process between ZFS on Linux and ZFS on BSD, do these pull requests usually get merged upstream for use on BSD, Solaris, etc?
27.
▲
by
ubercow
9y ago
Clojure's "killer feature" for me is the by-default persistent data structures. Are there any other functional languages out there with similar features? Lisp or otherwise.
28.
▲
by
ubercow
9y ago
You obviously have a strong dislike for lambda. I've never used it personally, but from afar it seems cool. What are some of the shortcomings you ran into using it?
29.
▲
by
ubercow
9y ago
>Is this something you get used to over time, like reading Lisp code? Yeah. At least for me, the thing that finally made reading Haskell and Lisp syntax was sitting down writing some.
30.
▲
by
ubercow
9y ago
Obligatory https://www.vim.sexy/
More ›