None

Here is the cipher. The question :marseyconfuseddead: has been scrambled from its original form.

>oewph spws nhit ircthe en npeatsiiad rsnhetd otne otnhsentseuclh ls etwts een inemeyh,locieut s tkeiyu raclum kootn etetf hosi?

Here is the key:

>rdmhaetyu opliwns gbfkrecv xzjuql

The first :marseywinner: to give me the answer :marseyconfuseddead: to the question :marseybeanblack: will get 10k MB and a unique badge. The only hint I will give is that I started with the Caesar :marseyburnedman: cypher method. Badge :marseymajorgeneral3: should :marseynorm: be ready :marseyexcited: in the next few days or so. The next 4 will get 10k mb.

!ghosts would :marseywood: someone in badgemaxxers mind pinging them please?

None

hi guys, i am looking for sites to add to my webring! gimme ur urls :p thanks @X for suggsting neocities!

None
None

How Freedesktop/RedHat harass other projects into submission

https://blog.vaxry.net/articles/2024-fdo-and-redhat

Freedesktop/RedHat's CoC team is worse than you thought

https://blog.vaxry.net/articles/2024-fdo-and-redhat2

Strags respond

https://drewdevault.com/2024/04/09/2024-04-09-FDO-conduct-enforcement.html

None
35
RDrama's Official Programmer Socks Reading Group

The Official RDrama Computer Science Reading Group

My dear !codecels, hello and welcome to the first meeting of RDrama's Computer Science Reading Group! Here's the idea - we (read: I) pick a computer science textbook, then post a list of sections and exercises from that textbook each week. In the thread, feel free ask questions, post solutions, and bully people for asking stupid questions or posting stupid solutions. If you don't want to read along, I'll post the complete exercises in the OP, so you can solve them without needing to read the book.

SICP

The book I'm starting with is 'the Structure and Interpretation of Computer Programs' (abbreviated SICP). It's a software engineering textbook written by Gerald Jay Sussman and Hal Abelson from MIT. The book builds programming from the ground up: starting with a very simple dialect of Scheme and growing it into a language with lazy evaluation, object-orientation and a self-hosting compiler. It's a fun book: the exercises are hands-on and interesting, the writing is informative without being droll, and both the book itself and a corresponding lecture series (complete with a 80s synth rendition of 'Also Sprach Zarathustra') are available for free online.

Languages

The book uses (a small subset of) Scheme as its primary language, but feel free to try using a different language. The book's dialect of scheme is available through Racket, but most lisps will work with only minor changes. Other dynamically-typed, garbage-collected languages with higher-order functions will also not require much hacking: there is an edition written in JavaScript :marseywebshit:, as well as a partial adaptation to python :marseysnek:. High-level, statically typed languages might also work: Java/Kotlin/C# :marseytunaktunak: seem doable, but I don't know those languages well. Strongly typed languages like Haskell will require some real hacks, and I'd avoid doing it in C, C++ or Rust.

Exercises

The book is split into five chapters:

  • Building Abstractions with Procedures
  • Building Abstractions with Data
  • Modularity, Objects and State
  • Metalinguistic Abstraction
  • Computing with Register Machines

This week, I'll be posting exercises from the first chapter. The chapter is pretty easy for those familiar with programming already, so I just want to get it out of the way. Here are the selected exercises:

Exercise 1.8

Newton's method for cube roots is based on the fact that if y is an approximation to the cube root of x, then a better approximation is given by the value (x/y² + 2y) / 3. Use this formula to implement a cube-root procedure which is wrong by at most 0.01.

Exercise 1.12

The following pattern of numbers is called Pascal's Triangle.

    1
   1 1
  1 2 1
 1 3 3 1
1 4 6 4 1
   ...

The numbers at the edge of the triangle are all 1, and each number inside the triangle is the sum of the two numbers above it. Write a procedure that computes elements of Pascal's triangle.

Exercise 1.18

Devise a procedure generates an iterative process for multiplying two integers in terms of adding, doubling, and halving and uses a logarithmic number of steps.

Exercise 1.31

Write a procedure called product that returns the product of the values of a function at points over a given range (product(l, r,step,f) = f(l) * f(l+step) * f(l + 2 * step) * ... * f(r)). Show how to define factorial in terms of product. Also use product to compute approximations to using the formula π/4 = (2 * 4 * 4 * 6 * 6 * 8 ...) / (3 * 3 * 5 * 5 * 7 * 7 ...)

Exercise 1.43

If f is a numerical function and n is a positive integer, then we can form the nth repeated application of f, which is defined to be the function whose value at x is f(f(...(f(x))...)). For example, if f is the function x → x + 1, then the nth repeated application of f is the function x → x + n. If f is the operation of squaring a number, then the nth repeated application of f is the function that raises its argument to the 2 * nth power. Write a procedure that takes as inputs a procedure that computes f and a positive integer n and returns the procedure that computes the nth repeated application of f. Your procedure should be able to be used as follows: repeated(square,2)(5) = 625

