Faresh

joined 2 years ago
[–] Faresh@lemmy.ml 4 points 2 days ago

I'm using both.

[–] Faresh@lemmy.ml 14 points 2 days ago* (last edited 2 days ago) (3 children)

I installed NoScript just a few days ago, because I'm forced to use a really weak computer that struggles to even browse the modern web. I feel like NoScript improved it a lot, and while quite a few websites broke (including lemmy) (but most will still display the content), I just set the ones that I need working to trusted, but the performance is still good (I should note I'm also using it in conjunction with an automatic tab discarter).

I however also don't directly use Google. Both SearX and Yandex don't need javascript, so I'm unaffected by these news, despite being a bit mad about it as a reflection of the direction the web is going as a whole.

[–] Faresh@lemmy.ml 9 points 3 days ago

It's intentionally badly cropped for comedic effect.

[–] Faresh@lemmy.ml 9 points 3 days ago

The hover-over text says "Disclaimer: I have not actually tried the beta yet. I hear it's quite pleasant and hardly Hitler-y at all."

[–] Faresh@lemmy.ml 11 points 3 days ago* (last edited 3 days ago)

This leaves out a lot. xananax did use the n-word in a few messages 8 years ago to refer to himself as a joke, in response to being called that in other communities (he's arab and thus one of the slurs was sand n-word). He has apologized for those messages a long time ago, and throughout the years has shown no tolerance towards towards racism or any other kinds of bigotry. What he did do sometimes was use some very strong and crude language (think on the level of calling someone human filth) towards such bigots (if I recall correctly there were at least two instances of such events in the past once towards someone defending israel's actions and another towards a transphobe, he did apologize for both I think). Like, I think he can be criticized, but not for racism.

Also, I think the main drama is just bigots suddenly noticing Godot's stance in regards to inclusiveness that the foundation had the whole time, from a tweet by the foundation sarcastically using the word "woke" and encouraging people to share their games that are "woke". The xananax thing isn't really the main drama, I think.

[–] Faresh@lemmy.ml 7 points 4 days ago* (last edited 4 days ago) (2 children)

echo and alias are both shell commands. If the shell is running (which it obviously still is), those commands should still work, as it does not involve reading data from disk, but from memory.

Edit: I just noticed the picture said cd was not found, which is also a shell built-in. So, I don't know.

[–] Faresh@lemmy.ml 1 points 5 days ago* (last edited 5 days ago)

Let's hope some day this bug gets fixed: https://github.com/godotengine/godot/issues/71929

I couldn't run it because of that bug back when I tried it.

[–] Faresh@lemmy.ml 5 points 1 week ago (2 children)

You find it enjoyable? I regularly touch electric fences, but not because I want to but because I'm too stupid to think of another way to figure out if the thing is working. I find it to be the opposite of pleasant.

[–] Faresh@lemmy.ml 2 points 1 week ago* (last edited 1 week ago) (1 children)

I thought that corsets didn't really constrain breathing and that idea was mostly from men deriding women's fashion?

[–] Faresh@lemmy.ml 1 points 1 week ago

There are socks with padding?

[–] Faresh@lemmy.ml 5 points 1 week ago (1 children)

So also not a struggle session that ends with snuggles?

[–] Faresh@lemmy.ml 6 points 1 week ago (7 children)

Only the peanut butter or also the peanuts themselves? Because I eat an absurd amount of them to pass time

1
PR🌚🌚F (mander.xyz)
 
 

cross-posted from: https://lemmy.ml/post/13221450

This is a of a post made during a time where outgoing federation for lemmy.ml was broken. I hope lemmy.ml readers will forgive me for shoving my filthy little words under the shining gaze of their precious and observant eyes for a second time.


I have a Kindle Paperwhite (7th generation). (Stallman weeps) It appears people generally customize their kindle beyond Amazon's original design by jailbreaking it. But I was wondering if I could replace the entire system on the kindle by a new one, for even more hacking fun.

It appears Kindle Paperwhites run on ARM processors, so there should be plenty of compatible software. However, it appears flashing the ROM of kindle only appears in the context of something called the Kindle Fire. Why is that? Is there any reason ROM flashing for the paperwhite kindles isn't common? The only reasons I could think of is that disassembling and reassembling the kindle paperwhite is kinda annoying (especially with the glue holding the case together) and that maybe not everyone has a board to externally flash ROMs. I've also thought that maybe the ROM is write-protected or that the software is signed and that the Kindle will refuse to boot off of anything that hasn't received Jeff's blessing. Is there any existing guide on flashing a custom ROM? Have any ROMs been created already?

Maybe my foolish self has not searched good enough and hasn't found the discussions on ROM flashing of other kindle models, but in any case I think it's good to have this discussion on here on Lemmy too even if it potentially already exists somewhere else on the internet, so that other fools like me may come across your wisdom and be enlightened.

If this is complete and utter nonsense what I'm babbling about, can I at least somehow download the firmware and software running on the kindle from the device, so that I may poke and probe it with my disgusting, dirty little fingers, defiling Amazon's intellectual property?


I hope that you have a good day and that the following days be good too. If I am stupid for even mentioning the idea of a good day, I wish that some day our suffering may end and that a good day be something we all can look forward to.

 
 

People who struggled with procrastination and have now stopped, what made you stop procrastinating? What do you think were the factors leading or contributing to your past procrastination and how did you stop or improve the situation?

Please don't answer with the "I'll tell you later" joke.

 

Most introductions to unit testing give very simple examples of functions that simply receive some arguments and produce a result. However a lot of software has to read input from external sources, such as from the internet, from the file system, or from the user during its execution. How does one write tests for such software?

For simple software that only reads a few files from the file system, I imagine can be tested by writing some files for the test to give to the tested program, but what if it becomes more complex? Or what if you are trying to test a web scrapper for a website, would the tests run a web server and simulate the targetted website? Or for the GUI, how would one test that the user can see what they are supposed to see, when they click a certain way at a certain time?

Maybe the parts that read the data shouldn't be tested and only the functions that code relies on should be tested? I don't know.

 
view more: next ›