Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
juki
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
juki
11mo ago
There are shorter options in Nim too, depending on your stylistic preferences let sorted = entries.sorted(proc (a, b: Entry): int = cmp(a.timestamp, b.timestamp)) let sorted = entries.sorted((a, b) => cmp(a.timestamp, b.timesta
2.
▲
Estlink cable disruption: Finnish Border Guard detains tanker linked to Russia
(yle.fi)
8 points
by
juki
2y ago
|
2 comments
3.
▲
by
juki
2y ago
You're misreading that. The survey ranks USA as #3 overall, but #22 on quality of life. The overall ranking is mainly thanks to the agility (#1), power (#1), entrepreneurship (#2) and cultural influence (#3). The other categories aren&
4.
▲
by
juki
2y ago
I think a lot of people here are being confused by all the talk about "implicit interfaces" in the article. It's not actually talking about interfaces in C# at all, just about the old-fashioned way of passing callbacks. If yo
5.
▲
by
juki
2y ago
It seems to just be the landing page that's down. The course pages themselves still work.
6.
▲
by
juki
2y ago
The Java course ( https://java-programming.mooc.fi/ ) was being updated every year until a couple years ago when they switched to Python. I did it in 2020 and it was certainly a good introduction to programming. I don't
7.
▲
by
juki
3y ago
Images can also be turned off under "Text & Images" in the settings.
8.
▲
by
juki
4y ago
You could just build the example in C#, grab all the required dlls from it and then load them in PowerShell with `Add-Type -Path '.\QuestPDF.dll'`. Unfortunately it looks like this uses extension methods for everything, and those
9.
▲
by
juki
4y ago
What did you find fishy about them? They seem roughly the same, aside from the countries involved with the projects having a bit more local information.
10.
▲
by
juki
4y ago
They don't. What aidenn0 said applies to all CL implementations, although with a small correction that it's not "any already compiled forms", but rather any variables/objects that already hold the value of `#'f
11.
▲
by
juki
4y ago
> If a significant advance in charging connectors is made, they can simply amend the law. Also, I'm not sure what the Indian law says, but at least the EU version actually requires review of current technologies every 5 years.
12.
▲
by
juki
4y ago
Also, for those who speak Finnish, the materials that Lönnrot and others gathered are nowadays freely available online at the Suomen Kansan Vanhat Runot database: https://skvr.fi/
13.
▲
by
juki
4y ago
> And I still don’t know what the Sampo is! No one does. Sampo is basically just a magical MacGuffin that brings wealth to whoever has it. In Kalevala it is usually understood as a mill that creates infinite grain, salt and money, but di
14.
▲
by
juki
4y ago
Less work than trying to add named stacks to bash. If it's so central to your workflow that you're willing to put up with the rest of bash just for it, adding a couple lines to your profile can't be that big of a deal.
15.
▲
by
juki
4y ago
Just get the 7th path from `Get-Location` and `Set-Location` there, e.g. function Set-StackLocation ($Position) { (gl -Stack).Path | select -Index $Position | cd }
16.
▲
by
juki
4y ago
Assuming you have curl installed, it'll say curl: try 'curl --help' for more information I assume you're thinking of the old Windows PowerShell that used to have curl/wget aliased to it's own commands, b
17.
▲
by
juki
4y ago
Also make sure you're on latest version of PSReadLine (I had some problems with it not updating properly and had to do a manual `Install-Module PSReadLine -Force`) and try Set-PSReadLineOption -PredictionSource HistoryAndPlugin -Pr
18.
▲
by
juki
4y ago
`dirs -v` would be `Get-Location -Stack`. Also in newish versions PowerShell `Set-Location` (aliased to `cd`) supports -/+ to move backwards/forwards in it's own history, so usually you don't even need to bother with `pu
19.
▲
by
juki
4y ago
> blessed upgrade path for C++ applications. There is C++/WinRT + WinUI 3, but looking at the screenshot that will pretty much require re-designing the whole UI so it's not going to be a simple upgrade.
20.
▲
by
juki
4y ago
> I guess it is because Edge is using the one that comes with Chrome Is it? As far as I can tell, Chrome just has a plain PDF viewer with none of the annotation/highlighting/commenting/read-aloud features that Edge has.
21.
▲
by
juki
4y ago
The latest Windows 11 update just switched the task manager to the new UI style with support for dark theme.
22.
▲
by
juki
4y ago
It might make sense if Francisca had just said "from Córdoba" and Jayalalithaa "from Erode, Tamil Nadu". Since everyone was talking about countries rather than states, one would reasonably expect Peter to do the same, an
23.
▲
by
juki
4y ago
Notice that if you look at the all-time stats, the decline in the summer happens every year, so it probably doesn't have anything to do with covid.
24.
▲
by
juki
4y ago
> Sony's WH-1000XM4 is a good wireless option on the go, but because it uses bluetooth it murders the quality of incoming audio if you use the mic. In my experience they work well if you only connect it to a single device, but if yo
25.
▲
by
juki
4y ago
> You have to step through the breakpoints, right? This seems to be a common misunderstanding, but debuggers generally also support logpoints (print statements that you can add/remove on the fly without having to close, compile and
26.
▲
by
juki
4y ago
Too fresh. While it looks nice, it's not yet usable for anything but very simple mobile apps. I'm not actually quite sure whether it will ever be suitable for complex desktop applications; at least for now everything is clearly de
27.
▲
by
juki
4y ago
Same in Finland. All police officers go to the Police University College, which counts as a University of Applied Sciences, just like engineering schools.
28.
▲
by
juki
4y ago
The ImportExcel ( https://github.com/dfinke/ImportExcel ) PowerShell module is quite useful.
29.
▲
by
juki
4y ago
I haven't really tried using Edge for general use, but I do use it whenever I want text-to-speech. That's a lot better in Edge than other options I've tried.
30.
▲
by
juki
4y ago
What do you mean? It hasn't been called Constantinople in a long time.
More ›