Show newer

I used to be a hardcore vim user. I recently discovered emacs (tonight, in fact), and I'm blown away.

Once I migrate, I'm probably not going back. If you guys want to know why, I'll be glad to write up a quick post on it.

P.S. If you're a vim user, you can keep the awesome keybinds, I heavily suggest you give it a shot.

Hot take (would appreciate discussion on this point if anyone (dis)agrees): individualism and collectivism are both good and necessary, but it depends on their direction. Top-down individualism, I would say, is necessary for a government that respects the rights of its citizens. If the highest ideal of the highest governmental authority is fundamentally collective, then the government can justify ignoring the rights of the individuals by using the "greater good" as a scapegoat.

Bottom-up individualism fundamentally becomes toxic. But bottom-up collectivism helps me maintain my relationship with my neighbors, my community, and my country. In a world where each of these philosophies is in balance, and coming from the appropriate place, I think we can produce a more civil, polite, and effective society. However, when either force overwhelms the other, or is applied from the incorrect direction, I think it leads to great injustice and lack of consideration for either the non-politicians, or those in our communities.

@freemo I've been watching a new channel on how awesome the Netherlands is, called "[Not Just Bikes](youtube.com/channel/UC0intLFzL)".

Is it really such a "modern utopia"? What's your take on it? Things you love vs hate, that sort of stuff.

Also if it is truly that great, how would you suggest getting your foot in the door for academic/research/programming work? I know I've got a while to go on my PhD, but I'm thinking this may be a place to consider in the next few years.

Thanks for input you have! :)

I am so sick of ending up in group projects that I end up leading because nobody has any drive. It's exhausting, and I just wish people would carry their weight.

It's happened on some actual research projects, and in my courses; it's just too much of this crap.

John BS boosted

@johnabs

i try to stick to my rules, when debating and point out logic fallacys if i spot one.

this give more structure to the debate and helps me stay sane, i guess xD

@freemo

Bandsaw is coming in soon, and I got my reverse osmosis system installed finally! This week has been pretty decent :D

Rant time. Today's topic: pineapple on pizza.

I've never felt more at risk of being doxxed for posting something 😂

<rant>

I'm convinced people who HATE pineapple on pizza have never tried it (or tried one where the pineapple wasn't roasted enough). In other words, I think most people just hate the concept like pedants who hate new slang developing in a language: they just hate it on principle.

Not to say these "pineapple inquisitors" would like it, but I think they're imagining something much worse than it actually is. It's not a watery, sour mess, but a roasted fruit with a very different experience to canned or fresh pineapple.

I quite enjoy it with a combination ingredients (chicken, bacon, mushroom, olive, extra red sauce), which are all very umami and can taste "heavy".

The light acidity, gentle caramelized sweetness, and hint of remaining moisture from a pineapple roasted in high-temp oven is great by itself. On top a pizza, it helps smooth over rough edges by taking what may be an otherwise dry pie with too rich a flavor, and balances the texture and helps cut that overwhelming richness.

Michelin star chefs are starting to use bloody Cheetos in their cooking and nobody bats an eye. Why is this one innocuous, quite reasonable combination seen as the most unforgivable food sin?

I think everyone needs to collectively release their grips on their pearls, and maybe try something new occasionally. Variety is the spice of life after all. If you don't like it, that's okay, just don't treat people who do like heretics.

</rant>

John BS boosted

Does anyone here want to listen to a very talented korean man play the sax so smoothly you slide out of your chair?

youtube.com/watch?v=avzaRIJDVl

Test: does LaTeX work in the markdown here?

$i\bar{h} \frac{\partial}{\partial t}|\psi(t)\rangle = \hat{H}|\psi(t)\rangle$

So light roast, cold-brewed, filtered coffee tastes more like "coffee tea" and dark chocolate than the typical drek my family drinks. If you can't tell, I've never been a fan of coffee until now.

I have an extraction method, amber storage glassware, and an incredible cup of joe... Now all I need is a vacuum flask, a Buchner funnel and lab grade filter papers and this process will take a lot less time (2 hours to filter a half gallon today).

