Readit News logoReadit News
Kunix commented on Linux: Ext4 data corruption in 6.1.64-1   bugs.debian.org/cgi-bin/b... · Posted by u/zdw
userabchn · 2 years ago
Why wasn't automatic updating to this halted immediately? The "grave" bug report was yesterday, but today unattended-upgrades updated me to the affected kernel and I restarted before I heard about the problem.
Kunix · 2 years ago
I found a few things surprising about this bug too, but this might be due to my own ignorance about how these processes work:

- I was expecting the package to either be revoked, or to have a new `6.1.64-2` version being published with the previously good known state.

Maybe it wasn't done because it was not possible (mirrors being write-only, and maybe other complications in publishing a 6.1.64-2).

- I was expecting some guidelines to be published for affected machines. I've seen questions being asked [1], but no answers to them yet (so users are not sure if it would be safe to rollback to the previous kernel version (6.1.55-1) or not).

Maybe it's because the problem is not well understood yet, or maybe there are not enough people available to answer such questions on a weekend?

If someone can provide some context about "how these things work", it would be interesting to learn more about this.

[^1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057843#33

Kunix commented on Linux: Ext4 data corruption in 6.1.64-1   bugs.debian.org/cgi-bin/b... · Posted by u/zdw
HankB99 · 2 years ago
My desktop and laptop are both root on ZFS so I dodged this bug. (Actually I saw the press on this before upgrading anyway so I'm holding off until I see a fix released.)
Kunix · 2 years ago
I saw the message yesterday late in the evening, I still had 8 hours before my automated updates ran and I thought the package would be revoked by then. Mistake :/
Kunix commented on Linux: Ext4 data corruption in 6.1.64-1   bugs.debian.org/cgi-bin/b... · Posted by u/zdw
Kunix · 2 years ago
Have any guidelines been posted somewhere for systems already updated to linux-image-amd64 6.1.64-1?
Kunix commented on Goodbye integers, hello UUIDv7   buildkite.com/blog/goodby... · Posted by u/juanfatas
dajonker · 2 years ago
Similar to the old situation in the article, we are using sequential 64 bit primary keys, but we use an additional random 64 bit key for external usage (instead of 128 bit).

The external key is base64 encoded for use in URLs which results in an 11 byte string.

This hides any information about the size of the data, the creation date of customer accounts (which would be sort of visible with UUIDv7) and prevents anyone from attempting to enumerate data by changing the integer in URLs.

I thought about using UUIDs as external keys but the only compelling use case seems to be the ability to generate keys from many decoupled sources that have to be merged later.

64 bit should be enough for most things https://youtu.be/gocwRvLhDf8?si=QBheJCG21bAAV0Z7

Kunix · 2 years ago
I am using a variant of SnowflakeId [^1] in order to have 64 bit keys too.

It's similar to UUIDv7 (it leaks the creation time), but it's not an issue for me.

So I am able to have a single 64 bit key, which can easily be formatted into a small string for user-facing urls.

[^1]: https://instagram-engineering.com/sharding-ids-at-instagram-...

Kunix commented on Show HN: Obsidian Canvas – An infinite space for your ideas   obsidian.md/canvas... · Posted by u/ericax
Kunix · 3 years ago
Very nice! Happy to see this evolution coming from Obsidian, it seems like a more natural way to organize concepts and ideas.

One question: It seems it could be troublesome to have to move / resize everything when adding a new card once a canvas is already quite busy. Is there something like auto-layout in the work, to handle these situations? (like to automatically re-layout cards and groups once adding a new item in between)

Kunix commented on WeekToDo – Free Minimalist Weekly Planner App   weektodo.me/... · Posted by u/evo_9
narrator · 4 years ago
I downloaded it and tried it and I'm not super interested in it. I've tried a number of different task/to do tools over time. What's working for me now is the following Google Doc that works as follows. If today is 4/10/22:

4/10/22

>Write Article

>Go Shopping

* Milk

* Cereal

>Pay Plumber

If I only paid the plumber that day and bought cereal, on the next day you'd have:

4/10/22

>Pay Plumber

>Go Shopping

* Cereal

4/11/22

>Write Article

>Go Shopping

* Milk

That's basically the whole thing. Of course there's a standard calendar app too. After a few months it gets long and you roll over into a new doc. I can always scroll to the bottom and I have a nice diary of things I accomplished. I don't know how you could improve the implementation over a google doc. The good thing about a Google Doc is if I get stuck on some todo I can brainstorm right in the doc. That's the hardest part with a to do system. Some To Dos stay on there for a while and need a lot of context, creativity and brainstorming to get done.

Kunix · 4 years ago
Done the same for over 10 years with a local "@Worklog.md" file on a light text editor (to get syntax highlighting). Can be synced with Dropbox or Obsidian too.

Recently switched to do the same on Notion, moving items in a "Worklogs" database at the end of each month (with one entry per month) to keep the Worklog size manageable. If a task gets too long I can just create a sub-page for it (or a toggle), put all the context information there, and just add a link to the TODO item.

Kunix commented on I just don’t want to be busy anymore   elenasalaks.medium.com/i-... · Posted by u/PretzelFisch
mouzogu · 4 years ago
I totally agree. Don't be "pro-active" be "re-active" - is my way of putting it.

Frankly, most orgs will not reward pro-activity, in fact you can even be punished for it, since if a problem is not yet known by stakeholders then why are you solving it.

There have been times in my career where I spotted issues from other teams on preview or staging servers and helped to fix it. Then I later got blamed (or dragged into the subject) when a similar issue occured on live which I had no association with.

It's better to just sit back and do the minimum, but do it well and professionally. Most importantly, don't make yourself too available:

> Don't respond immediately to messages and emails.

> Don't propose solutions, that you will have to own (at least partly).

> Don't answer questions outside of your responsibility space - even if you know the answer. Instead, direct people to others who should be answering those questions.

Kunix · 4 years ago
> Don't be "pro-active" be "re-active" - is my way of putting it.

As much as I recognize this can be good advice, this comment makes me sad.

It's like "start underperforming" is the answer given to bad management problems.

Which I agree actually makes sense in a lot of companies (if pro-active efforts are not already being recognized, then it's hard to change the culture).

I also think that a lot of comments here are directed toward financial success, but many people are actually looking for meaningful ways to contribute. People for which the "re-active" approach might not be a solution.

What would be the solution for those people? How unlikely is it to actually switch to a company which recognizes employees willing to be more involved?

Kunix commented on Ask HN: What are the best websites that the Anglosphere doesn't know about?    · Posted by u/remolacha
afkqs · 5 years ago
A great initiative in the media industry for sure. They have a programme call Tracks that explores the underground culture [1]. Very interesting

[1] https://www.youtube.com/user/TracksARTEde

Kunix · 5 years ago
Tracks is what made me discover the demoscene 20 years ago when I was in secondary school. Such a great show.
Kunix commented on Del.icio.us   del.icio.us/... · Posted by u/kome
tomduncalf · 6 years ago
Haha I swear I read something on here the other day about how trends are circular and it won't be long until del.icio.us is back, and here we are!

I seem to recall del.icio.us being a great discovery tool, as well as a great way to catalog your bookmarks (another discovery tool that was great for a while was Stumbleupon). Will be interesting to see if anyone can bring back some of that "old school" curated/personal discovery vibe, which feels like it's becoming more relevant again with the recent discussion around Google results.

Kunix · 6 years ago
I loved StumbleUpon, and I find myself missing a discovery tool like that one. Reddit and other websites give me the impression of running in loop. If anyone has good discovery tools to recommend!

u/Kunix

KarmaCake day81May 9, 2012View Original