__matthew__

joined 1 year ago
[–] __matthew__ 12 points 3 weeks ago

Formally speaking, it is not trivially apparent that if one side of a V formation, then there are more birds on one side of a V. If this were true then it would imply that birds always fly with a precisely consistent spacing such that there are never more birds on the opposite side just flying closer together.

So if the statement were true it would actually be a relatively novel observation, but I question the legitimacy of the claim.

Anyways, I probably shouldn't be formally analyzing a shitpost about bird formations cross posed to a meme community lol

[–] __matthew__ 30 points 1 month ago

Lol I instinctively freaked out when I saw the post preview assuming it was going to be a post about a major data breach or exploit of some sort relating to Let's Encrypt.

I probably need more positivity in my life πŸ˜‚

[–] __matthew__ 1 points 1 month ago (1 children)

When you consider the price of a used android (ie. Oneplus 6T for $80 on ebay) and compare it spec for spec with a raspberry pi, it's actually a really good deal. Like you get:

  • Built in backup power supply (battery)
  • 8-core power-efficient CPU (SDM845)
  • Embedded sensors (microphone, magnetometer, gyro)

The way I set mine up is to run the server directly on Android using Termux, having an app autostart Termux on boot, and making sure to disable battery optimizations on the app. And then I just had the phone always plugged into the outlet to maintain the battery (and of course android would just trickle charge / disable once full charged).

Of course this isn't perfect because you still have much more variability in play (at the OS level) than an RPi (along with not having a standard environment like debian unless you use proot), but it overall is a very powerful setup that works quite well.

[–] __matthew__ 1 points 2 months ago

I'm c1 in 2s and still cannot flick, dribble, flip reset, or pretty much anything else in that domain πŸ˜‚.

I would say speedflips are probably the only important mechanic imo. The rest is just game sense and not committing when not beneficial (faking until last resort).

[–] __matthew__ 3 points 3 months ago

Fair. I guess in my case I'm actually looking for boring titles because I see reducing my engagement as a whole to the platform a good thing even if it means I don't watch some genuinely interesting / informative content. Basically I am less likely to fall into a rabbit hole of watching "just one more video" by some creator I enjoy when I should be doing something else.

[–] __matthew__ 2 points 3 months ago (2 children)

I respectfully disagree. Any high quality creator is tangibly penalized by YouTube's recommendation algorithm for not optimizing their titles and thumbnails. A rare few choose to take this penalty but I don't blame the many quality creators who choose to take part in the game that YouTube has made for everyone.

Yes, the alternate titles may not be perfect, but I'd take any random person's attempt at a title over the hyper optimized ones any day because I'd rather make an informed decision to watch something even if there is some degree of inaccuracy than to make a completely uninformed decision based on what an algorithm predicted would most likely get me to click and get hooked on a video irregardless of my own will and whether I am satisfied at the end of watching it.

[–] __matthew__ 2 points 3 months ago

Sure, to be pedantic, I could clarify: "I think the fediverse will realistically never gain mainstream adoption without a large organization with either a massive existing userbase or the ability to invest in large organized marketing efforts."

This could be technically through some Fediverse collective that receives a large amount of donations, but I don't see this as very likely to happen and even with organized marketing efforts there's no guarantee of effectively converting this into adoption.

[–] __matthew__ 1 points 3 months ago (2 children)

Unpopular opinion: Threads deepening ties to the fediverse is actually a really good thing for the fediverse as a whole.

I feel like realistically the fediverse will never gain mainstream adoption on its own. People like to believe in this beautiful future where the fediverse "wins out" and beats all the major social media networks, but I just don't see this happening. This is why I think Threads is actually really important for the growth of the fediverse and realistically one of the only paths to broad adoption.

Beyond this, I also separately really like the idea of being able to use a platform like Threads with my irl friends while still having access to open source clients etc. (ie. preventing situations like the Twitter API debacle which fucked over 3rd party clients)

[–] __matthew__ 14 points 8 months ago

Yeah I think it's the fact that both are circular icons inside circular buttons of the same color in the same relative position. The reset icon itself is fine.

 

One of the buttons laps the stopwatch, the other resets the entire session clearing all lap markers and stopping the counter. Better not forget which is which, especially given that you're probably timing something in the physical world not paying much attention to your phone...

[–] __matthew__ 2 points 10 months ago

I installed Haiku on this Laptop from 1999 once since it was actually the only non-windows OS I could get to run for some reason. Video driver was bugged tho so the screen was visually offset by ~100 pixels which made it too hard to use. Otherwise though it ran at a bearable normal speed which is a huge feat for the something like 500MHz processor and 500MB/1GB of RAM (I forget the exact specs).

[–] __matthew__ 0 points 10 months ago (1 children)

Sorry but has anyone in this thread actually tried running local LLMs on CPU? You can easily run a 7B model at varying levels of quantization (ie. 5 bit quantization) and get a generalized prompt-able LLM. Yeah, of course it's going to take ~4GB of RAM (which is mem-mapped and paged into memory), but you can easily fine tune smaller more specific models (like the translation one mentioned above) and have surprising intelligence at a fraction of the resources.

Take, for example, phi-2 which performs as well as 13B param models but with 2.7B params. Yeah, that's still going to take 1.5GB RAM which Firefox wouldn't reasonably ship, but many lighter weight specialized tasks could easily use something like a fine tuned 0.3B model with quantization.

[–] __matthew__ 5 points 11 months ago (1 children)

Yeah, but that doesn't prevent the author from selling their extension to an untrusted buyer like in the case of Nano Adblocker.

48
submitted 1 year ago* (last edited 1 year ago) by __matthew__ to c/196
 

My (forced πŸ˜…) contribution to the sub. SF

 

Source: Made it myself

Made it myself using GIMP. Pretty easy to replicate in other resolutions. General process is:

  • Radial gradient between lighter and darker color (look for center pixel position and drag to corner pixel)
  • Big squares: In new transparent layer, Filter > Generate > Grid (177 px, 2px wide, pure white)
  • Small squares: In new transparent layer, Filter > Generate > Grid (59 px, 1px wide, pure white)
  • Adjust opacity: Adjust layer opacities for the two grid layers to look nice
  • Add noise: Filter > Noise > HSV Noise (only value noise, relatively subtle)

To make the grid size such that the left right margin matches the top bottom margin (if you care), keep increasing the grid size until the gap at the bottom and right is about the same. To calculate the offset to center it, do basic math for the offset ie. -(width - floor(gridSize) * gridSize) / 2.

Works for a desktop background too. Looks best when it matches the display resolution pixel per pixel. Compression makes it look a lot worse because the noise pattern starts looking like jpeg noise.

view more: next β€Ί