flubba86

joined 2 years ago
[–] [email protected] 2 points 13 hours ago

I have autism, and I always thought this was a symptom of my autism, but after researching it recently it seems that most others with autism are the opposite, they need background noise or music to concentrate.

[–] [email protected] 4 points 15 hours ago* (last edited 15 hours ago) (3 children)

I have industrial deafness, that is an audio processing disorder that is associated with background noise. This also affects my reading.

If there is any form of background noise, I can't understand speech. Eg, if I turn the air conditioner on in the living room, then I can't understand what's said on the TV, even at reasonable volume levels. Turing the volume up can help, but not a lot.

If I'm standing next to the fridge and you walk up to talk to me, I can see your mouth moving, I can hear your words, but I can't understand anything, the small noise of the fridge compressor completely wipes out my comprehension.

If we are in a busy cafe with lots of people talking at once, I can't understand the staff when they ask to take my order, even if they are right in front of me, speaking clearly directly at me. It's like my brain can only concentrate on the background noise and it has no processing power left to interpret foreground words.

This is the same with reading and writing. I am a software engineer, so I spend all day writing code. Many of my colleagues like to listen to music while they work. I cannot. If I put on music, then I can no longer write. Nothing comes out. My mind is blank, concentrating on listening to the music. Even instrumental background music affects me.

So to answer your question, I can't read with background noise. Perhaps you could check if you have a form of industrial deafness too.

[–] [email protected] 3 points 1 day ago

My city started doing a similar thing. Their contracted recycling plants started rejecting the truck loads because they were seeing less than 40% recyclable content in the shipments. Lots of people overestimate how much of their trash is recyclable, and over-utilize the recycling bin.

Apparently the recycling plants will accept as low as 50% recyclable content in the load, anything under that they for a prolonged period, they start rejecting the loads.

So for a year our city was just taking the recycling bin loads to the landfill. Years ago most cities could just sell it directly to China, ship it over on enormous garbage boats, but even China has stopped accepting our nonsense.

Our city had to do a big re-education campaign, and send out new stickers for the bin lids, to get residents to put only recyclable things in the recycle bins.

[–] [email protected] 4 points 2 days ago* (last edited 2 days ago) (3 children)

I carry a jailbroken Kobo with wifi disabled. That solves most of the issues you have described here. I sideload DRM-free ebooks. I can't stand reading text on my phone's LCD screen (and OLED is worse), but eink screens are totally different, my eyes like them.

Does not need external light either

Lamps exist

That's exactly what external light means. If you need to sit near a lamp to read your book, then you are relying on external light.

Btw, I agree with the point in general you're trying to make. Physical books and physical note taking still have a place and are often gone forgotten and underutilized. They can promote greater information retention, due to the tactile experience being mixed into the reading/writing experience.

[–] [email protected] 3 points 4 days ago* (last edited 3 days ago) (1 children)

I used to love doing this too, until I realised that helping someone build a PC is the same as signing them up for a lifetime of tech support for free.

"I bought a new printer and plugged it in and it's not working? Why doesn't it work? You built the PC, it's your fault."

"My ISP told me I need a new wifi router, so I plugged in the new one they sent, now my PC doesn't have any internet. You built the PC, why doesn't it work?"

"My colleague told me I need to upgrade my antivirus so I got a Norton subscription, I installed it and now I can't receive any emails. Come and fix it, you built the PC."

All 3 of these are real experiences I've had. There are countless more. These days I say "I'd love to help you build a PC, but it's been 15 years since I've used windows, I don't really know how to install it or set it up or use it. I'd be happy to build a PC with a Linux based OS for you." By that time they're already finding someone else.

[–] [email protected] 2 points 5 days ago

Yes, this is what I was thinking of, thanks for filling us in.

[–] [email protected] 5 points 5 days ago

That's the same one I got.

[–] [email protected] 13 points 6 days ago (4 children)

I remember reading a couple years ago that's not actually how plane wings work. The actual way is much more complicated and hard to explain and hard to teach, so they just teach it this way because its an intuitive mental model that is "close enough" and "seems right", and it really doesn't matter unless you're a plane wing designer.

[–] [email protected] 36 points 6 days ago

Nobara uses a custom kernel with lots of performance tweaks and wine-compatibility patches. It has had NTSYNC for almost a year already. Also, NTSYNC is not much faster than FSYNC, that many kernels and distros (including SteamOS) have been using since 2021.

