HackerLangs
TopNewTrendsCommentsPastAskShowJobs

tored

no profile record

comments

tored
·10 วันที่ผ่านมา·discuss
Not that strange, Malcolm Kyeyune is a member of the Örebro Party, and he’s had a podcast together with the party leader, Markus Allard, since 2015.

https://poddtoppen.se/podcast/985799618/markus-och-malcom

Kyeyune was one of the members - along with Allard - who were kicked out of the Left Party’s youth organization in 2014 for supporting the Revolutionary Front.

One thing to remember in Swedish politics is that the old idea of the Folkhemmet ("the Home of the People") is always lurking in the background: a political mix of conservatism and socialism - Sweden as a home for Swedes, but also an egalitarian home. Some view, both on the left and the right, Folkhemmet as peak Sweden.
tored
·24 วันที่ผ่านมา·discuss
Invalid certificate - dark humor.

https://www.paseto.io/
tored
·เดือนที่แล้ว·discuss
As a Great Power, Sweden had a great need for engineers to build forts, canals and other important infrastructure for the Kingdom.

These engineers came in handy when the Industrial Revolution started.

Thus Sweden has a long history of manufacturing industry.
tored
·2 เดือนที่ผ่านมา·discuss
Copilot is not the same agent as GitHub Copilot.
tored
·7 เดือนที่ผ่านมา·discuss
To get robocopy fast you have to disable all console output, something like five extra flags.
tored
·9 เดือนที่ผ่านมา·discuss
I can highly recommend PureBasic. Still actively developed and with an active community.
tored
·ปีที่แล้ว·discuss
Tab hoarding is not an effective strategy of organization, it is more the fear of losing something important. And tab hoarding builds up, just like any other type of hoarding.

Finding tabs was a bit of hit or miss, you can search for them if remember the title, otherwise you have to manually find it, time consuming.

With my new strategy that I described above, it has become much easier to find what I’m looking for.

Bookmarking has always been clunky, putting them into hierarchical folder structure is both time consuming and has the same problem as files and folders, it lacks a dimension, a bookmark can be in multiple folders.

Bookmark toolbar could work, how paradoxical it may sound with all the tabs opened, it just don’t like that UI element cluttering my browser.

Forgetting about bookmarks can be a good thing, it is similar when browser loses all opened tabs, the feeling is a strange mix of anxiety and relief, anxiety of missing out but a relief that I don’t need to process them anymore.

Sometimes a find ten year old bookmarks on some backup, most bookmarks dead or just out of date. I feel we need better ways to organize things in this temporary cloud world.
tored
·ปีที่แล้ว·discuss
My problem with bookmarks is that I tend to forget about them.

What would be nice is a browser where tabs, history and bookmarks blended together seamlessly.
tored
·ปีที่แล้ว·discuss
Yes, it is the 200+ tabs (probably closer to 500) over multiple windows.

My latest move was to merge every tab in all windows to one window only (with an extension) and start using vertical tabs (better scrolling and overview of tabs) Then sort tabs by title with another extension (Edge built in AI tab sort sucked on sorting so many tabs). With sorted tabs I could start create tab groups, Edge AI tab sort worked better when the tabs was already sorted alphabetically and managed to create most of the tab groups for me. With all this reorganization it was easier to manage all of them and to start closing tabs.

I’m not done yet but it is much better and number of opened tabs has been significantly reduced. Now I have one main window with all the tabs and some temporary windows that is only used for temporary stuff that get closed within a day.

What makes things a bit more complicated is that I also use two profiles, private and work. Firefox always sucked on multi-profile setup. Firefox’s new container stuff is somewhat improvement but not fully (at least when I tried last)
tored
·ปีที่แล้ว·discuss
I find Firefox much more heavy on resources vs Edge. I’m always get disappointed when trying to make Firefox my main browser.

Chromium devtools has more features but more cluttered and more annoying to work with.For the common devtools tasks Firefox works better IMHO. But that can be my bias after using Firefox/Firebug devtools for over 15 years.
tored
·4 ปีที่แล้ว·discuss
IntelliJ is still getting worse regardless of their subscription plan (and it is getting more expensive).

I think it took the wrong turn around a year ago at the same they changed the splash screen (that is why I remember it), after that the updates have been worse.
tored
·4 ปีที่แล้ว·discuss
Spotify, IntelliJ (Phpstorm), Postman is definitely getting worse.
tored
·4 ปีที่แล้ว·discuss
Don't you need hooks on the application level so the app can handle the lifecycle to avoid polling?

https://developer.apple.com/documentation/uikit/app_and_envi...

https://developer.android.com/guide/components/activities/ac...

I'm not an app expert nor an expert on GNOME development either, but I got a bit sceptical when I read their app example code, python with GNOME, neither is famous for being snappy.
tored
·4 ปีที่แล้ว·discuss
Reading the Librem app docs it seems like apps are GNOME programs packaged with an manifest. I can’t find anything about app lifecycle.

To be able to conserve battery apps works differently than programs, apps can be suspended. That is usually the problem with normal programs, they are not developed with battery conservation in mind.

I wonder how Librem have solved this, perhaps in their scheduler, or intends to solve this in the future.

https://developer.puri.sm/Librem5/Apps/Guides/Design/Constra...
tored
·5 ปีที่แล้ว·discuss
Actually I had a colleague that always complained to me that Java didn't have unsigned types. He was of course a C++ programmer.
tored
·5 ปีที่แล้ว·discuss
I like the procedural version of Pascal, with records, procedures and units, however the more modern Pascal that you can find in FreePascal where you have to either inherit or implement a class for any advanced container is cumbersome.