I guess 8 years of training in chemistry and chromatography is finally paying off :ablobwhee:

The new tarantula babies came in today! :ablobhearteyes:

I'm worried two of them are psychos but the others behaved nicely during their transfer into their new homes.

My H Pulchripes bolted for like 30 continuous seconds, which is some **serious** stamina for a tarantula. The M Balfouri decided to do a Cirque du Soleil and jumped off the inside of the catch cup, which could have been fatal for the poor girl. Fortunately, it seems fine nearly 14 hours later, so I'm hoping all is good. My P. metallica, known to be "teleporters", was a sweetheart and super easy to get into its enclosure.

Here are some pictures, one of them is absolutely tiny.

I've got some striking blue tarantulas coming in the mail this week, and I'm quite excited to get them set up in their new enclosures. All their names are derived from Quenya from LOTR. Links to pictures of full grown specimens are below for anyone interested.

(Also, I picked up a sweetheart that's very gentle and handle-able! She's not blue, but she gets extra points for her personality 😍 I caught her drinking today, and she's such a cutie!)

I'll post pictures of my spiderlings when they come in if anyone is interested.

[M. balfouri](reptileforums.co.uk/attachment)
[H. pulchripes](en.wikipedia.org/wiki/Harpacti)
[P. metallica](flickr.com/photos/d0gmatic/257)
[P. sazimai](arachnoboards.com/gallery/fres)
[Bonus A. chalcodes](arachnoboards.com/gallery/new-)

John BS boosted

Changing a battery and other components is NOT hard... Together we can shift societal norms away from fast moving consumerism that hurts the planet.

Laptop's age-> 5+ yrs

Pro tip: [Julia](julialang.org/) is an amazing language, use it.

Reasoning: I got a 25x performance increase for multiple functions by converting from R code to Julia, even with the same or very similar syntax.

They have great implementation of higher order functions like map,reduce, zip, etc. with loads of LLVM optimizations to make declarative syntax as performant as imperative. Multiple dispatch lets you write overloaded code easier, and the type system is really nice imo.

Package management is great like R, it's a pleasure to install new stuff and it doesn't screw up your system or write in the wrong places (*COUGH* PIP *COUGH*).

They also have a CAS system, which integrates beautifully with a simulation framework, which is known in the industry as HECKIN' SICK.

(See this [article] (notamonadtutorial.com/modeling) )

Their [YT channel](youtube.com/user/JuliaLanguage) is full of awesome innovation by people in loads of different fields from Quant Finance to ML/AI and more.

Finally, it integrates well with python and R, so if there's some library you REALLY want, without needing to re-write the code into Julia, you can still use it (though your performance may not be as good).

Let me know what y'all think. I'm trying to get people onboard; it seriously deserves way more love than it's currently getting, even though MIT is developing it, and doing an amazing job with it.

I finally installed Graphene OS on a new phone. It is absolutely amazing, and I love it. It ships with 6 apps, and I can verify anything I install from FDroid is free of trackers/malware, and same thing with anonymous APKs from the Aurora Store (anonymized Play Store).

100% recommend if you have a Pixel phone with an unlockable boot-loader.

John BS boosted

So I usually speak against just letting companies have your data. This is one of the reasons why. Data might seem harmless, but it is often rich with inference-able structures. Not to mention this kind of data does not deprecate.

Original research
arxiv.org/abs/1611.04135

Article overview with less math-speak
technologyreview.com/2016/11/2

So..

- Your face alone could give away that you are an independent thinker, had an atypical childhood, or anything that puts a criminal record on you in China.

- Law abiding citizens in tend to all look like each other.

John BS boosted

:blobstop: NOTICE FADIVERSE :blobcatstop:

FACEBOOK, INSTAGRAM, & WHATSAPP ARE DOWN

IT'S A GREAT MOMENT TO GET ON THE OFFENSIVE AND TAKE OVER THEIR TERRITORY MY FEDI COMRADES :blobcatgun:

Show older
CleverLibre Social

CleverLibre Social is an inclusive social instance for open discussion, learning, and community.
All cultures welcome.
Hate speech and harassment strictly forbidden.