[–] [email protected] 7 points 1 week ago (4 children)

(dimming my bedroom lights)

Thats terrifying. Your desk outlet should not share a circuit with your bedroom lighting circuit, that makes no sense (unless you're talking about a desk lamp).

And regardless, if a 700W load can make your lights dim, then there's a major wiring issue in your house. Don't plug in an electric cooker, kettle, or space heater until you get that checked out.

[–] [email protected] 5 points 1 week ago (7 children)

If I'm reading that correctly, that shows the system is drawing around 100W just sitting idle.

Something is not right there.

Either the power meter is way out of calibration, or there is a configuration issue with your PC. Maybe you have a performance setting that is causing the CPU and GPU to not idle down ever? Or a rogue antivirus software that is cranking the CPU constantly?

Are there any spinning disk hard drives in your PC? They can sometimes use around 5W each on idle. That was the biggest cause of idle power consumption on my old xeon server, with 8 HDDs.

PSU choice can also affect it. Eg, if you buy into marketing and buy a monster 850W PSU, but it's idle all the time and only uses 450W under load, then the PSU is spending the whole time outside it's efficiency curve, and can end up causing more power draw than expected.

[–] [email protected] 1 points 2 weeks ago

That makes sense, thanks!

 

Firstly, I need to mention I'm coming back to .Net for the first time in more than 10 years. Last time I used .Net was on a very old .Net Framework 4 ASP.NET commercial fast food ordering application in 2013. Since then I've been working with Environmental Scientists, researchers, and academics, using exclusively Python (Django, Flask, FastAPI, etc) for the last 10 years.

This new project I'm tasked with is a custom content publishing platform, so my first thought is obviously a CMS for the content. I feel that Headless CMS products are the go-to these days, and that fits well with our needs because it is the authoring/admin side that the customer is most interested in. The frontend, or "content consumption" side of things is a custom scientific data visualizer we are building in parallel.

My team has been given a MS Azure Cloud subscription to use, and we want to take advantage of as many "cloud-native" approaches as we can. Eg, using Azure Active Directory (AAD) for SSO, using Azure Blob storage for files, Azure SQL for DB, etc. For that reason, we have decided to use .Net to develop this CMS (plus, one of my guys has 5 years experience in .Net, so we don't want that to go to waste).

There are so many free open-source .Net CMS projects floating around that it should be pretty easy to pick one to use as a base to build upon. But it is proving to be a bit harder to choose than I thought. This is the wish list we are looking for:

  • Free and Open-Source, with permissive licence
  • Self-hosted, ie. not a SaaS
  • Cross-platform, with dotNet6 or dotNet7
  • Needs custom entity types, and entity type instances (we are publishing data types, not Posts and Pages).
  • Customizable content authoring pages for the custom entity types
  • Admin UI written in VueJS or ReactJS
  • Access the content via an Open API
  • Integration with AAD SSO (and bonus if we can use any SAML or OAuth or OIDC Auth)
  • Different user roles (Admin, Author, Reviewer)
  • Use other cloud-native integrations where possible
  • Workflow steps (Draft, Submit, Review, Approve, Publish, Revoke, etc)
  • Content versioning, change tracking
  • Activity auditing

I know this is a pipedream to find one tool that could do all of that out of the box. Back in my Uni days I would have immediately reached for Drupal, but that is PHP, we prefer to not use that anymore. I thought I found the perfect tool when I came across Cofoundry, it ticks a surprisingly large number of those wishlist boxes. The main reasons I am hesitant to go with Cofoundry are:

  • It is a project from 2017. It has continued to be updated, but not very often since 2018. It was ported from .Net Core to dotNet6 back in 2021, but nothing since then.
  • It uses Angular 1 for the JS side of the admin pages (not even Angular 2!)
  • They are very tightly tied into using MS SQL Server for the db with a bunch of custom MS TSQL stored procedures, and using other MS SQL Server-specific features.

I've looked at a bunch of others, but they tend to fall into the camp of SaaS offerings that are focused on publishing Posts and Pages, and not much else, or others that are hobby projects with low user base, and haven't been updated in the last 4 years.

Is there anything I'm missing? I'm looking for something a lot like Cofoundry, but more up to date, not so tightly tied to MSSQL Server, and uses ReactJS or VueJS for the Admin/Authoring pages.

view more: next ›