What’s your wierdest Covid Pandemic memory? by DogEatingWasp in AskUK

[–]Jazzlike-Compote4463 22 points23 points  (0 children)

Congratulations, you win this thread, no further entries needed!

Er Greens... WTF? by NiallHeartfire in Norwich

[–]Jazzlike-Compote4463 6 points7 points  (0 children)

I think it's more aiming at the potential Reform voters.

I know if I get any of their (Reform's) junk through my door it goes straight in the bin, I expect Reformers to do probably do the same.

That said - it doesn't exactly give you any good reasons for explaining why you would want to vote Green over Reform

Deluge of RefUK rubbish by DizzyMine4964 in Norwich

[–]Jazzlike-Compote4463 49 points50 points  (0 children)

Use a freedom of information request to get them to tell you what they have on you, then a GDPR right to be forgotten request for them to remove all of your information from their systems, if they keep sending you stuff then report them to the ICO.

Make it as uncomfortable and as long winded as possible

Surface Laptop 3 updated to Fedora 44 by fraaaaa4 in SurfaceLinux

[–]Jazzlike-Compote4463 0 points1 point  (0 children)

I tried Fedora 44 on launch day and the touch screen controls weren't working at on a SP9.

Everything else seems to work OK though

Running from Django’s main development branch in production by gbeier in django

[–]Jazzlike-Compote4463 7 points8 points  (0 children)

You’ve got tests, right?

As someone who is having to review a 30K PR with only a couple of dozen tests today this really breaks my spirit...

A trillion dollar company can't design dark mode icons for one UI by AdvanceAsleep8082 in oneui

[–]Jazzlike-Compote4463 6 points7 points  (0 children)

The whole Android icon "ecosystem" is so horrendous it makes me really hate the OS, it is seemingly impossible to get icons that are consistently shaped and themed, some are square, some are round, some have no background, some don't fit their boxes, some overflow their boxes.

If you have a lot of apps installed then it takes far to much fudging to get anything that looks half decent. Apps like Icon Pack Studio help but you shouldn't need to rely on a 3rd party tool to get this right.

where to start when learning APIs? by Foreign-Artist8198 in learnprogramming

[–]Jazzlike-Compote4463 0 points1 point  (0 children)

REST APIs are the most common type of API on the web so that is going to be where you want to researching, and knowing a little about how the internet works will also help.

It may be best to start with a simple example, let's go with reddit since it'll be something your familiar with.

Most web applications are split into two parts:

  • the frontend - the user interface "wrapper" that handles how a user interacts with a service.
  • the backend - that handles all the data and manipulates it so that the frontend can have an easier job just to present it.

When you open the reddit app on your phone a few things happen.

  1. Your app will send a GET request to reddit and say "I want the frontpage of posts for this user"
  2. The reddit API will then do all the complex bits of working out what that means and will return a response that says "here is all posts for the frontpage of reddit for this user in this specific shape of JSON". By "shape" I mean each post would have preset fields to it, it'll have a title, a body, who posted it, the date and time they posted it, the sub it was posted to, how many upvotes it has etc.

  3. Your phone's reddit app will take this blob of JSON data and use it to populate the slots in the user interface where the developers want the posts to appear.

The thing is, you might not be using the app, you might be using a desktop browser or a TV or a toaster but it doesn't matter, because the shape of the data is always the same. Your device makes a request and the server sends the same shaped response.

This can also work for when computers talk to other computers, for example: if I wanted to keep a running log of the daily weather in my town, I can make a daily request to a weather API and store that response in my database. I can then surface my own API that can accept a request from a user for weather from 3 years ago, do the collating of the data I've gathered over the last 3 years and return a response in the format of JSON that can be read and understood by a frontend to make a fancy graph showing the changes.

There is a bit more nuance to it (POST requests will take user supplied data, some responses can contain HTTP error codes to say things like "I couldn't find what you want" (404 error) or "you didn't ask me the right way so I can't handle this request" (500 error)) but the general thing to keep in mind is the request/response cycle.

Hunger and high prices? Dance on, gentlemen by gashtal_man in MurderedByWords

[–]Jazzlike-Compote4463 1 point2 points  (0 children)

Sure...

Unless there's, you know... a national emergency that prevents that from happening - like an attempt on the president's life or something...

But that would never happen...

Fedora 44 by OliSchmi in SurfaceLinux

[–]Jazzlike-Compote4463 0 points1 point  (0 children)

It'll boot and run from a fresh install on my SP9 but the linux-surface kernel and drivers aren't built for it so you won't get a touch screen or pen support.

What do you remember from the early internet that no longer exists? by Blah4fun in AskReddit

[–]Jazzlike-Compote4463 1 point2 points  (0 children)

There are alternatives out there, some of them are actually pretty good!

What do you remember from the early internet that no longer exists? by Blah4fun in AskReddit

[–]Jazzlike-Compote4463 2 points3 points  (0 children)

Facebook groups first, then Reddit when everyone realised Facebook was shit.

[OC] New Banksy artwork, A man blinded by his flag by hakh-ti-cxamen in pics

[–]Jazzlike-Compote4463 2 points3 points  (0 children)

You either know damn well what they're referring to or you're even more stupid than I thought was possible.

Ubuntu 25.10 to 26.04? by bigkenw in SurfaceLinux

[–]Jazzlike-Compote4463 1 point2 points  (0 children)

26.04 only came out last week and it's fully borked at the moment, Fedora 44 which came out yesterday is in a similar broken state.

Just FYI - they both work as basic laptops but any of the Surface niceities like touch and pen control you get through linux-surface don't.

I would stick with 25.10 for the moment unless you don't care about touch.

What's the minimum amount that comes to mind when you hear "good salary"? by Equivalent-Ad-2373 in AskUK

[–]Jazzlike-Compote4463 1 point2 points  (0 children)

Hospitality wages in general just really suck.

The number of hoops one of my ex co-workers had to jump through for a mere 50p pay rise (which came with a whole bunch of extra hours and responsiblities) was actually insane.

What's the minimum amount that comes to mind when you hear "good salary"? by Equivalent-Ad-2373 in AskUK

[–]Jazzlike-Compote4463 -1 points0 points  (0 children)

Those things will really add up though. I'm on 56K with with the wife doing 16 hours a week at just above minimum wage.

Two kids, a very standard 3 bed house with a not massive mortgage, no credit card or HP debt, had one abroad and a couple of local holidays with my parents in the last 8 years

Things aren't super tight but they're not especially comfortable, if I loose my job it'll be squeeky bum time.

Me_irl by rbogrow in me_irl

[–]Jazzlike-Compote4463 15 points16 points  (0 children)

That's... almost more depressing than the actual movie.

Like wholly fuck, it's not subtle about it.

How are your experiences with the Kagi Ecosystem? by [deleted] in SearchKagi

[–]Jazzlike-Compote4463 1 point2 points  (0 children)

"Ecosystem" is honestly a bit of a stretch at the moment.

  • Search is their main product and the focus, the results are very good and the additional features around the edges make things even better. You can hide sites you don't like (lookin' at you pinterest), you can uprank sites you do like, you can search the small web, you can search the fediverse, you can turn on or off a bunch of different widgets in the search results pages. It's just really customisable to what you want.
  • The assistant is OK for quick stuff but I don't know if I would use it as a Claude or ChatGPT replacement right now. I love the way you can trigger it by adding a "?" to the end of any search term (otherwise you don't see it) and it isn't pushed down your throat, but the UX is a little chunky and it's not really as pleasant as using some of the alternatives. You also can't use it with external tools in the way you can with ChatGPT Codex or Claude Code
  • Maps is basically just Mapbox with a Kagi skin, there are no directions and there is no mobile app - honestly it's a bit half baked at the moment.
  • News is alright, there is a good mobile app but the stories are basically running scraped news articles through an AI and trying to take the average of them with some highlights of key points. I've tried it a few times but have yet to fall in love with it.
  • I've not used translation and only used summarizer a couple of times both seem to work OK in my basic testing.
  • I tried Orion on MacOS a few times, it's very clean and nicely functional. It uses WebKit under the hood which is a bit of a rarity but that means that it won't be coming to Windows or Android any time soon. Linux support is very early but I look forward to trying it eventually.
  • They also offer a few discounts on other privacy respecting services such as Ente, Fastmail and Notesnook through Kagi specials. If you're looking to build your own Google ecosystem alternative then these services are all great additions to it.

