Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tichiian
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
tichiian
2y ago
Not really, at least not in Windows. There are no cross-application macros in Windows, just intra-application ones, and that only for some applications. It is a little better on MacOS with AppleScript, which can be used to bind different ap
2.
▲
by
tichiian
2y ago
I've gotten surprised gasps for the use of etckeeper. "you can actually do that?" "why didn't anyone tell me?" etc.
3.
▲
by
tichiian
2y ago
Land registry in Germany is per city/town/municipality. Since land doesn't really move, it is always registered in the municipality where it is located. All titles, mortgages, owners and weirdnesses (local shepherd having the
4.
▲
by
tichiian
2y ago
> PS: Are those tiny, cheap, desktop laser engravers powerful enough to "print" on paper without starting a fire? Yes, you can modulate their power. It usually takes a few experiments if the manual doesn't have a material
5.
▲
by
tichiian
2y ago
Not sure where the actual limit is or if they changed it, I also don't have any hard sources, just heresay that there is "no limit". But there are 20 buildings over 150m, and 6 over 200m, so it probably is or was quite a bit
6.
▲
by
tichiian
2y ago
The other answers around here are mostly right, but I'd like to add another one, which is right in some situations: Message queues are often the wrong tool. Often you rather want something like RPC, and message queues were wrongly used
7.
▲
by
tichiian
2y ago
I'd guess apple would invent some "made for iCrap" certification plus parts authentication to keep prices up and skim off some money for themselves.
8.
▲
by
tichiian
2y ago
While zoning in Germany almost universally sets the limit at the height of the local church (yes, really...), the actual reasons are building codes. Even cities that permit arbitrary height (famously Frankfurt am Main) still don't have
9.
▲
by
tichiian
2y ago
Only direct elections are democratic. Everything else is at best semi-democratic.
10.
▲
by
tichiian
2y ago
Locking someone up is a one-way punishment, they will not get their years back. Branding someone as a child-molester, even if they are later vindicated, is permanent. We already have irreversible punishments.
11.
▲
by
tichiian
2y ago
Excel implementers struggle with it. Half the features of Excel cannot deal with named cells. Try for example to use named cells in Conditional Formatting. Doesn't work at all, ranges cannot be named cells or tables, and condition form
12.
▲
by
tichiian
2y ago
We don't need a subset of HTML. Actually, we need Markdown emails. You can format stuff that needs structure, but not abusively so (no blinking marquee banners in eyesore colors), it is sufficiently compatible to plaintext that you don
13.
▲
by
tichiian
2y ago
Berlin is also trying to improve it's standard of living, social structure, economic outlook and overall cleanliness. Graffiti vandalism will have less and less of a place there, and have a lessening acceptance.
14.
▲
by
tichiian
2y ago
Basically, in my ideal world, whoever builds an ugly enough building should be liable to remove it or improve it if it is deemed too ugly by a majority. Graffiti is (partially) just the consequence of not living in that ideal world, but bec
15.
▲
by
tichiian
2y ago
Also, the noise pollution regulations that are in place exempt trains.
16.
▲
by
tichiian
2y ago
I think the reason DB introduces this kind of measures over the obviously superior first steps like "building a quieter train" is this: Walls are paid for by the state or community annoyed by the train noise. New or improved train
17.
▲
by
tichiian
2y ago
An ugly beton brut building defaces the landscape and the view that should belong to everyone. A beautiful graffiti can improve that view and landscape. Under those circumstances, a graffiti can be legally wrong but morally right. However o
18.
▲
by
tichiian
2y ago
> Since you can’t sue an airline, there’s little anyone can do except complaint to the Department of Transportation. I think this is the really big WTF here: Why the hell can't you sue an airline? How did that become law, and why wa
19.
▲
by
tichiian
2y ago
OneDrive sync and "rock-solid" in the same sentence? I beg to differ. Frequent conflicts due to non-synced files, the client crashing, randomly failing auth, files that are indicated to be recent and in sync but really aren't
20.
▲
by
tichiian
2y ago
Now this starts to sound like ClearCase. (me shuddering in disgust)
21.
▲
by
tichiian
2y ago
> irrelevant for a VCS (cloud-native?!) Disagree. "cloud-native" to me sounds offputting. One of the main selling points for me of git over the likes of SVN is the capability to work offline, in restricted networks and through
22.
▲
by
tichiian
2y ago
You are right in that the world would be a better place with more useful and actionable error messages. But: > How is it not obvious to the point of pain that you need to know WHY something failed, not only that it failed? This is obviou
23.
▲
by
tichiian
2y ago
There are reasons for not reporting detailed errors to the user. For websites, security is a big one. Detailed error messages can lead to information exfiltration, exploits, fingerprinting and generally bad things. Long error messages in so
24.
▲
by
tichiian
2y ago
This is missing the fact that the stainless steel from the ultra-durable umbrella is also easy to recycle. In fact, steel is far easier to recycle than any kind of plastic. Also, the whole work seems to skip over the huge problem of insuffi
25.
▲
by
tichiian
2y ago
Yes. But many parts of excel don't support those. E.g. conditional formatting just doesn't deal with names. Also, when you need names, it is a sign to reach for a proper programming enviroment like Delphi or Lazarus.
26.
▲
by
tichiian
2y ago
Python is a bad language for this, because one-liners are awkward. Multiline code is possible but ugly due to indentation-based syntax. Brace-based languages would be far more suitable here.
27.
▲
by
tichiian
2y ago
That A1 mode is Excel "Baby-Mode", you can switch to R1C1 mode in settings. Things are far easier then, and more sane. His Excel-lence also recommends this: https://www.youtube.com/watch?v=JxBg4sMusIg
28.
▲
by
tichiian
2y ago
No. The key listed is the whole plain ed25519 pubkey (those are relatively short). The message displays the SHA256 digest. You can check that in your local known_hosts file (after having connected at least once) with "ssh-keygen -F ter
29.
▲
by
tichiian
2y ago
Sorry, English is not my native language. I know I sometimes sound strange because most of my use of the language is around the internet and at work, not that much casual "normal" conversation.
30.
▲
by
tichiian
2y ago
What can also help is specifying the right options right in ~/.ssh/config for certain hosts and domains: E.g. do "ForwardAgent no" globally, use a "Match *.my-trustworthy-company-domain.com" block and add "
More ›