Sidebar

For all your programming needs

"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
For all your programming needs pcouy 3 days ago 100%
Mitosis in the Gray-Scott model : an introduction to writing shader-based chemical simulations pierre-couy.dev

cross-posted from: https://lemmy.pierre-couy.fr/post/678825 Hi ! I've been working on this article for the past few days. It would mean a lot to me if you could provide some feedback. It is about implementing a physico-chemical simulation as my first attempt to write a shader. The code is surprisingly simple and short (less than 100 lines). The "Prerequisite" and "Update rules" sections, however, may need some adjustments to make them clearer. Thanks for reading

5
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
For all your programming needs ksynwa 3 weeks ago 100%
title
23
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
For all your programming needs yogthos 2 months ago 100%
"JavaScript Haikus - Tiny Code Adventures" by Frank Force https://www.youtube.com/watch?v=CagnRwPkw_M
4
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
For all your programming needs yogthos 2 months ago 81%
Making of Q1K3, a tiny FPS for js13k www.youtube.com

https://github.com/phoboslab/q1k3

7
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
For all your programming needs yogthos 3 months ago 100%
Open Source 'Eclipse Theia IDE' Exits Beta to Challenge Visual Studio Code visualstudiomagazine.com
10
6
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
For all your programming needs yogthos 7 months ago 83%
Scientists Find Optimal Balance of Data Storage and Time www.quantamagazine.org
4
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
For all your programming needs juha 1 year ago 87%
SQL Question

Hi! Let's say I have a questions system and the writers of questions always add at least one but maybe more clues for the question. Would it be better design to have each question have its own table for clues, even though the vast majority of the time the questions only have 1 clue? (ie is it inefficient to create like a zillion tables for a database?) Or would it be better to have a "clues" table, where each clue stores which question ID the clue applies to? (ie are later queries linear in time based on the amount of clues in the table which would be bad?) Thanks for your help! And I'd appreciate motivations for the answers too so I will understand better.

6
11
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Has anyone used Github Copilot? Do you find it helpful?

I’ve tried using ChatGPT for some basic coding syntax/logic, and I’ve had mixed results. Usually not so great. Wondering if it had access to the whole code base and could better understand the context of the code if it would be better. What’s your experience been like?

6
5
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Thanks for your ideas, comrades!