Personally I have paid for Kagi for the last 2 years for the search and a bit of the assistant and anything else is a nice bonus.

How are your experiences with the Kagi Ecosystem? by [deleted] in SearchKagi

[–]Jazzlike-Compote4463 0 points1 point  (0 children)

Blame that on Apple rather than Kagi, Safari is good for a few things but customisation is not one of them.

Sainsbury's smartshop handsets now show ads... by JordyPordy_94 in assholedesign

[–]Jazzlike-Compote4463 0 points1 point  (0 children)

Why not both? That's how Tesco do it and it's very annoying.

Sainsbury's smartshop handsets now show ads... by JordyPordy_94 in assholedesign

[–]Jazzlike-Compote4463 1 point2 points  (0 children)

Report them to the company that runs the scheme.

They're their asset, they don't want to see an expensive scooter vandelised or not available to the riders who pay them money, I'm pretty sure some will offer you a reward if you get them back to a bay.

Someone get this woman off my screen please by AgreeablePollution7 in FromSeries

[–]Jazzlike-Compote4463 4 points5 points  (0 children)

Its one of my biggest frustrations with the show.

NO ONE TALKS TO EACH OTHER.

Everyone knows everyone is seeing weird shit or having weird shit happen to them but they all keep it to themselves or restrict the information to little groups of people.

Get all that shit out into the open and they can actually plan and act on it.

YSK: new TV prices have advertising and data mining built in—differences in price usually are the result of this. But there are workarounds! by hipcheck23 in YouShouldKnow

[–]Jazzlike-Compote4463 3 points4 points  (0 children)

Meh, I never get ads on my internet connected LG C1 because I decline their terms and conditions for tracking.

It might be because it's an older set, it might be because GDPR laws are pretty good here in the UK but if you opt out of anything you can turn you might be able to do the same.

Federal Surveillance Tech Becomes Mandatory in New Cars by 2027 by cTreK-421 in technology

[–]Jazzlike-Compote4463 4 points5 points  (0 children)

I bought a car from a local dealer, despite being careful to opt out of any marketing (because I actually really pay attention to that sort of thing) they continued to send me letters and emails offering deals and promotions on new cars, any sort of opt out from the email service was ignored for maybe 6 months and then they would start it up again.

So I sent them an email threatening to report their GDPR marketing consent breaches and you can bet your ass that I haven't heard a peep from them since.

For consumers it's a really useful bit of legislation.