Have fun! :marseytype:

None

Potential sites to farm drama :marseytroublemaker:

None
None
27
Apple's recently announced “M4”benchmark leaks.
None
17
Microsoft wants to make Bitlocker required for millions of normies

They want you to print that shit on a piece of paper or login to your Microsoft account in case you forget it :mjlol:

None
25
DO Black - the world's first credit card with a carbon limit :marseybikecuck:
None

Lots of great comment threads under it too, pure :autism:

None
None
80
Protonbros...

:marseysnoo:

https://old.reddit.com/r/technology/comments/1clx0nn/proton_mail_discloses_user_data_leading_to_arrest/?sort=controversial

:marsey4chan:

https://boards.4chan.org/g/thread/100349799

https://boards.4chan.org/g/thread/100350259

Orange Site:

https://news.ycombinator.com/item?id=40280689

:marseybluecheck:

https://twitter.com/ResPrivacy/status/1787615127036219540#m

:marseymouse:

https://lemmy.world/post/15089174?scrollToComments=true

https://lemmy.world/post/15111619?scrollToComments=true

None
17
what do u guys use for web hosting

hi, im learning some html in class right now, but it's all just .html files on my computer, how do i add it to the web? preferably for free, also i dont want it to be slow

None

!nooticers

Twitter founder Jack Dorsey is no longer on the board of Bluesky, the decentralized social media platform he helped start. In two posts today, Bluesky thanked Dorsey while confirming his departure and adding that it's searching for a new board member “who shares our commitment to building a social network that puts people in control of their experience.”

The posts come a day after an X user asked Dorsey if he was still on the company's board, and Dorsey responded, without further elaboration, “no.” As TechCrunch points out, Dorsey was on a tear yesterday, unfollowing all but three accounts on X while referring to Elon Musk's platform as “freedom technology.”

https://i.rdrama.net/images/17150424746819174.webp

https://i.rdrama.net/images/17150424744333932.webp

Neither Bluesky nor Dorsey himself seem to have said how or why he left the board. For now, two board members remain: CEO, Jay Graeber, and Jabber / XMPP inventor Jeremie Miller. Dorsey originally backed Bluesky in 2019 as a project to develop an open-source social media standard that he wanted Twitter to move to. He later joined its board of directors when it split from Twitter in 2022.

https://i.rdrama.net/images/17150424747485535.webp

But Dorsey hadn't seemingly been a particularly active participant at the company. In March, when The Verge's Nilay Patel asked Graeber for Decoder about his level of involvement with Bluesky, she said she gets “some feedback occasionally,” but implied he's otherwise “being Jack Dorsey on a cloud,” as Nilay put it. Months before that interview, Dorsey had closed his Bluesky account.

Bluesky did not immediately respond to The Verge's request for comment.

Update May 5th, 2024, 4:37PM ET: Updated with Bluesky's confirmation of Dorsey's departure from its board.

None

TunnelVision, as the researchers have named their attack, largely negates the entire purpose and selling point of VPNs, which is to encapsulate incoming and outgoing Internet traffic in an encrypted tunnel and to cloak the user's IP address. The researchers believe it affects all VPN applications when they're connected to a hostile network and that there are no ways to prevent such attacks except when the user's VPN runs on Linux or Android. They also said their attack technique may have been possible since 2002 and may already have been discovered and used in the wild since then.

( . . . . )

Interestingly, Android is the only operating system that fully immunizes VPN apps from the attack because it doesn't implement option 121. For all other OSes, there are no complete fixes. When apps run on Linux there's a setting that minimizes the effects, but even then TunnelVision can be used to exploit a side channel that can be used to de-anonymize destination traffic and perform targeted denial-of-service attacks. Network firewalls can also be configured to deny inbound and outbound traffic to and from the physical interface. This remedy is problematic for two reasons: (1) a VPN user connecting to an untrusted network has no ability to control the firewall and (2) it opens the same side channel present with the Linux mitigation.

:!#marseygossipsmug: :#marseyglowtyping: :#marseygossipretard:

None
None

https://arstechnica.com/space/2024/05/the-surprise-is-not-that-boeing-lost-commercial-crew-but-that-it-finished-at-all/

None
148
hit :redlight: IMPORTANT :re!dlight:

https://twitter.com/stone_toss/status/1787142347135848911

None

2 fecal authentication.

None
76
Shes gunna leave him for a guy who knows emacs… :marseymanysuchcases:
Link copied to clipboard
Action successful!
Error, please refresh the page and try again.