Viewing profile — juki
juki
HN member- Joined
- Sat, Jan 14, 2017, 8:49 PM UTC
- HN karma
- 285
- Public activity
- 159 items
- HN profile
- View on Hacker News ↗
About juki
No profile information was provided.
Recent public activity
-
comment
Comment #45774115
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 = entr…
- story
-
comment
Comment #42327806
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) …
-
comment
Comment #41076041
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 …
-
comment
Comment #40634468
It seems to just be the landing page that's down. The course pages themselves still work.
-
comment
Comment #40634459
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 go…
-
comment
Comment #36433441
Images can also be turned off under "Text & Images" in the settings.
-
comment
Comment #34440171
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…
-
comment
Comment #34244800
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.
-
comment
Comment #33803107
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 …
-
comment
Comment #33654379
> 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…
-
comment
Comment #33637781
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/
-
comment
Comment #33637705
> 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…
-
comment
Comment #33424908
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 you…
-
comment
Comment #33424192
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 }
-
comment
Comment #33422921
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 …
-
comment
Comment #33422541
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-PSRe…
-
comment
Comment #33422304
`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 usuall…
-
comment
Comment #33207139
> 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 t…
-
comment
Comment #33200360
> 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/commen…
-
comment
Comment #33009844
The latest Windows 11 update just switched the task manager to the new UI style with support for dark theme.
- comment
-
comment
Comment #32841403
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 re…
-
comment
Comment #31958131
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.
-
comment
Comment #31938291
> 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 …