kernelle
@kernelle@0d.gs
- Comment on 2 days ago:
If we look at historic crashes, they had major catalysts causing mass sell orders. Right now markets have had time to adjust because the speed of decline has been very slow.
Markets are also largely speculative, many stocks are traded way above their fundamental value (think Microsoft, tesla, or coca-cola). These will probably be hit the hard, algorithms will default to what a stock should be and drop hard. But these companies might have the strongest chance to bounce back as well.
Companies with the strongest books will be safer, but many more risk taking companies won’t be as lucky. This is part of what due diligence of a stock will tell you, but also probably one of the hardest parts of investing.
As long as decline is slow, stability can be found. But when uncertainty rises fast, so does the unstability of the stock market. Catalysts such as the public losing confidence in banks causing a bank run, companies downsizing at unseen scales to cut costs, or global political instability are possible.
TLDR: it needs to get way worse, very quickly for the market to crash
- Comment on If you have cut off mainstream music streaming, how do you discover new music or artists and songs like what you're listening frequently? 1 week ago:
NTS live is a great one
- Comment on Delivering BlogOnLemmy worldwide in record speeds 1 week ago:
Nice to hear! I’m glad you enjoyed it.
- Submitted 1 week ago to technology@lemmy.world | 2 comments
- Comment on A 3-tonne, $1.5 billion satellite to watch Earth’s every move is set to launch this week 3 weeks ago:
I like your funny words, magic man
- Comment on The Legends is among us 3 weeks ago:
Could’ve sworn I’ve had this issue before! Maybe not with python
- Comment on The Legends is among us 3 weeks ago:
The problem with this in the OP is the first ‘if’ checks if the object exists and the second gets a property of said object only if the original object exists.
I’m not saying the OP is good code, but chaining them like this would result in exceptions.
- Comment on 7th century: "I, master of the runes(?) conceal here runes of power. Incessantly (plagued by) maleficence,(doomed to) insidious death (is) he who breaks this (monument)." 5 weeks ago:
Totally worked though
- Comment on Ironically, people making fun of the "Gnu/Linux" copypasta is probably one of the main ways people know what Gnu is 5 weeks ago:
I’ve yet to meet someone not using it because of that meme
- Comment on It’s Time To Go Back to Web 1.0 1 month ago:
Thanks, those are awesome! I’ll be adding my own site to both
- Comment on It’s Time To Go Back to Web 1.0 1 month ago:
I’ve recently found the indieweb, from their website:
The IndieWeb is a people-focused alternative to the “corporate web”.
We are a community of independent and personal websites based on the principles of: owning your domain and using it as your primary online identity, publishing on your own site first (optionally elsewhere), and owning your content.
- Comment on Your help needed: PhD research on why people choose to self-host 1 month ago:
Thanks for the source, super interesting read! I would’ve guessed 1-5% as well.
- Comment on Your help needed: PhD research on why people choose to self-host 1 month ago:
Questions in surveys like this are sometimes repeated with slight variations to get more accurate results.
- Comment on Low quality cropping will officially launch on Lemmy in 2025 1 month ago:
It’s to prevent you from becoming flying debris
- Comment on Grieve with me 1 month ago:
You’d be surprised how caked a charge port can be, you know you’ve cleaned it correctly when the plug goes in all the way and doesn’t stick out a bit.
When it still doesn’t connect correctly and/or you feel play in de cable/chargeport, it might just need replacing.
- Comment on Please consider supporting Lemmy development 2 months ago:
Tesla doesn’t open-source their plans so you can build your own, better version of the cybertruck.
- Comment on Windows 11 users reportedly losing data due to Microsoft's forcedWindows 11 users reportedly losing data due to Microsoft's forced BitLocker encryption 2 months ago:
I agree, the encryption should be deliberate choice. And we’ve said nothing yet about the impact on performance.
You used to almost be forced to make a recovery CD or USB when encrypting a drive, now people don’t even know how ‘important’ the MS account actually is.
- Comment on Windows 11 users reportedly losing data due to Microsoft's forcedWindows 11 users reportedly losing data due to Microsoft's forced BitLocker encryption 2 months ago:
Bypassnro is the old method, no longer working since 24H2. I’ve tested this method on GitHub and it works for normal AND S-mode devices.
- Ctrl + Shift + J before selecting secondary keyboard layout (sometimes you need to click on the outside borders of the form so the dev console pops up)
- Type this (can use autocomplete): WinJS.Application.restart(“ms-cxh://LOCALONLY”)
- Setup with local account
- Comment on Windows 11 users reportedly losing data due to Microsoft's forcedWindows 11 users reportedly losing data due to Microsoft's forced BitLocker encryption 2 months ago:
All the time, then people get ran around in circles, are given a too technical explanation and give up more often than not.
The encryption is not inherently a bad thing, but forcing people into account creation is where the trouble starts. With piss-poor customer support as the cherry on top, this should never be allowed.
- Comment on When you count, your lips don't touch until 1 million. 2 months ago:
Just yell 10! and you’ve counted way further already
- Comment on How I made a blog using Lemmy - a write-up 2 months ago:
If you’re seeing this comment, it means outgoing federation is back online!
- Comment on BlogOnLemmy - I made my Blog using Lemmy's API 2 months ago:
I’ve noticed that a more detailed writeup is warranted! So I’ll be working on that.
CORS is enabled on lemmy, you have to send the ‘Origin’ header in order to get the Access-Control headers. Which allows cross-origin for simple requests. No added headers, cookies or other data. So all API calls are made in JS by your browser.
- Comment on I now see that my collection is sorely missing something 2 months ago:
- Comment on BlogOnLemmy - I made my Blog using Lemmy's API 2 months ago:
Good question, it’s a design choice. Being attached to my name I had no interest in needing to moderate which comments should and shouldn’t be showing up under my name. There is a direct link to the posts on lemmy where they can be interacted with.
A second concern is XSS, with my own content I have no worries.
- Comment on BlogOnLemmy - I made my Blog using Lemmy's API 2 months ago:
The open web and API’s are designed for this purpose, and don’t think any instance would ever follow reddit and close up theirs.
I’m all for donating to your instance owner, altough I’d be surprised if any would mind their API being used this way. Giving credit where credit is due.
- Comment on BlogOnLemmy - I made my Blog using Lemmy's API 2 months ago:
Exactly, in this case the actual post is this one and posted it here as a x-post.
- Comment on BlogOnLemmy - I made my Blog using Lemmy's API 2 months ago:
This is in it’s simplest form a blog frontend for Lemmy indeed!
- Comment on BlogOnLemmy - I made my Blog using Lemmy's API 2 months ago:
I’m glad you liked it, thanks for the kind words!
- Comment on BlogOnLemmy - I made my Blog using Lemmy's API 2 months ago:
That requires the running and maintenance of a federated instance, which is not easy or cheap. Doing it like this allows anyone to make a BlogOnLemmy by serving but a single webpage, no extra server cost at all.
- Comment on BlogOnLemmy - I made my Blog using Lemmy's API 2 months ago:
I sepperate the hosting of the content and the page itself. With a website you do need to still be serving a html page, because it has no backend the page can be served by GitHub for example.
In theory you don’t have to touch the website anymore, so you use Lemmy as your markdown frontend.
A constraint like this ensures someone can host their BlogOnLemmy without paying for anything like hosting space or running the instance themselves.