- 17 Posts
- 115 Comments
chaospatterns@lemmy.worldto Ask Lemmy@lemmy.world•Why don't the whole planet just use UTC+00:00 / Universal Time without time zones?English181·14 天前Sounds a lot like getting used to time zones. Just get used to it being 3pm there when it’s 6pm here
chaospatterns@lemmy.worldto Ask Lemmy@lemmy.world•Beyond overt bans how resilient is the Fediverse (and Lemmy specifically) to the new forms of digital control and censorship?English1·18 天前It makes some things hard and some things easier. For example, you can more easily defend against DoS attacks because there’s just more targets.
But decentralized makes it easier for bot manipulation because you can hide your actions across multiple users on different instances and those instances can’t easily identify bot signatures like IP addresses to ban many accounts.
chaospatterns@lemmy.worldto Technology@lemmy.world•Google Play’s latest security change may break many Android apps for some power users. The Play Integrity API uses hardware-backed signals that are trickier for rooted devices and custom ROMs to pass.English3·18 天前Google is doing this because they have incentives to do so. They want to block malicious actors like attack their platforms.
Other companies want to lock down their own apps because they don’t think users should be permitted to do anything other than use their apps exactly as they want.
I don’t like it as a user, but I also see the reason why companies want this by being on the security side of software.
chaospatterns@lemmy.worldto Technology@lemmy.world•Google Play’s latest security change may break many Android apps for some power users. The Play Integrity API uses hardware-backed signals that are trickier for rooted devices and custom ROMs to pass.English10·18 天前This is the future of the Big Tech Internet if we’re not careful. Attestation to be able to use communications and other websites.
chaospatterns@lemmy.worldto Programmer Humor@lemmy.ml•Python needs an actual default functionEnglish101·18 天前a> bash doesn’t have a main function either and no one is fucking complaining.
I don’t complain about Bash’s lack of features because I choose not to write Bash scripts and instead use saner languages.
chaospatterns@lemmy.worldto Technology@lemmy.world•At Amazon, Some Coders Say Their Jobs Have Begun to Resemble Warehouse WorkEnglish11·20 天前I used to work in Amazon (left after 10 years because it wore me down), but it wasn’t that compartmentalized.
I’m sure there were some teams that were like that but I could easily find another team, open a ticket, get a response and see their on calls investigate the issue. It was often times possible to look at their service metrics and source code to see if I could find the problem myself.
Support just can’t share that info because they don’t know what is considered a trade secret or internal detail vs what is public.
chaospatterns@lemmy.worldto Technology@lemmy.world•Why Balcony Solar Panels Haven’t Taken Off in the USEnglish1·25 天前No, it’s electrical code. Standard outlets can’t be used to supply power because it means you have a plug that has exposed wires commonly called suicide wires. While these balconey top solar likely use grid following so it has to detect a grid voltage, the electrical code doesn’t consider it AFAIK. This rule is for safety and because it would only power half your house because there’s only one leg per 110 outlet.
chaospatterns@lemmy.worldto Asklemmy@lemmy.ml•Became a part of a micro HOA and looking for banking optionsEnglish9·1 个月前First thing you should do is read the bylaws. There should be some that define how the HOA should operate when it was incorporated. You don’t want to break any bylaws. For two units I doubt it’s that big of a document. You also should also get organized about all docs and record keeping especially if you have any sort of finances.
My understanding thus far is that we should build up our funds and then put some of that money in CDs and brokerage accounts, eventually
I don’t know how much big of a budget you’re going to have, but with larger HOAs like mine, we have operating costs and reserve expenses both with their own accounts. Reserve is for long term expenses like you need a new roof. Operating for paying things like shared landscaping. Reserve studies can help you identify how much time until you need to replace the roof or the siding or whatever other things are common with your building.
Don’t invest in the stock market, but at a certain account size CDs for long term investments are a good idea. We use that to help offset dues increases.
It doesn’t have to be complicated but you are technically running a business.
chaospatterns@lemmy.worldto World News@lemmy.world•Denmark rethinking 40-year nuclear power ban amid Europe-wide shiftEnglish41·1 个月前Is it different than how a country would protect other infrastructure like government buildings, hospitals, other electrical grid infrastructure, dams, etc.?
chaospatterns@lemmy.worldOPto Programming@programming.dev•GitHub is introducing rate limits for unauthenticated pulls, API calls, and web accessEnglish322·1 个月前You might behind a shared IP with NAT or CG-NAT that shares that limit with others, or might be fetching files from raw.githubusercontent.com as part of an update system that doesn’t have access to browser credentials, or Git cloning over https:// to avoid having to unlock your SSH key every time, or cloning a Git repo with submodules that separately issue requests. An hour is a long time. Imagine if you let uBlock Origin update filter lists, then you git clone something with a few modules, and so does your coworker and now you’re blocked for an entire hour.
chaospatterns@lemmy.worldOPto Programming@programming.dev•GitHub is introducing rate limits for unauthenticated pulls, API calls, and web accessEnglish20·1 个月前is authenticated like when you use a private key with git clone
Yes
also this might be terrible if you subscribe to filter lists on raw github in ublock or adguard
Yes exactly why this is actually quite problematic. There’s a lot of HTTPS Git pull remotes around and random software that uses raw.githubusercontent.com to fetch data. All of that is now subject to the 60 req/hr limit and not all of it will be easy to fix.
chaospatterns@lemmy.worldto Programming@programming.dev•How to become a competent coder? - I was advised to cross post here.English1·1 个月前Ask yourself what is clean code? Is it something you read in a book? Does using a pattern help or hurt? Write more code. Learn different languages and how paradigms different in each language and framework. Take some of those things you learned and decide which ones you can apply in new frameworks and projects and which ones don’t.
Not sure what you’re trying to solve, but there are some other tricks you can employ to get matches.
You could substring match like “size” in “size_of_foo”
Or use Levenshtein distance to find typoed names. Though set the acceptable distance very low for this
Could feed the names into an LLM and ask it to classify them. I did this at a job to identify likely column name mappings
But at the end of the day if this is for an import feature, you need to have a user confirm the import because there’s a lot that could go wrong, like did you get the right encoding? Are numbers encoded the way you expect?
chaospatterns@lemmy.worldto Ask Lemmy@lemmy.world•What's the worst "corporate speak/buzzwords" that you absolutely hate?English8·1 个月前It means let’s take a closer look at a problem or project. Sounds like a Microsoftism
chaospatterns@lemmy.worldto Linux@programming.dev•Fwupd 2.0.9 Released With Firmware Updating Support For Intel Arc BattlemageEnglish1·1 个月前My Framework laptop uses fwupd for all the firmware. I was pleasantly surprised when I plugged in my Logitech receiver and it told me there was an update for the receiver.
chaospatterns@lemmy.worldto Technology@lemmy.world•The Beauty Of Having A Pi-hole · Den DelimarskyEnglish2·1 个月前Different Operating Systems call it different things. Windows calls it Alternate. Even if it was only used when the primary was down, DNS doesn’t provide any sort of guidance or standard on when to switch between primary and secondary. Is one query timeout enough to switch? How often do you reattempt to the first DNS server? When do you switch back? With individual queries, you can timeout and hit another NS server, but that’s a lot easier at an individual level than to infer a global system state from one query timing out.
chaospatterns@lemmy.worldto Technology@lemmy.world•The Beauty Of Having A Pi-hole · Den DelimarskyEnglish71·1 个月前And what do you set that secondary DNS entry to? Operating systems may use both, so you need the secondary to point to a pi hole or else you’re letting ads through randomly.
chaospatterns@lemmy.worldto Selfhosted@lemmy.world•That's all folks, Plex is starting to charge for sharingEnglish291·2 个月前Its not difficult for technical people like you or me, but my friend who just wants to watch their favorite show on my Plex on their TV won’t know how to traffic engineer the traffic over a Tailscale network to my network. My mom won’t be installing Tailscale on her laptop and phone.
chaospatterns@lemmy.worldto Selfhosted@lemmy.world•That's all folks, Plex is starting to charge for sharingEnglish173·2 个月前With Plex, you’re getting the easy ability to grant access to users. You get a single pane that can search across multiple Plex instances, and NAT traversal/port forwarding. Jellyfin makes you figure that out yourself.
Maybe that’s intentional to keep you from wanting to stay there a long time and negotiate.