Viewing profile — friend-monoid
friend-monoid
HN member- Joined
- Sun, Apr 02, 2017, 9:14 AM UTC
- HN karma
- 190
- Public activity
- 70 items
- HN profile
- View on Hacker News ↗
About friend-monoid
No profile information was provided.
Recent public activity
-
comment
Comment #46347409
Are you expecting a public IPv4 from a VPN?
-
comment
Comment #30050289
# Arch Linux (btw) yay -S glow Heh, nice take on the whole "I use Arch btw" meme. This is really cool.
- comment
-
comment
Comment #29963578
I’m not sure, im no compiler programmer but I prefer not requiring an allocator like malloc and copying data and reference counting. But I don’t know.
-
comment
Comment #29832816
Signals have some wierd properties; a process-directed signal (i.e. the usual one you’d send with kill) chooses an arbitrary thread and invokes the signal handler. You can get in t…
-
comment
Comment #27494131
Its GLSL, and yes, you can pretty much copy paste it.
-
comment
Comment #27347492
I had this issue in a case I think is interesting; a customer had a database with incremental IDs of a certain product they sold. On a web platform, the product owner in turn could…
-
comment
Comment #27219978
Poettering makes some really valid points in this post; you shouldnt be using select. And the resource limits are weird. But I just want to consider that open fds are a resource ho…
-
comment
Comment #27219807
epoll.
-
comment
Comment #27172984
I'm not sure I buy the idea that "efficient and easy tooling around a technology makes the technology". We all went through the same Dreamweaver pains.
-
comment
Comment #27118237
As a C programmer, I have definitely shot myself in the foot in the conversions between types on multiple occasions. This is a really welcome feature.
-
comment
Comment #27112655
The reason why TimescaleDB is so fast relies really a simple concept; keep indexes small enough to keep in memory. If you have a small enough index, you only need to do 2 reads fro…
-
comment
Comment #27095706
So in what way does tau do worse?
-
comment
Comment #27024111
I few like there has been a lot of attempts at this; the semantic web, html5 semantic tags (article, header, ...), stuff like robots.txt. Developers really like to generalise. Gett…
-
comment
Comment #26957059
Coming from embedded Linux programming, I gotta say sometimes (for easier problems) the overhead in altering the init and spinning up a gdbserver is too much; just pushing a few pr…
-
comment
Comment #26942099
I can imagine that it’s hard to keep up to date with maintenance practices and manuals when the manuals are explicitly unavailable, as is the case for McDonalds.
-
comment
Comment #26893506
Right. Data management is a hard problem. Just look at SQL query planners, they are insane - but they are not perfect, and they only work on the premises you provide (schemas, inde…
-
comment
Comment #26882631
Did you read the OSL version of the same statement? It’s kind of beautiful in comparison. I think its an amazingly insightsful article. Like “clean code”, but it’s a license.
-
comment
Comment #26770715
I bought it and skimmed through most of it, and I have a hard time recommending it personally. It’s really short on the crypto and offers no insight into why TLS behaves the way it…
-
comment
Comment #26655035
e=${e//$se/$'\n'};set -- $e [[ $1 =~ ^(.*[^/])?(/*)$ ]];z=${BASH_REMATCH[2]};p=/${BASH_REMATCH[1]} B=${p%/*} r=("${p##*/}$z" ${@:2}) (($#>1))&&p=$p$'\n'${e#*$'\n'} p=${p//\/..\//$'…
-
comment
Comment #26646799
Yeah, of course you can. It's just a freebsd with some configuration stuff on top, it can run hostap, switch, it can do lagg and span ports and all the other stuff you'd expect... …
-
comment
Comment #26641821
Me too, but not really an alternative - the original tomato isn’t even updated any more, and it’s only configurable in its web ui, so it’s really only for home use.
-
comment
Comment #26641665
Is pfSense, vyos, stuff like that out of fashion? Or too hard to maintain? Automating that stuff with ansible should solve the central management bit...
-
comment
Comment #26392202
Late reply here but yes, canbus is binary, so is midi. They are both pretty simple. When I say that Protobuf is harder then canbus what I mean is that you have to deal with e.g. va…
-
comment
Comment #26321413
Mathematica 9 and above has had significant improvements in its unit support. I’ve found it to be really good.