I installed Gnome and now everything looks like macOS. Help!!!
Developer. Feminist. Ecologist. Used to be a protection Paladin.
I installed Gnome and now everything looks like macOS. Help!!!
Our Very Stable 4D Chess TwitterBoy Genius has become so fantastically effective in killing his brands.
First Twitter.com, then TwitterCars and the TwitterTrucks.
Will he kill SpaceTwitter too?
And what about TwitterDigger? Is this still a thing?
But what exactly is this measuring?
Hard to tell honestly.
phpBB and Wordpress are websites engines. It doesn’t take into account the content of the websites they are serving, and more importantly the bloated advertising scripts that might be added to the sources.
Mastodon? What are we even talking about here? The content? The engine? Which instance?
So, while it’s true that some websites are bloated and some are not, OP’s post says absolutely nothing about it. Size means nothing when a single picture can easily outweigh a huge javascript file mining some bitcoins. For the same reasons, loading times mean nothing either.
Memory usage, FPS, Cumulative Layout Shift, First Input Delay, Largest Contentful Paint, any data gathered from the performance API. There are tons of efficient way to measure a website’s efficiency.
Finally, a website can fail to load for many reasons. First of which can be a 504 Bad Gateway Timeout, which is an event based on an arbitrary value on the server’s side.
In the case of a non-existing property, the value would be undefined rather than null.
And while == and != exist in JavaScript, most linters will throw an error and require a === and !== instead as they should be avoided.
null == undefined // true
null === undefined // false
Besides, null is a perfectly valid value for a property, just as 0. Working with API Platform, I couldn’t tell the number of times I used this kind of statement:
if (property || property === null) {
// do some stuff
}
Probably just as much as
if (property || property === 0) {
// do some stuff
}
Did she get his number?
in javascript a property is truthy if it exists
myThing.property = "some string"
if (myThing.property) { // true
// do something
}
It works with everything except of course for falsy values
myThing.number = someNumberThatShouldNotBeEqualToZero
if (myThing.number) {
// do something very important with that number that should not be equal to zero
}
// This can fail at anytime without warning
So you’ve got to be extra careful with that logic when you’re dealing with numbers.
I am not saying it’s wrong though. I’m saying it’s often annoying.
When my console throws a NaN I kinda think of it as an Halloween kid receiving a fruit instead of a candy. They won’t say “That’s a fruit”. They’ll say “That’s not a treat”.
I’m personally pissed more often by a falsy 0.
Did you know that early analog computers would literally explode when asked to divide by 0?
Now computers just say “Hey stupid, that shit is not even a Number in a mathematical sense, but sure I’ll add one to it.” instead of “Why would you kill me like this?”
You can’t really define Infinity as a number, yet it is part of their world.
So typeof NaN === ‘number’ totally makes sense in that regard.
If you ever worked with arrays of dates, don’t judge NaN too harshly.
Hello,
If you only want to track the number of page views you can do something simpler.
On your website, add an empty image with a known name in the footer that point to your home server (no proxy needed if your website allows loading images from external site)
You should see the attempt to download the empty image in your home server logs. There are tools to parse your server logs for specific keys (I have Logstash in mind)
If you want to track anything else, just add another empty image linked to the website event you want to track.
I am interested in what tools are missing on Linux that exist on macOS?
macOS isn’t Unix and doesn’t contain Unix code
https://en.wikipedia.org/wiki/Darwin_(operating_system)
“Darwin is mostly POSIX-compatible, but has never, by itself, been certified as compatible with any version of POSIX. Starting with Leopard, macOS has been certified as compatible with the Single UNIX Specification version 3”
macOS also can’t just run all Linux applications. That’s nonsense. It doesn’t use the Linux kernel or its APIs and ABIs.
There are tons of ways to run Linux software on macOS https://www.maketecheasier.com/ways-run-linux-software-mac/
Now, can I talk to someone who actually knows what he’s talking about?
I do ML stuff on my Mac that even the most expensive RTX 4090 could dream of being able to do, because of a buttload of shared memory
As a developer I’ve been missing most of my tools on Linux, and the OS is just catching up.
Friendly remember that macOS is a Unix system that can run any Linux software, meaning that anything done on Linux can be done on macOS.
Proton makes Linux a perfectly fine gaming platform, with sometimes even better performance on Proton than native Windows…
Anyway Windows sucks, that we can agree on
Android got the same vibes TBH
I’m a Macuser since 2008. I have 3 Raspberry Pi and a tower PC running Arch (BTW)
As a matter of fact, I switched to Mac OS X because I first switched to Linux.
Linux is fantastic. It can run on $10 potato or a $B100 server infrastructure.
The only thing I find absolutely terrible is Windows. And Windows users.
Besides, Linux users known Steve Jobs died. 13 years ago.
Now TBH, what I do hate is so called Linux users complaining about macOS being closed source (macOS kernel, macOS programming language, macOS Web engine are open source) while having a dual boot on Windows “to play games and use Adobe”. Fuck those guys.
If you think right wing extremists can’t be into gay furry porn…
TBF This is how luxury car manufacturers sell their options. Always have been.
Space Karen sells his false self-driving option for €7500 as a software option.
Isn’t SteamOS based on Arch? Did I miss something?
It is indeed. I’m switching to the instruct model to see if I can get better results for code and documentation.
Oh boy, I missed Mixtral GPTQ and only tried Mistral 7b
Currently downloading mixtral-8x7b-v0.1.Q4_K_M.gguf
Thank you!
EDIT: mixtral-8x7b-v0.1.Q4_K_M.gguf
was to heavy for my Mac but mixtral-8x7b-v0.1.Q3_K_M.gguf
runs fine AF
You should definitely try Mistral. It runs on a potato
So it is entirely local? Absolutely
How large is it? 12 models of quantization, from 3.08GB to 7.70GB
I use mistral-7b-instruct-v0.1.Q3_K_L.gguf
3.82GB on the MBA
Note that it might crash sometimes during computation. Just push the button “reload” then “continue” and the model finish its sentence as if nothing happened. I don’t know if its related to MLStudio (the app using the model) or the model itself though.
Manjaro Gnome on a Raspberry Pi 4 4Gb + SSD is just fantastic.