Viewing profile — melolife
melolife
HN member- Joined
- Thu, Jun 23, 2016, 12:20 AM UTC
- HN karma
- 154
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About melolife
No profile information was provided.
Recent public activity
-
comment
Comment #39971108
I had this issue and it appears to be fixed in the latest version of mutter available for Arch.
-
comment
Comment #39553338
I was going to say "as opposed to a little less than an hour's walk", but in the US there is the question of how many 14-lane highways and Costco parking lots you would need to cro…
-
comment
Comment #39051465
I've seen bad service design having e.g. Before=systemd-user-sessions.service This means that as long as systemd is trying to (re)start the service, nobody can log in. Which is a p…
-
comment
Comment #38618952
The general argument is that if you are a proto-government/warlord/gangster, you want to encourage/coerce your subjects into agriculture as the output is easily taxed and stored. T…
-
comment
Comment #37955237
Unlikely. The new collection literal syntax exists as the dual of the pattern matching syntax, which itself exists primarily because you can't reference a generic type by name with…
-
comment
Comment #37873249
After some more experimentation it looks like you don't support allOf/anyOf/oneOf which seems like a pretty big hole.
-
comment
Comment #37872842
I'm interested in new offerings in this area, as all of the existing options are pretty janky. A couple of thoughts: Operation.summary is typically derived from the documentation f…
-
comment
Comment #37801432
Collection literals are a pointless extension of the pattern matching syntax added to get around the fact that there is no way to name a generic type in C# without specifying its t…
-
comment
Comment #37757709
Edit: see TheK's answer, which is virtually identical.
-
comment
Comment #34352646
So there are two problems as I see it: Firstly you see analyses like these where the author goes "see, heat pumps work fine in cold climates, look at these success stories!", and t…
-
comment
Comment #32063063
https://www.beyondallreason.info/
-
comment
Comment #31631829
They really can't because of the ventilation requirements and the amount of water vapor produced.
-
comment
Comment #31290235
It's interesting that 9000 is the starting port for Ethereum consensus clients, although the participation rate does not seem to be affected.
-
comment
Comment #31097661
You'd have to be trying really hard (read: on roids) to be anywhere near a situation where adding muscle or cutting fat makes you less attractive.
-
comment
Comment #31085150
Ignoring the fact that XMLHttpRequest is a hideously unlovely API, it's a huge problem when your primary asynchronous abstraction is not implemented by your primary API for async I…
-
comment
Comment #30282092
I refer to this as the "things I consider important/am passionate about" capitalization style, which happens to be popular in Government.
-
comment
Comment #29255738
I've done a similar thing with Scala in the past - ship the compiler jar and then compile your configuration (which is just an abstract class implementation) as part of the startup…
-
comment
Comment #29230327
It's actually relatively easy to be sodium deficient if you are physically active (as you shed sodium via sweat) and don't eat processed foods regardless of whether or not you are …
-
comment
Comment #29228717
It's a hard problem, NHibernate actually came a little bit closer with it's QueryOver API. The most glaring problem with the LINQ API is there is no way to OR two reusable conditio…
-
comment
Comment #29228457
There are three problems than an ORM should solve to some degree: 1. Type safety/refactorability 2. Composability (can I reuse my queries) 3. Expressivity (can I generate the queri…
-
comment
Comment #29205594
Scala doesn't really have a name for this, it simply permits you to provide a block in lieu of a parenthesized argument list. Given that blocks are expressions: val a = { val x = 2…
-
comment
Comment #29200960
To quote James Mickens, "large swathes of the security community are fixated on avant-garde horrors such as the fact that, during solar eclipses, pacemakers can be remotely control…
-
comment
Comment #28689111
The challenge is that the validator sets the rules for who is vaccinated. As an example, some jurisdictions might declare individuals with single doses protected. Another real exam…
-
comment
Comment #28315256
Rent control does keep rent low. What it creates is a supply problem, which could possibly explain the decades-long wait list for an apartment in Stockholm.
-
comment
Comment #27863001
People keep bringing this up, and the question you need to ask is why would anyone other than miners choose the non-fork chain? The fork will happen as long as one person is willin…