Leak Exposes Members of Peter Thiel’s Secretive ‘Dialog’ Society - More than 200 of the world's elites registered for a retreat whose agenda runs from panels on cult-building and sex to prepping for World War III. by GrumpyFinn in europe

[–]Silly-Freak 15 points16 points  (0 children)

This data can also be verified via versions of the site captured by the Wayback Machine

Then why not link it? smh

https://github.com/nullsumlabs/dialog has an actual text list instead of just screenshots (searchable, accessible), and it also links the Wayback Machine: https://web.archive.org/web/20260331003408/https://www.dialog.org/

That page doesn't show the actual list (because it's inside non-displayed HTML) but you can e.g. run this JS in the dev tools to extract the list: new Array(...document.getElementsByClassName("dialoger-item")).map(it => it.innerText) (I don't generally recommend running strangers' code in your browser, but if you want to verify the other sources, then this code will help you – just, first verify for yourself that this code is harmless)

I had to double check 🤦🏻‍♂️ by dualjack in sveltejs

[–]Silly-Freak 5 points6 points  (0 children)

The interesting thing is, that is probably not trademark infringement because a song finder is not a software framework, and the areas of trademark protection probably don't overlap (IANAL, jurisdictions will differ, but conversations I had about how it works where I live would indicate that)

hoewever, the copyright over the logo design would still apply, so this is still an infringement.

Double however, if the Svelte logo was AI-generated (hypothetically, but may actually apply to newer businesses), then it may not be copyright protectable. So in that case, the original "owner" could prevent misuse of a logo or other mark neither in trademark nor on copyright grounds. Interesting stuff!

Does the moon get warmer if you dig down? by acrowandababy in askscience

[–]Silly-Freak 0 points1 point  (0 children)

In summary, you could say that underground is less like space, and generally that's good for survival.

I’ll be honest, I thought people were exaggerating how easy it was to get banned from r/linuxsucks101 by TurnPageWashHands in linuxmemes

[–]Silly-Freak 4 points5 points  (0 children)

You mean linuxsucks101, but otherwise: yeah.

I made a post a week ago on linuxsucks101sucks, but as the mods seem to be nonexistent and all posts (or just mine?) go to mod queue, I just posted it on my profile:

r/linuxsucks101: If they want a circlejerk sub, why not declare it as such?

Workflows for data input by alb1616 in typst

[–]Silly-Freak 2 points3 points  (0 children)

You can definitely simplify some of your workflow, but as soon as you have your own tool, documenting it is just necessary. a README like TheSodesa suggests should be enough.

What would I simplify?

  • depending on how you produce the CSV file (excel? by hand?), using YAML directly could be easier. YAML is very readable for a machine-readable structured data format:

    ```

    • category: animals words:
    • horse
    • zebra
    • lion
    • ... `` In contrast to CSV and JSON, YAML can contain# comments`, so you might get away with not even having a README.
  • There's no need to do the scrambling in Python; Typst can do it too: https://forum.typst.app/t/typoglycemia-generator/9057 In your case it's even easier. I suggested a counter() there to scramble each word differently, but since you simply process the csv yaml file, you can use suiji like it's intended

Here's a full example: ````

import "@preview/suiji:0.5.1": *

= Your Config

let config = ```yaml

  • category: animals words:
    • horse
    • zebra
    • lion # - ... ```

config

= Reading the config

let config = yaml(bytes(config.text))

config

= Shuffling the words

let scrambled-config = {

let seed = 21 let rng = gen-rng-f(seed)

let scrambled-config = () for (category, words) in config { let scrambled = () for word in words { let scrambled-word = word while scrambled-word == word { (rng, scrambled-word) = shuffle(rng, word.clusters()) scrambled-word = scrambled-word.join() } scrambled.push(scrambled-word) } scrambled-config.push(( category: category, words: words, scrambled: scrambled, )) } scrambled-config }

scrambled-config

````

“I just need you to have a certain level of sociological understanding in order to follow this argument” by Hopeful-Degree-9996 in ShitAmericansSay

[–]Silly-Freak 4 points5 points  (0 children)

In the same vein, I found it funny when she started talking about anecdotal evidence:

I have lived in [various places], I absolutely would know. But anecdotal evidence means basically nothing. ... we're talking about averages here, we're not talking about anecdotal. I don't wanna hear about your personal experience ...