I just can't find the words to describe how happy I was to receive so much feedback and understanding on your part, this community is truly wonderful <3 I'll work on some of your (legal) ideas in my spare time, which is not much but I work fast! So far I've designed a generalized edit distance function with some pretty cool properties that would make it useful for running an organization under non-friendly conditions: ``` $ cat message1.txt Liberal anti-fascism is a reactionary idea. Anti-fascism is not practical without being anti-capitalist. $ cat message2.txt The anti-fascism of liberals is not a progressive idea. It is impractical with no anti-capitalism. $ cat leak.txt Liberals' anti-fascism is not useful without anti-capitalism, not a progressive idea. $ ./trace.py leak.txt message*.txt Delta | File name ---------------------- 19 | message1.txt 8 | message2.txt Predicted origin of 'leak.txt' is 'message2.txt'. ``` So far it works with any sufficiently long text I've thrown at it. Make two versions of any text, rewrite any of the two into a third file, and the algorithm will trace its origin. Also the math is pretty elegant! For obvious reasons I won't be publishing any of it any time soon :) Maybe the RTC will advise me on what to do. Or maybe I'll just hoard a bunch of software like this. Anyway, thanks, I'll keep at it.

9
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Theory forum

Imagine a forum where each post is piece of theory. Users can create and rate connections between posts. There are three types of connection: introductory, elaborative and contra. How could one easily implement such a forum (as someone who knows nothing about web-dev)? Would lemmy work? All you'd need is three bot-generated pinned top-level comments under each post, one for each type of connection, then users submit connections in the form of links as replies to those top-level comments. Though it would be nice to be able to sort those replies by rating. Does Lemmy fulfill any/all of those requirements? Any other software that could fit the bill?

3
2
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
How long would it take someone to be proficient at coding/programming if learning from scratch?

I have absolutely zero background or knowledge on coding/programming/IT/software/computing etc, but I've recently taken an interest in it. How much time, effort and resources would I need to sink into it in order to become at least borderline competent?

5
6
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Is there any good organisational freeware for quickly turning out phone banking lists?

I'm a membership organiser with a community union and spend an inordinate amount of my time prepping excel spreadsheets with membership data. Is there anything out there I could use to split the entire data set into sheets with tables of, say, 20 members each, their contact details, plus boxes for whether or not they can attend this or that event?

7
9
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
For all your programming needs nour 2 years ago 100%
Anyone here got experience with the Chinese RISC-V chips?

I've been thinking about acquiring one of these for a while, because RISC-V sounds quite interesting, but I think I should ask about it here before I spend money on this stuff and the shipping... First of all, how well does it run Linux? It appears that MangoPi uses their own distro, so I could imagine that a standard one wouldn't run... I don't know about the Sipeed chips. Did anyone here try? Secondly, which specific model do you have? It's a little hard to get an overview of what's currently available (MangoPi and Sipeed are the only two that I know), I would appreciate a list or just the name of the one you have. And, in general, what's it like? Does the shipping take long? What are you using it for?

16
9
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Guide to the Herbert Stoyan collection on LISP programming https://oac.cdlib.org/findaid/ark:/13030/kt038nf156/

It's interesting how western computer science inspired other countries.

4
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Awesome [Soviet-style] Functional Programming [Propaganda] Poster - r/lisp

Pic goes hard. [Link to the Reddit thread.](https://leddit.xyz/r/lisp/comments/1nh0ow/awesome_functional_programming_poster/)

13
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
For all your programming needs mmhhkk 2 years ago 100%
ML/communist opinions on P2P file sharing?

Aside from the proverbial legal use of "linux ISOs", file sharing software is best known for the facilitation of digital piracy. I'm not gonna lie, as a third world person who grew up in the days of dial-up internet, before YouTube and legal music streaming were even concepts, my cultural horizons would have been much more narrow without P2P software growing up. Radio stations only played (and still play) whatever was popular at that moment, in that place; CDs were expensive, and stores didn't allow you to preview music before purchase other than a few high-charting albums; my family was poor and we were unable to afford video games, and so on. Piracy via P2P software allowed me to get my hands on a vast amount of music, games, software and movies that I wouldn't have even known about without it. It shaped my life beyond belief, and that's just my personal experience with it. Legal streaming services wouldn't have appeared if the traditional business models of the entertainment industries hadn't collapsed due to P2P piracy. My cultural enrichment experience was certainly not the only one in the world, and there are quite a few popular musicians out there who credit music piracy for introducing them to tons of music they wouldn't have found otherwise. That said, from a workers-centric Marxist perspective, the collapse of the music industry in particular only worsened material conditions for every musician and band that wasn't a superstar already, as they were no longer able to make a living off selling albums, since sales plummeted directly as a result of P2P file sharing becoming so popular. While the immediate adaptation of the music industry in the early 2000s (iTunes) did try to get on with the times and offer the purchase of individual songs for 99 cents and albums for $9.99 from the comfort of your computer, it did not end piracy, and only the arrival of the streaming model managed to do that. The streaming model, however, has devalued music more than ever before in history: - Streaming pays $.004 per stream in average (Spotify numbers, other platforms pay slightly more or less). A small local artist who might receive 1000 streams a month would be making $4 a month or $48 a year. An artist would need 14500 plays every day to make minimum wage off streaming. - [Only the first 30 seconds of each stream count as a play, de-incentivizing artists from making longer musical explorations and bringing us back to '50s AM radio-era 2-minute tracks as standard.](https://www.theverge.com/2019/5/28/18642978/music-streaming-spotify-song-length-distribution-production-switched-on-pop-vergecast-interview) - [Spotify will only let artists pitch one song off each album for their curated playlists and for advertising on users' front pages](https://spinnup.com/blog/how-to-use-spotify-for-artists-playlist-pitching-tool/), de-incentivizing the album format as a whole. - Spotify's algorithm also likes to see constant YouTube creator-style releases from artists, promoting artists that value quantity-over-quality creatively, and hurting musicians who would rather take their time and release one album a year or less. (You might recall your favorite band releasing one album every 3 or 5 years, even. These would fare horribly on Spotify's algorithm). On the other hand, listeners love the fact that for only $10 a month they can instantly enjoy all the music they can listen to, legally. But aside from the streaming services themselves, only huge artists benefit from this deal. All in all, this represents an absolute worsening of material conditions for the vast majority of artists. There's this essay here that explains the reasons way better than I can (tl;dr it's the capitalists' fault, both the streaming services and big record labels): https://medium.com/@michaelcbrook/this-is-why-spotify-pays-so-little-how-to-fix-it-1e0c0e1ef860 Now, my questions are: did this devaluing of music really begin with P2P file sharing, and did it directly lead to today's terrible conditions for artists, or is it only capitalism's fault for "locking in" that devaluation by offering unlimited music to customers for the price of a single album a month with a model that benefits the biggest labels over the actual artists? (my personal opinion is that this could be overcome with a different royalty model, as the one proposed with services such as resonate.coop) But most importantly: - **Has the revolutionary potential for P2P file sharing been exhausted as of 2022?** - **Is piracy still revolutionary? Was it ever?** - **What is revolutionary software now?** I know I'm focusing on music in this post, since as a musician, that's the field I have the most first-hand experience on, but I'd like to know if the P2P file sharing phenomenon had a similar effect on other industries. Let me know guys if you have any experience on that.

13
2
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
There's no way this Common Lisp code captures DiaMat...

```lisp (defun contradiction (x y) (not (eq x y))) => CONTRADICTION (contradiction 'labour 'capital) => T (contradiction 'labour 'labour) => NIL ``` Oh... ```lisp (setq proletariat '(labour runs-means-of-productions)) => (LABOUR RUNS-MEANS-OF-PRODUCTIONS) (setq bourgeoisie '(capital owns-means-of-production)) => (CAPITAL OWNS-MEANS-OF-PRODUCTION) (mapcar #'contradiction proletariat bourgeoisie) => (T T) ``` omg.

5
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
How capitalism contradicts hacker culture (in computer science).

Hacker culture fundamentally contradicts with capitalism in their principles; capitalism is based on surplus value, while hakcer culture is based on communist values: collectivization (of program code) and revolutionary action. # How the UNIX philosophy favors capitalism The UNIX philosophy is a philosophical guideline for software development that was formed in the 1970s; it formed because hardware resources in all computers were minimal during that period. An important detail (that is not mentioned) is that computers were under the influence of capitalism. **The lack of hardware resources favors capitalism; because it demands that the consumer must buy more hardware.** This means that computers developed under capitalism necessitates arbitrarily gradual increments in sold computer hardware. It is in this system that the UNIX philosophy forms. Practice is directly related to theory; **so the resulting theory of capitalist computers in the past is the UNIX philosophy.** **So, capitalism subverts hacker culture by favoring profit over technology.** LISPs (and by extension LISP machines) have a cultural association with hacker culture due to being efficiently flexible. (I wouldn't be surprised if there was or are propaganda against LISPs and LISP machines as a result.) Hence, the UNIX philosophy was heavily promoted to fight against hacker culture. ## "Write programs that do one thing and do it well." This allows the capitalist to easily profit by selling each program under the guise of being efficient due to the UNIX philosophy. Base UNIX tools could have a heavy expense, while more complex programs with redundant functionality have a cheap expense. # LISP machines... Lisp machines are general-purpose computers designed to efficiently run Lisp as their main software and programming language. Lisp is an efficiently flexible language that is fostered in hacker culture; LISP's read-eval-print-loop promotes collectivization through interactivity. Lisp machines are technologically superior in efficiency and flexibility as a result. ## ...promote socialist values. ### Collectivization LISP promotes collectivization (of program code) to the person through the read-eval-print-loop (REPL). A REPL promotes interactivity and experimentation, an environment were a person can freely learn at their own pace. ### Revolutionary Action **LISP promotes revolutionary action through (the *interactivity* of) the read-eval-print-loop (REPL).** This seems absurd, but think it. Compilers that do not use a REPL result in programs that can *only* compiled machine code. Program code is difficult to reverse engineer without the source code; because the source code is often converted to machine code. The result is that **programming languages that lacks runtime interactivity dissuade socialist values in users.** The user cannot freely tinker with the program code without the program becoming unstable. Users of compiled programs, formed with languages designed to soley be executed, are dissuaded from collectivizing machine code in the program and utilizing revolution action to improve the material conditions to achieve goals; even when the program's source code is open. For example: C is a popular programming language in operating systems; because it lacks interactivity. Open source code often works against the capitalist's advantage, so they close the source code to prevent the proletariat from freely copying the source code and compiling it themselves. Although the Linux kernel is free and open source, there is still a contradiction between the program code and the user. The program code runs independently of the user because it was not designed with interactivity in mind. ## ...contradict capitalism's principles. Profit forms the base of capitalism. Developing high hardware resources for computers are expensive investments; therefore capitalism promotes minimalist hardware resources to increase profitability. LISP machines were expensive to the consumer because more labor needed to be invested in them. **LISP machines are technologically superior in efficiency and flexibility (due to being a list processor and the REPL);** but capitalism demands halting development for profit; and Lisp machines were only expensive to build because developing good computers works against the capitalist's profit. # Summary **The UNIX philosophy seems to be a mostly corporate philosophy that carries a reformist message;** a philosophy to weakly justify the lack of hardware resources in computers developed in capitalist countries, and distract the proletariat from real change. The present material conditions work against the UNIX philosophy; yet it's still promoted as being efficient. **LISP contradict capitalism's principles** because it's based on socialist (arguably communist) values: collectivization and revolutionary action. LISP promotes these values through the REPL and favoring linked lists. I suspect that the UNIX philosophy is intentionally promoted by the capitalist to slow the inevitable development and use of LISP and LISP machines. (This idea hasn't been confirmed.) --- So what do you think of this? I'll probably append more details in the future.

17
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
For all your programming needs savoy 2 years ago 80%
Is there a Python exercise list similar to rustlings?

For anyone that doesn't know, [rustlings](https://github.com/rust-lang/rustlings) is a "project [which] contains small exercises to get you used to reading and writing Rust code. This includes reading and responding to compiler messages!" I'm going to help someone with learning Python. After we go through [*Automate The Boring Stuff With Python*](https://automatetheboringstuff.com/), I was hoping we could work through something similar to rustlings, as it's really an incredible set of exercises that helped me immensely. If there isn't, I might look into creating something similar that follows along with [Python 3 tutorial](https://docs.python.org/3/tutorial/index.html), as that covers a good chunk of the language and would also expect a basic grasp of Python and programming concepts.

6
4
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
ProleSoft: An organisation of Marxist Free and Open Source software developers https://prolesoft.github.io/
19
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Has anyone applied dialectical materialism to programming?

cross-posted from: https://lemmy.ml/post/396294 > It seems like there's no English material on this topic.

5
3
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Protestware on the rise: Why developers are sabotaging their own code techcrunch.com

*Sigh* It's *still* going on?

12
4
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Carbon, a new programming language from Google, aims to be C++ successor 9to5google.com

Yep, I knew it. Google is trying to recuperate C++.

7
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
When does programming (alone) get cumbersome for you?

cross-posted from: https://lemmy.ml/post/380388 > For me, it's when I start prototyping. I lose the little amount of interest I had.

5
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
How do you programmers deal with over engineering?

I feel like I waste my time on thinking a good solution rather than getting a prototype out.

6
2
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
If LISP is flexible enough to represent every existing programming language, then why use languages other than LISP?

cross-posted from: https://lemmy.ml/post/351928 > Lisp is a very flexible language; I don't see why people can't just use LISP instead of other language, since it technically has every feature of every language.

8
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
POV: You want to replace blacklist and whitelist with less racist terms.

cross-posted from: https://lemmy.ml/post/355851 > and it only takes a few seconds to do too!

3
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Notepad++ Dev is still spouting propaganda. https://notepad-plus-plus.org/news/
19
11
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Linus Torvalds: Rust For The Kernel Could Possibly Be Merged For Linux 5.20 www.phoronix.com

Hopefully Linus is aware that big tech donates to Rust.

4
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
It seems like Google is trying to recuperate the ISO for C++. https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2137r0.html#platforms

[From unixsheikh.com:](https://unixsheikh.com/articles/this-is-how-you-keep-your-dignity-and-not-sell-your-soul.html) > This proposal, for the next standard of C++, which is a general-purpose programming language, lists hardware architectures, OS platforms, and environments that should be prioritized. From a technical point of view, this is absolute nonsense. It is not the place of a programming language to prioritize hardware architectures or OS platforms. It is the job of a compiler for this language to implement the specification for various platforms and the implementation may be more or less optimized depending on the backend, but the language itself should be entirely agnostic. And even if you accept the premise that it makes sense to define a list of priorities, let's take a look: none of the various BSD operating systems have made the list, despite having significant, vibrant communities and a long history of working, but Fuchsia, Google's own, not-ready-yet operating system, has. Hmmm. Also, there is a curious insistence on prioritizing little-endian hardware, which would be detrimental to a certain number of embedded systems and other platforms, but it so happens that Google uses none of them. > > And it just so happens that out of the 17 authors of that document, 8 of them are working at Google. Seems like Google is trying to recuperate the ISO to convert C++ into corporate bloatware. I would be cautious when using C++ in the future.

8
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
For all your programming needs savoy 2 years ago 66%
Google has been DDoSing SourceHut for over a year https://drewdevault.com/2022/05/25/Google-has-been-DDoSing-sourcehut.html
1
4
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Inquiry into educational mathematics freeware

So the other day I was burning time doing a little bit of Spanish practice on the free version of duolingo when I thought to myself "wouldn't it be fantastic if something freely available like this existed that comprehensively taught mathematics up to a university level". Does something like this exist and if so is it any good? Ideally the software I imagine is totally comprehensive; offering not only tutorials on everything from the absolute fundamentals to advanced topics but also problem generators that allow people to apply the lessons, practice and test their understanding under a wide variety of possible circumstances. Does such freeware exist? A readily available, approachable and most importantly freely available resource of this kind could be a huge boon for spreading mathematical education all over the world.

1
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
All EFF’d Up - Yasha Levine thebaffler.com

> When previous internet privacy scandals hit—from the Apple dispute with the FBI to Edward Snowden’s NSA leaks and even to obscure data gathering provisions in anti-piracy laws—groups like the Electronic Frontier Foundation had been out on the cyber-barricades, piling up the e-tires and setting them ablaze with memes and gifs. They organized online protests, website blackouts, digital strikes, cyber pickets, and even physical rallies: you name it, they did it all. And that made sense. Because EFF’s leaders, together with their digital-rights comrades shoring up the bulwarks of civil society as we know it, were supposed to be go-to defenders of the people on the internet. They were professional activists, attorneys, and technologists who did the hard, thankless work of keeping the internet free and democratic. > > And yet something broke down with the Facebook-Cambridge Analytica scandal. On paper, this controversy looked to be a dream organizing opportunity for EFF and its allies. Here was a Silicon Valley giant using its platform to spy on Americans and subvert the workings of our democracy. EFF should have been leading the charge. And yet in what was arguably the greatest public dispute concerning the planet’s largest social networking platform, EFF was AWOL—nowhere to be found. As I continued scanning the privacy group’s website in the weeks after Mark Zuckerberg’s appearance on Capitol Hill, all the advice it offered to irate and concerned Netizens seeking to preserve their privacy on Facebook were pro forma notifications telling them to opt out of platform API sharing and download EFF’s Privacy Badger ad blocker extension for Chrome—a browser made by Google, a Silicon Valley surveillance giant. > > The silence of digital advocacy groups was deafening, and even insiders began to question their motives. April Glaser, a Slate tech reporter who had previously worked at EFF, penned a heartfelt appeal for EFF and other tech watchdogs to do something—anything—to protect the American people from Silicon Valley surveillance. “Privacy advocates know how to build coalitions and campaigns. They know how to make demands, and they know how to hatch an action agenda fast,” she wrote. “But it didn’t happen over the March weekend that the Cambridge Analytica news broke.” She wondered why the normally spunky and combative advocacy groups—groups that she admired and worked for—were sitting on the sidelines. “If the people whose job it is to care about digital privacy can’t be bothered to push for laws to regulate how Facebook treats the data we give it,” she wrote, “why should Congress?”

1
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
How it works - Briar https://briarproject.org/how-it-works/

Briar is a messaging app designed for activists, journalists, and anyone else who needs a safe, easy and robust way to communicate. Unlike traditional messaging apps, Briar doesn’t rely on a central server - messages are synchronized directly between the users’ devices. If the internet’s down, Briar can sync via Bluetooth or Wi-Fi, keeping the information flowing in a crisis. If the internet’s up, Briar can sync via the Tor network, protecting users and their relationships from surveillance.

2
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
For all your programming needs pimento 4 years ago 100%
TOR was built by the US government for CIA assets in enemy territory https://fanontodon.zapto.org/@SonOfFanon/104678373823766436
2
-1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
I regret to inform you that Notepad++ has betrayed the workers

but seriously what text editor do y'all use?

8
6
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
For all your programming needs savoy 4 years ago 66%
Just gonna throw out my git repo if anyone uses IPFS and would like a simple wrapper or would be interested in personal budgeting software https://git.sr.ht/~savoy

EDIT: URL has been changed to new git location on [sourcehut](https://sr.ht). Not all projects mentioned below have continued to exist. So I just kinda code as a hobby and as a result I probably have a lot of shitty code. I just recently started looking into IPFS and really just wrote up `ipm` yesterday as a way to handle pins better, as the having to remember hashes or blindly look around your repo got annoying very quickly. `capital` is so aptly named as it's meant for those with a lack of it 😏 basically I'm very on top of making sure my finances are okay since capitalism makes have to worry about money. It started off as my second project ever so there's probably a lot that I should work on and it's not yet complete (e.g. paying off credit cards is still done manually through SQL as I haven't put in the functionality) but it works well for my flow. Just ignore `savoybot` lmao, it's been through a lot. That was my first ever project and I had to do a lot to go around Discord's awful API. Apparently now all the stuff I hacked around is made a lot easier, but I probably won't go back to it since fuck Discord. It'll either get rewritten for Matrix or just scrapped and a Matrix bot start anew. What I managed to get out of it is pretty nifty though.

1
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
For all your programming needs ksynwa 4 years ago 100%
Threads like this always bring out the best and the most beautiful of the Linux community. https://i.reddit.com/r/linux/comments/hp8sfv/linux_adds_inclusive_terminology_guidelines/
2
6
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
For all your programming needs ksynwa 4 years ago 100%
Do you guys know about the `suckless` people being Nazis? https://nitter.net/kuschku/status/1156488420413362177

Kinda weird how you find Nazis in the most unlikely places. Thankfully I was only using their terminal emulator so I switched to alacritty. Also relevant: https://news.ycombinator.com/item?id=20845633

4
6
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
NLnet funding, and Lemmy v0.7.0 with new image hosting!

[Post on dev.lemmy.ml](https://dev.lemmy.ml/post/35293) Let's start with the biggest news first: Lemmy is receiving funding from the [NLnet foundation](https://nlnet.nl/)! The funding is for a total amount of 45.000 €, which will allow [/u/dessalines](/u/dessalines) and me ([/u/nutomic](/u/nutomic) ) to work on Lemmy full-time for at least half a year. We have created various milestones for the work we are planning to do. Most of them are about getting ActivityPub federation ready for production. In addition, we will work on: - better accessibility - private communities and instances - reworking search - creating a `joinlemmy.ml` type site - the option to block other users or communities The details of the milestones will be posted on our github issue tracker soon. We're very excited about this opportunity, and can't wait to finish federation. In other news, we have just released [Lemmy v0.7.0.](https://github.com/LemmyNet/lemmy/blob/master/RELEASES.md#lemmy-v070-release-2020-06-2x) Most importantly, this update switches to [Pict-rs](https://git.asonix.dog/asonix/pict-rs/) for image hosting, due to various performance-related issues with Pictshare. Pict-rs was coded from scratch in Rust by the amazing @asonix, who also created the ActivityPub library for Rust. We can't thank him enough for all the work he is doing for Lemmy! We'd also like to thank the following people for their contributions: - @iav for their work in building arm compatible rust docker images and builds. - @ernestwisniewski and @bytesnake for code contributions. - Many others for contributing translations via the [Lemmy weblate.](https://weblate.yerbamate.dev/projects/lemmy/) - Our [Patreon](https://www.patreon.com/dessalines) and [Liberapay](https://liberapay.com/Lemmy/) supporters who help us devote more time to Lemmy (We're still very far from these being able to sustain two developers) - Everyone else who contributes to Lemmy, be it by coding, hosting instances or just using it and spreading the word! Other than that, since v0.6.0 in January [we've closed over 100 issues](https://github.com/LemmyNet/lemmy/milestone/16?closed=1), fixed tons of bugs and added many new features. [You can find the full changelog and upgrade instructions here](https://github.com/LemmyNet/lemmy/blob/master/RELEASES.md#lemmy-v070-release-2020-06-2x).

1
0