cyclohexane

joined 3 years ago
MODERATOR OF
[–] cyclohexane@lemmy.ml 2 points 1 year ago (3 children)

I'm sorry I don't know of any way to do that :( does it appear even when you're browsing your main feed??

[–] cyclohexane@lemmy.ml 4 points 1 year ago (4 children)

Is it practical outside of academia? I heard the learning curve is kinda big

[–] cyclohexane@lemmy.ml 7 points 1 year ago (1 children)

Markdown is awesome, I agree! I did not realize you could extend markdown with anything other than html. The html extension is quite nice to do anything that markdown doesn't support natively, but I wish there was an easier way to extend markdown. Maybe the ones you listed are what I need.

[–] cyclohexane@lemmy.ml 3 points 1 year ago (2 children)

Can you please explain what this is?

[–] cyclohexane@lemmy.ml 3 points 1 year ago (1 children)

Why not matrix?

[–] cyclohexane@lemmy.ml 2 points 1 year ago

It uses the arkenfox thingie. It doesn't block JS, but it does block a lot of things and possibly certain JS features.

[–] cyclohexane@lemmy.ml 3 points 1 year ago (2 children)

Doesn't work on Mull browser (hardened Firefox for android) :(

[–] cyclohexane@lemmy.ml 3 points 1 year ago (1 children)

I'm aware of tails, but I am not confident it qualifies. With Tails, I still connect through my own Internet connection, presumably. I know using tor obfuscates this, but is it to the degree of, say, Monero?

Moreover, I am still at the mercy of the platform I use. Most of them require email or phone verification, and creating an account with lots of data sent over from the clients.

Tails is a necessary component, but the platform is also important.

[–] cyclohexane@lemmy.ml 2 points 1 year ago

Yes you're right. Did not realize that's what you meant 😅

[–] cyclohexane@lemmy.ml 2 points 1 year ago (2 children)

Wouldn't you be able to do the same with NFS?

[–] cyclohexane@lemmy.ml 1 points 1 year ago* (last edited 1 year ago)

I do not have a lot of knowledge on this, but I suspect that nvidia does not support the GTX1070 that well on Linux.

AND supports Linux better. As for nvidia, newer cards have a bit better support but I bet there's still some disparity.

[–] cyclohexane@lemmy.ml 3 points 1 year ago

What do you mean by other roots? Isn't root only one?

 

What are the cons of using Google analytics?

 
 

I suppose this may make sense in the case of something like Mastodon. But something as versatile and customizable as lemmy, which allows for the existence of separate topic-based communities, makes topic-based instances of lemmy not necessary.

Instead of making a new instance for a certain topic, it is usually a much better approach to just create a new community on my current lemmy instance. At least from my perspective as a user.

I find the only exception to this is censorship and moderation. If I, for any reason am unhappy with an instance's moderation and censorship, then that is the only potential reason I can see to change and make my own.

What does everyone else think of this?

 
 

I find myself doing this a lot, and it may be good to share it somewhere. Consider it a way to combat capitalist realism. Yes, there are many unknowns in Communist society that are difficult and maybe impossible to predict. But it would be nice to have a community like this.

I am bad with naming things. What should we call it? Additionally, I unfortunately cannot dedicate the time to moderate it, so I would hope someone else is willing

 
 

I don't really have a serious threat model. But if I host a VPS, I might as well do it with a privacy respecting company if the cost difference isn't massive.

Preferably something under $15 per month. I'm not necessarily looking for the cheapest, but the best general value per dollar ideally.

 
 

I was curious about the difference between these two. I found a Reddit post about this, and I thought I'd summarize it here so that the content is replicated to lemmy.

Please be aware, this is not from a perspective of a computer scientist. I am very interested in computer science, but have a lot of knowledge gaps.

The premise of the question: Both of these seem to be methods of running two or more tasks / sub-tasks without necessarily using multiple cores. The concepts geeked similar to me, but I will explain the difference below.

How does the OS scheduler's multi tasking works (besides multi-threading)?

Basically, when the operating system is running two or more tasks, it may be running more tasks than cores available. To deal with this, it switches between these tasks very quickly - so fast it seems they're running concurrently.

Hyper threading

A hyper threaded CPU looks a bit different. To the user, it is interfaced almost like an extra core. Think about a multi core CPU. Every core is almost its own CPU. With hyper threading, some of those components are replicated, but not enough to make an extra core. (remember, CPU has many components, such as ALU, floating point units, load/store units, branch units, etc) However, the CPU arranges tasks in a way where two tasks can be using different parts of the CPU, hence can run concurrently on the same core. It is not super often that this happens, which is why a separate core is faster than hyper threading. But we are able to speed up tasks with concurrency faster than switching between them. This can be enhanced by the operating system scheduler scheduling tasks in an order making it likely to run concurrently on a hyper threaded CPU, in other words, scheduling tasks that will likely use different parts of the CPU and not conflict.

I hope this is a good summary, and I hope computer scientists can correct me if I'm wrong.

view more: ‹ prev next ›