HackerTrans
TopNewTrendsCommentsPastAskShowJobs

scoopr

no profile record

comments

scoopr
·mês passado·discuss
Maybe it’s for the llm tool use PATH?

That was the most plausible reason to even mention it, that I could think of.
scoopr
·há 3 meses·discuss
So, is it like colinux[0], but for pre-NT windows? Neat!

Back when I was still using windows (probably XP era), I used to run colinux, it was kind of amazing, setting up something like LAMP stack on the linux side was a lot easier and then using windows editors for editing made for quite nice local dev env, I think! Could even try some of the X11 servers on windows and use a linux desktop on top of windows.

When I noticed I kept inching towards more and more unixy enviornment on the windows, I eventually switched to macOS.

Apart from the obvious hack-value, I can't quite imagine even pretend use-case, with some 486 era machine, you would be limited by memory quite quickly!

[0] http://colinux.org/
scoopr
·há 5 meses·discuss
Well, at least they brought back edit[0]

[0] https://github.com/microsoft/edit
scoopr
·há 8 meses·discuss
There is a bbc podcast[0] about evilcorp

[0] https://www.bbc.co.uk/programmes/w3ct89y8
scoopr
·há 9 meses·discuss
> Every once in a while I pull up some Wikipedia article with idle curiosity of "If I were transported back in time, could I usefully help this get invented?"

This reminds me of the book “How to invent everything” by Ryan North, to kind of see the fast-path for many inventions :)
scoopr
·há 10 meses·discuss
Then there is the proposal to add standard `defer` to C2y[0]

[0] https://thephd.dev/c2y-the-defer-technical-specification-its...
scoopr
·há 10 meses·discuss
Heh, little prince tries gig work ;)
scoopr
·há 10 meses·discuss
Heh, in Finnish it is often called “miuku mauku”, almost like “meow meow”, or perhaps “meowdy meowdi”. Didn’t see any other cat-themed nick names.
scoopr
·há 10 meses·discuss
I've occasionally pondered, how feasible would it be to write a APFS implementation just from the specs[0] alone. Is it harder or easier to create the implementation when you have a provided layout and mechanism how it works. Would it be easy to keep compatibility, and would it be a dead-end design for extensions that you'd like?

[0] https://developer.apple.com/support/downloads/Apple-File-Sys...
scoopr
·há 11 meses·discuss
While technically true, f.ex. Finland has stopped all mail shipments[0]. I guess the airlines were not set up to dealing with the hassle of making sure all the shipments are “allowed”. Or maybe just lazy, dunno really.

[0] https://www.posti.fi/en/latest-news-at-posti/%20/news/trump-...
scoopr
·há 11 meses·discuss
Probably mentioned on every teletext related submission, but the Finland's public broadcaster YLE still has an avid teletext userbase, if not through a proper TV, then through the website [0] (and there are mobile apps for that too).

Some of the news listings are perfect, given confined space, but no need to be click-baity. See, f.ex. the news-in-english page [1]

[0] https://yle.fi/aihe/tekstitv

[1] https://yle.fi/aihe/tekstitv?P=191
scoopr
·ano passado·discuss
The original edit.com, from around dos 6.22 (and later 7.0, ie. win95) was my first IDE. Well, I started with qbasic, so I was fairly familiar with it as it was similar (or same?), but when I started learning C/C++ with djgpp, I just continued using edit.com.

My "project file" was `e.bat` with `edit file1.cpp file2.cpp file3.cpp`, as it was one of the few editors that I knew that had a decent multi file support with easy switching (alt-1,2,3 ..). I still continue remapping editor keybindings to switch to files with alt/cmd-1,2,3,.. and try to have my "active set" as few of the first files in the editor

It wasn't a great code editor, as it didn't have syntax highlighting, and the indent behaviour wasn't super great (which is why in my early career had my indent was two spaces, as that was easy enough to do by hand, and wasn't too much like tab). But I felt very immediate with the code anyway.

I knew that many others used editors like `qedit`, but somehow they never clicked with me. The unixy editors didn't feel right in dos either.

Quickly trying this, it doesn't seem to switch buffers with the same keybindings, even if it does seem to support multiple buffers.
scoopr
·ano passado·discuss
Could be perhaps worth the trouble to try dev-drive/ReFS? [0]

[0] https://learn.microsoft.com/en-us/windows/dev-drive/
scoopr
·há 2 anos·discuss
I think the referenced Tim Wright interview is this[0] one

[0]: https://www.youtube.com/watch?v=2CGhBLHfP_M
scoopr
·há 5 anos·discuss
I had taken the habit to use cmd-ctrl-d while hovering over words (in any app really)