Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
melolife
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
melolife
2y ago
I had this issue and it appears to be fixed in the latest version of mutter available for Arch.
2.
▲
by
melolife
3y ago
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 cross during that hour.
3.
▲
by
melolife
3y ago
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 problem with infinite restarts. It's still pretty e
4.
▲
by
melolife
3y ago
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. This turns out to be wildly successful for cre
5.
▲
by
melolife
3y ago
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 without specifying the type parameters. If you want to writ
6.
▲
by
melolife
3y ago
After some more experimentation it looks like you don't support allOf/anyOf/oneOf which seems like a pretty big hole.
7.
▲
by
melolife
3y ago
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 for an API operation, and should not be used as the oper
8.
▲
by
melolife
3y ago
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 type arguments. It's yet another double down on object i
9.
▲
by
melolife
3y ago
Edit: see TheK's answer, which is virtually identical.
10.
▲
by
melolife
4y ago
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 then proceeds to list a bunch of places that aren&#
11.
▲
by
melolife
4y ago
https://www.beyondallreason.info/
12.
▲
by
melolife
4y ago
They really can't because of the ventilation requirements and the amount of water vapor produced.
13.
▲
by
melolife
4y ago
It's interesting that 9000 is the starting port for Ethereum consensus clients, although the participation rate does not seem to be affected.
14.
▲
by
melolife
4y ago
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.
15.
▲
by
melolife
4y ago
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 IO.
16.
▲
by
melolife
5y ago
I refer to this as the "things I consider important/am passionate about" capitalization style, which happens to be popular in Government.
17.
▲
by
melolife
5y ago
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 process.
18.
▲
by
melolife
5y ago
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 vegetarian. In my case the only significant source
19.
▲
by
melolife
5y ago
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 conditions together because the only tool you have is Wher
20.
▲
by
melolife
5y ago
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 queries I want) Of these, EF only solves the first, which is
21.
▲
by
melolife
5y ago
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; x + 1 } the syntax you are describing is jus
22.
▲
by
melolife
5y ago
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 controlled with a garage door opener and a Pringles can."
23.
▲
by
melolife
5y ago
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 example: the EU is unwilling to accept Covishield vaccinations,
24.
▲
by
melolife
5y ago
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.
25.
▲
by
melolife
5y ago
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 willing to mine it.
26.
▲
by
melolife
5y ago
No, because it depends on the executioner's intention.
27.
▲
by
melolife
5y ago
Implicits haven't been removed, they've just shuffled the keywords around to appease the 'implicit bad' crowd. Type classes are an incredibly important language feature, and implicit parameters are a generalization of th
28.
▲
by
melolife
5y ago
I would argue that under both proof of stake and mining your income is always directly proportional to the amount invested, either in equipment or stake. The main difference is the minimum barrier to entry, however under PoS you have access
29.
▲
by
melolife
5y ago
Open membership is arguably a worse problem than stake requirements, as PoW participants do not have a vested interest in preserving the integrity of the chain. Ethereum 2 actually throttles validator entries and exits for exactly this reas
30.
▲
by
melolife
5y ago
This is the last thing I'd be worried about. It's coffee, not some kind of anabolic steroid/cocaine mixture. I know a lot of people who spend way too much time trying to optimize supplements and other tiny details instead of
More ›