Until an app decides to install in the hidden AppData folder with the confusing sub-folder names, or even the root of the user folder, or god forbid in a folder in the root of the C drive
- 0 Posts
- 19 Comments
guy@lemmy.worldto Lemmy Shitpost@lemmy.world•The UK section of my local supermarket is taking the piss20·10 months agoIn British supermarkets, they often don’t even put the beans on shelves. Instead they have stacked palettes of them, because they need to restock so often it’d be inefficient to have to unpack and shelve them.
guy@lemmy.worldto Programmer Humor@lemmy.ml•Python is great, but stuff like this just drives me up the wall1·1 year agoOh that makes sense. I didn’t consider it might be treated as a char
guy@lemmy.worldto Programmer Humor@lemmy.ml•Python is great, but stuff like this just drives me up the wall1·1 year ago"1" + 2 === "12"
is not unique to JS (sans the requirement for the third equals sign), it’s a common feature of multiple strongly typed languages. imho it’s fine.EDIT: I did some testing:
What it works in:
- JS
- TS
- Java
- C#
- C++
- Kotlin
- Groovy
- Scala
- PowerShell
What produces a number, instead of a string:
- PHP
- SQL
- Perl
- VB
- Lua
What it doesn’t work in:
- R
- C
- Go
- Swift
- Rust
- Python
- Pascal
- Ruby
- Objective C
- Julia
- Fortran
- Ada
- Dart
- D
- Elixir
And MATLAB appears to produce 51, wtf idk
This is why I rarely get on board with new Google products nowadays. I know they’ll get half assed support and then be killed off really quickly.
The sort of comeback so good you think of it later on and write a comic, wishing you’d said it at the time
guy@lemmy.worldto Mildly Infuriating@lemmy.world•This laptop released in 2016 no longer receive OS updates. Which means I can't update Chrome BrowserEnglish13·1 year agoUsually they’re building the website with browserlist and polyfills, and they specify how old a browser they wish to support, usually by analysing percentages of public usage, or they allow types only supported in newer browsers. Meaning if they use a feature only available in newer browsers, then it won’t be automatically backported to support older browsers.
But that’s only if they actually use those features, they’re just available to them. And it’ll only break in those places they do use them, which could be quite little of the site.
So often it’s just “we can’t guarantee it’ll work in your old browser and enough of our users use newer browsers that we’ll block you and not care”.
The AI’s having a hard time deciding what’s inside the bird cage and what isn’t, though it did better than I would’ve expected
When I was a kid and had nightmares often, I would wake up in the middle of the night in a fit of fear. I had to make sure I would stay awake just long enough that I wouldn’t go back into the same nightmare again when I went back to sleep. It wasn’t just possible, it was common
What are those crazy power sockets with so many pins and two different types right next to each other?!
guy@lemmy.worldto Mildly Interesting@lemmy.world•Number of natural waterfalls in each state7·1 year agoI’ve seen many pretty small waterfalls though, how do you count this‽
Even more than 3 hours. Half life of caffeine is 6 hours in the body
guy@lemmy.worldto Memes@lemmy.ml•This is literally the internet nowadays without an adblock14·2 years agoI don’t have adblock on my work computer. I don’t want it interfering with webdev and I’ve found it to do so in the past. But it’s interesting, the dichotomy between sites I use as development resources vs the rest of the web. My phone and home computer are unbearable without adblock, but on my work computer, the ads are hardly noticeable really.
There’s over 30 Mexican restaurant results for my city at 1% the population of Tokyo. Sounds like it’s pretty lacking to me
With a little knowledge, it’s not very hard to make your own messaging app and share it with those you know. And there’s plenty projects online that give you what you need without having to write the code yourself. Alternatively, there’s just plenty dark web and under the radar apps already that won’t bend to this ruling.
What it is, though, is very inconvenient and annoying to do so.
But if you’re an actual criminal, then there is this solution here that can never be subject to this ruling.
So what this clearly means is that the EU will violate the privacy of all the everyday people that don’t handle that inconvenience, pushing the serious criminals to dark channels.
There’s a bunch of words spelt annoyingly because those bastard scholars decided they’d like to incorporate the historic roots of words, rather than the reality of words, in their spelling.
guy@lemmy.worldto F-Droid@lemmy.ml•Looking for an app that allows me to open other apps by side swiping4·2 years agoThat’s just the bar for gesture navigation, instead of those three buttons at the bottom. It’s available in settings of Android 10 and above
guy@lemmy.worldto Technology@lemmy.ml•Google is already pushing Web Environment Integrity into Chromium1·2 years agoUnless everybody fully customises the display and styling of the adverts for their own website, there’s going to be some sort of targetable, recognisable pattern in the way AdSense content looks. Most developers just want an easy drop-in solution.
Furthermore, Google don’t necessarily want to give you that level of control over the adverts, because that makes it easier to game the ads system with malicious, fake and misleading clicks or invisible adverts. They need their tracking tech attached to it.
I’ve seen Electron based apps do this sometimes. GitHub Desktop, for instance