jim

joined 1 year ago
[–] [email protected] 6 points 1 week ago

Haha, I've been waiting for the 4K/8K reference in this volume. Poor Anna.

[–] [email protected] 4 points 2 weeks ago

Wow everyone seems to love P3 but I actually liked P4 better. I mean I really enjoyed both, but P4 was a more immersive experience for me. I should reboot my vita and play it again.

I really felt like P4 had deeper connections and relationships between the characters. It felt more real, and that made the tension in the game more exciting. I love every second of it and am still trying to find a game like it.

Don't get me wrong, P3 was great also. The gameplay was superb and the characters were all great. But P4 still has a special place in my heart.

[–] [email protected] 10 points 3 weeks ago

They're asking for TV manufacturers to block a VPN app in the TV. Not to block VPN in general.

[–] [email protected] 7 points 1 month ago

Hadn't realized what a banger this season is for me as a SOL/RomCom lover. Just caught up with Makeine, Alya, and Gimai Seikatsu. I'll probably pick up Giji Harem after it all airs. I usually watch 4-5 shows per year, so having 4 in one season is great.

[–] [email protected] 7 points 1 month ago (2 children)

Dude, if you're being obtuse on purpose because you have an ax to grind against Rust, try a different approach. You're not getting anywhere, clearly by the fact that no one agrees with you.

If you don't like that Rust has a restricted trademark, then call that out instead of trying to label the software and it's license as non-free. It's literally called out in my source that name restrictions ipso facto does not violate freedom 3.

But if you genuinely believe that the implementation of the Rust language and it's trademark is burdensome to create a fork, and you want people to believe you, then you gotta bring receipts. Remember, the benchmark that we both quoted is that it "effectively hampers you from releasing your changes". It being "not a piece of cake" doesn't cut it.

Hint: Google Rust forks since their existence also undermines your claim.

Good luck.

[–] [email protected] 23 points 1 month ago (5 children)

Please read this and try again.

https://www.gnu.org/philosophy/free-sw.en.html#packaging

Rules about how to package a modified version are acceptable, if they don't substantively limit your freedom to release modified versions, or your freedom to make and use modified versions privately. Thus, it is acceptable for the license to require that you change the name of the modified version, remove a logo, or identify your modifications as yours. As long as these requirements are not so burdensome that they effectively hamper you from releasing your changes, they are acceptable; you're already making other changes to the program, so you won't have trouble making a few more.

[–] [email protected] 9 points 1 month ago (1 children)

Password managers support passkeys.

[–] [email protected] 2 points 1 month ago

If you are being intentional about its use, then you can get a lot out of it. But for some, maybe even most, YouTube is a distraction.

[–] [email protected] 20 points 8 months ago

Yes it can be an issue because the GPS doesn't know where you are and thinks you are on an aboveground street. Freeway tunnels can have multiple exits too.

[–] [email protected] 4 points 9 months ago (1 children)

I disagree. I think the default option should be what users expect, and users expect "copy" to do exactly that: copy without modifying the text.

[–] [email protected] 7 points 10 months ago (9 children)

While it would be ideal to have all datetime fields in databases and other data stores be time zone aware, that is certainly not the case. Also, SQLite (and probably others) do not have great support for time zones and it's recommended to store datetimes as UTC (typically unix timestamps).

Deprecating utcnow was a good idea, but they should have replaced it with naive_utcnow. Oh well.

 

Here's a hypothetical scenario at a company: We have 2 repos that builds and deploys code as tools and libraries for other apps at the company. Let's call this lib1 and lib2.

There's a third repo, let's call it app, that is application code that depends on lib1 and lib2.

The hard part right now is keeping track of which version of lib1 and lib2 are packaged for app at any point in time.

I'd like to know at a glance, say 1 month ago, what versions of app is deployed and what version of lib1 and lib2 they were using. Ideally, I'm looking for a software solution that would be agnostic to any CI/CD build system, and doubly ideally, an open source one. Maybe a simple web service you call with some metadata, and it displays it in a nice UI.

Right now, we accomplish this by looking at logs, git commit history, and stick things together. I know I can build a custom solution pretty easily, but I'm looking for something more out-of-the-box.

[–] [email protected] 3 points 1 year ago (1 children)

The code in the community's banner is in python 2. Can we get that changed?

 

I generally don't like "listicles", especially ones that try to make you feel bad by suggesting that you "need" these skills as a senior engineer.

However, I do find this list valuable because it serves as a self-reflection tool.

Here are some areas I am pretty weak in:

  • How to write a design doc, take feedback, and drive it to resolution, in a reasonable period of time
  • How to convince management that they need to invest in a non-trivial technical project
  • How to repeat yourself enough that people start to listen

Anything here resonate with y'all?

view more: next ›