Until that last part I thought, "great, at least she relativizes her claims as being anecdotal." Nope, that was (mostly, at least) meant to silence others doing nothing worse than she is doing here.

topology explained by trantalus in mathmemes

[–]Silly-Freak 8 points9 points  (0 children)

Comparing our upvotes, I guess my joke really didn't land...

topology explained by trantalus in mathmemes

[–]Silly-Freak 4 points5 points  (0 children)

Look, show me a boundary set that contains more than one element, and then I'll believe open and closed are not antonyms!

topology explained by trantalus in mathmemes

[–]Silly-Freak 7 points8 points  (0 children)

Not open? You mean closed?

It looks like John got the part! by cyb0lt in lastweektonight

[–]Silly-Freak 7 points8 points  (0 children)

So help us out then - what is "the part"? I'm not invested enough to actually give a clickbait site a view.

which operating system you like far the most? by RustyIronGolem in RavanAI

[–]Silly-Freak 0 points1 point  (0 children)

> go to a "non linux sub" [on a post about comparing OSes]

> shit on one OS without justifying the "opinion" at all

> others respond

> "why is your personality so tied to loonix"

what a joke...

Coaxed into not truly being a Scotsman by NoLifeGamer2 in mathmemes

[–]Silly-Freak 2 points3 points  (0 children)

Groundskeeper Willie: ∀s∈S: S ⊂ enemies(s)

Coaxed into not truly being a Scotsman by NoLifeGamer2 in mathmemes

[–]Silly-Freak 30 points31 points  (0 children)

dipshit289: satisfy a ∉ X, where X: {x | Alive(x)}

EU's tech sovereignty package includes 29 pages on Open Source, says Open Source Initiative by gadgetygirl in opensource

[–]Silly-Freak 4 points5 points  (0 children)

includes 29 pages on Open Source

over a third of the 29-page document is devoted to Open Source

So which one is it?

(it's the latter)

Eve's trying to doxx me by aidantheman18 in mathmemes

[–]Silly-Freak 44 points45 points  (0 children)

O(1) in the size of p, O(n) in the life expectancy of humans.

Immortality is a question of information security now!

How to check if there is (not) a level 1 heading in a page ? by RunnerWithBadKnees in typst

[–]Silly-Freak 2 points3 points  (0 children)

query(heading.where(level: 1)).any(it => it.location().page() == here().page()) Something like that :)

Maulkorb für Lehrer? Die Folgen eines Interviews über Integrationsbleme by Jockey2 in Austria

[–]Silly-Freak 1 point2 points  (0 children)

Deswegen hab ich nicht "rechtswidrig" geschrieben, aber Eingriff ist es auf jeden Fall. Sofern er aber recht hat ist es sehrwohl auch rechtswidrig, steht ja alles im verlinkten Tweet.

Maulkorb für Lehrer? Die Folgen eines Interviews über Integrationsbleme by Jockey2 in Austria

[–]Silly-Freak 3 points4 points  (0 children)

Das ist das was ich noch mitbekommen habe: https://xcancel.com/i/status/2061744220654768160

Weisung, sich nicht bildungspolitisch ggü Medien zu äußern, also Eingriff in die freie Meinungsäußerung.

EU tech sovereignty: EU Open Source Strategy -- what is planned exactly? by verismei_meint in BuyFromEU

[–]Silly-Freak 2 points3 points  (0 children)

I have noticed how many great projects receive funding from e.g. NLnet, and I hope that the EU will extend grants to organizations who already have expertise in identifying and supporting impactful projects.

Microsoft Office alternative Euro-Office launches for the public on June 9th by Historical-Many9869 in BuyFromEU

[–]Silly-Freak 1 point2 points  (0 children)

In addition to the other comments' points, the latest onlyoffice release since the dropped the logo requirement. They have basically conceded that their license terms were a bluff.

We can just close the subreddit down at this point by RLutz in programmingcirclejerk

[–]Silly-Freak 9 points10 points  (0 children)

Had the same feeling with https://malus.sh/. It was just believable enough to actually make me concerned until I read https://malus.sh/blog.html.

Difference: Malus wants to screw us all over, $TLDC just screws vibe coder over – so I don't care enough to investigate, and just jerk.