@Max_P@lemmy.max-p.me avatar

Max_P

@Max_P@lemmy.max-p.me

Just some Internet guy

He/him/them šŸ³ļøā€šŸŒˆ

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Why Danielle Smith Is Wrong on Research Funding in Alberta (thetyee.ca)

Last month Alberta Premier Danielle Smith tabled Bill 18, the Provincial Priorities Act, in the provincial legislature. If passed into law, the bill will give the Alberta government power to vet any agreements between the federal government and post-secondary institutions, and other ā€œprovincial entities.ā€...

Max_P,
@Max_P@lemmy.max-p.me avatar

Totally not setting up a loophole to dictate what gets researched and making sure no inconvenient things gets discovered that would contradict the provinceā€™s agenda and local industries negatively.

Max_P,
@Max_P@lemmy.max-p.me avatar

If you want FRP, why not just install FRP? It even has a LuCI app to control it from what it looks like.

OpenWRT page showing the availability of FRP as an app

NGINX is also available at a mere 1kb in size for the slim version, full version also available as well as HAproxy. Those will have you more than covered, and support SSL.

Looks like thereā€™s also acme.sh support, with a matching LuCI app that can handle your SSL certificate situation as well.

Max_P,
@Max_P@lemmy.max-p.me avatar

No but it does solve people not wanting to bother making an account for your effectively single-user self-hosted instance just to open a PR. I could be up and running in like 10 minutes to install Forgejo or Gitea, but who wants to make an account on my server. But GitHub, practically everyone has an account.

Max_P,
@Max_P@lemmy.max-p.me avatar

Thereā€™s been a general trend towards self-hosted GitLab instances in some projects:

Small projects tend to not want to spin up infrastructure, but on GitHub you know your code will still be there 10 years later after you disappear. The same cannot be said of my Cogs instance and whatever was on it.

And overall, GitHub has been pretty good to users. No ads, free, pretty speedy, and a huge community of users that already have an account where they can just PR your repo. Nobody wants to make an account on some random dudeā€™s instance just to open a PR.

Max_P,
@Max_P@lemmy.max-p.me avatar

The whole point is you can take the setup and maintenance time out of the equation, itā€™s still not very appealing for the reasons outlined.

Max_P,
@Max_P@lemmy.max-p.me avatar

Most VoIP providers have either an HTTP API you can hit and/or email to/from text.

Additionally, some carriers do offer an email address that can be used to send a text to one of their users but due to spam itā€™s usually pretty restricted.

Max_P,
@Max_P@lemmy.max-p.me avatar

Example of what?

VoIP provider: voip.ms

They support like 5 different ways to deal with SMS and MMS, thereā€™s options. wiki.voip.ms/article/SMS-MMS

Carrier that accepts texts by email: Bell Canada accepts emails at NUMBER@txt.bell.ca and deliver it as SMS or MMS to the number. Or at least they used to, I canā€™t find current documentation about it and that feels like something that would be way too exploitable for spam.

How much does it matter what type of harddisk i buy for my server?

Hello, Iā€™m relatively new to self-hosting and recently started using Unraid, which I find fantastic! Iā€™m now considering upgrading my storage capacity by purchasing either an 8TB or 10TB hard drive. Iā€™m exploring both new and used options to find the best deal. However, Iā€™ve noticed that prices vary based on the specific...

Max_P,
@Max_P@lemmy.max-p.me avatar

The concern for the specific disk technology is usually around the use case. For example, surveillance drives you expect to be able to continuously write to 24/7 but not at crazy high speeds, maybe you can expect slow seek times or whatever. Gaming drives I would assume are disposable and just good value for storage size as you can just redownload your steam games. A NAS drive will be a little bit more expensive because itā€™s assumed to be for backups and data storage.

That said in all cases if you use them with proper redundancy like RAIDZ or RAID1 (bleh) itā€™s kind of whatever, you just replace them as they die. Theyā€™ll all do the same, just not with quite the same performance profile.

Things you can check are seek times / latency, throughput both on sequential and random access, and estimated lifespan.

I keep hearing good things about decomissioned HGST enterprise drives on eBay, theyā€™re really cheap.

Max_P,
@Max_P@lemmy.max-p.me avatar

I mean, OPs distro choice didnā€™t help here:

EndeavourOS is an Arch-based distro that provides an Arch experience without the hassle of installing it manually for x86_64 machines. After installation, youā€™re provided with a lightweight and almost bare-bones environment ready to be explored with your terminal, along with our home-built Welcome App as a powerful guide to help you along.

If you want Arch with actual training wheels you probably want Manjaro or at least a SteamOS fork like Chimera/HoloISO.

It probably would have been much smoother with an actual beginner friendly distro like Nobara and Bazzite, or possibly Mint/Pop for a more classic desktop experience.

Itā€™s not perfect and still has woes but OP fell for Arch with a fancy graphical installer, it still comes with the expectation of the user being able to maintain an Arch install.

Max_P,
@Max_P@lemmy.max-p.me avatar

EndeavourOS isnā€™t a gaming distro itā€™s just an Arch installer with some defaults. Itā€™s still Arch and comes with Archā€™s woes. Itā€™s not a beginner friendly just works kind of distro.

Coming from kionite, youā€™d probably want Bazzite if you want a gaming distro: itā€™s also Fedora atomic with all the gaming stuff added.

Max_P,
@Max_P@lemmy.max-p.me avatar

It would be nice if theyā€™d make ā€œwebā€ search the good old keyword search we used to have that made Google good, now that normies will just use the AI search and it doesnā€™t have to care about natural language anymore.

Max_P,
@Max_P@lemmy.max-p.me avatar

I must be lucky, works just fine for me with SDDM configured for Wayland only, autologin to a Wayland session.


<span style="color:#323232;">max-p@media ~ % cat /etc/sddm.conf
</span><span style="color:#323232;">[Autologin]
</span><span style="color:#323232;">User=max-p
</span><span style="color:#323232;">Session=plasma
</span><span style="color:#323232;">#Session=plasma-bigscreen
</span><span style="color:#323232;">Relogin=true
</span><span style="color:#323232;">
</span><span style="color:#323232;">[General]
</span><span style="color:#323232;">DisplayServer=wayland
</span>
Max_P,
@Max_P@lemmy.max-p.me avatar

Arch. That leads me to believe itā€™s possibly a configuration issue. Mine is pretty barebones, itā€™s literally just that one file.

AFAIK the ones in sddm.conf.d are for useful because the GUI can focus on just one file without nuking other userā€™s configurations. But they all get loaded so it shouldnā€™t matter.

The linked bug report seems to blame PAM modules, kwallet in particular which I donā€™t think Iā€™ve got configured for unlock at login since thereā€™s no password to that account in the first place.

Max_P,
@Max_P@lemmy.max-p.me avatar

ActivityPub makes this impossible. Everything on the fediverse is completely public, including votes, subscriptions and usernames. Even if Lemmy did offer the option, other servers wouldnā€™t necessarily.

And honestly this is a system that would be mainly used for spam and hate speech anyway. Just make a throwaway like everywhere else.

Max_P,
@Max_P@lemmy.max-p.me avatar

Kbin is an example. But just due to the nature of the protocol, it has to be stored somewhere but Lemmy also just lets admins view all the individual votes directly in the UI.

Max_P,
@Max_P@lemmy.max-p.me avatar

I like how the low cost airlines known for charging for everything like Southwest arenā€™t listed there. Itā€™s almost like people are okay with fees when theyā€™re clearly outlined and have a clear choice.

Max_P,
@Max_P@lemmy.max-p.me avatar

What other OS could you upgrade like that?

Fedora Atomic / uBlue

Max_P,
@Max_P@lemmy.max-p.me avatar

Still report as well, it sends emails to the mods and the admins. Just make sure itā€™s identifiable at a glance, like just type ā€œCSAMā€ or whatever 1-2 words makes sense. You can add details after to explain but it needs to be obvious at a glance, and also mods/admins can send those to a special priority inbox to address it as fast as possible. Having those reports show up directly in Lemmy makes it quicker to action or do bulk actions when thereā€™s a lot of spam.

Itā€™s also good to report it directly into the Lemmy admin chat on Matrix as well afterwards, because in case of CSAM, everyone wants to delete it from their instance ASAP in case it takes time for the originating instance to delete it.

Max_P,
@Max_P@lemmy.max-p.me avatar

Thatā€™s fine to do once youā€™ve reported it: youā€™ve done your part, thereā€™s no value still seeing the post itā€™s gonna get removed anyway.

Blame Canada? Justin Trudeau Creates Blueprint for Dystopia in Horrific Speech Bill (www.racket.news)

I got in some hot water a while back for admitting I was relatively unconcerned with Republican villainy these days compared to other worries. This Canada Online Harms Act, whose details I missed earlier (apologies to Public and Yuri Bezmenov!), perfectly embodies the kind of thing that keeps me up at night now....

Max_P,
@Max_P@lemmy.max-p.me avatar

Genuine political dissent would become logistically impossible, and virtual mob rule a certainty.

Thereā€™s a major difference between political dissent and hate speech.

You can say: ā€œI donā€™t think transgender people should be allowed to choose which bathroom they go toā€, that just makes you a shitty person with no compassion. But if you say ā€œIf I see a trans women in the mens bathroom Iā€™ll beat them up out of thereā€, that is very clearly hate speech and threats of violence.

Itā€™s not like itā€™s hard to treat people with basic respect. You can disagree without resorting to hateful comments and threats and name calling. If you donā€™t see the hate speech problem youā€™re probably part of the problem because surprise, itā€™s only conservatives you see online constantly spewing FUD and hate speech.

Est-ce qu'il y en a qui vont "scĆØner" des fois ur /r/QuĆ©bec de Reddit pour voir ce qui se passe? French

Jā€™y suis retournĆ© une couple de fois rĆ©cemment et je suis assez Ć©tonnĆ© de lā€™opinion gĆ©nĆ©rale des usagers sur /r/QuĆ©bec. Jā€™ai vraiment lā€™impression quā€™une gang de boomers, ou du moins des gens extrĆŖmement ignorants, ont pris Reddit dā€™assaut....

Max_P,
@Max_P@lemmy.max-p.me avatar

Je sais pas si cā€™est le contraste avec Lemmy, or si Ƨa sā€™est vraiment empirĆ©. Les gens qui adoptent des plateformes comme Lemmy aussi tĆ“t ont tendance Ć  ĆŖtre plus Ć©duquĆ©s et plus ouverts.

Yā€™a pas mal de gens qui passent beaucoup plus de temps sur Internet quā€™ils le devraient, depuis la COVID. Et ce sont effectivement beaucoup de gens qui ne pensent quā€™Ć  leur nombril.

Peut-ĆŖtre un peu des deux.

Max_P,
@Max_P@lemmy.max-p.me avatar

Probably not the best example in retrospect, since its only gotcha is that itā€™s Fedora Atomic.

Mainly my point is if you Google ā€œhow do I install Xā€ youā€™ll get plenty of Ubuntu results out of the box, which when youā€™re an overwhelmed newbie is very helpful. Like, if you start with nothing, you just kissed goodbye to your Windows 11 install, you dive head first into Bazzite and youā€™ve got Firefox, Discord and Steam going, everything feels good. Then you start looking up ā€œhow to install X on Linuxā€, first you get a bunch of Ubuntu results, then you swap Linux for ā€œbazziteā€, nothing because itā€™s fairly new, but itā€™s Fedora so you look into Fedora but you realize Bazzite is actually Fedora Atomic and itā€™s a whole other way of installing things, maybe you just try running a .run or .sh file, or you give up and try to just make install from source but tĢ¶hĢ“eĢø ĢµfĢøiĢølĢøeĢ·sĢøyĢ¶sĢ·tĢøeĢ¶mĢ“ Ģ“iĢ¶sĢø Ģ·rĢ·eĢ“aĢ“dĢ“oĢ·nĢ¶lĢ·yĢ· aĢ“nĢµdĢøwĢ·ĶŠĢŖhĢµĢĢŸyĢ“Ķ›Ģ» ĢøĢ’Ķ‰iĢ¶Ķ†Ķ–sĢøĢŽĢŖ ĢøĢĢ—LĢ“ĶŒĢ£iĢ¶Ķ‘ĢžnĢ¶Ķ‚Ģ«uĢµĶ‹ĢÆxĢ“Ķ‹Ķ“ ĢµĢ€ĶˆsĢ“Ģ‚Ģ—oĢ“Ģ’Ģ± Ģ“ĢŽĢ­dĢøĶŠĢØaĢ·Ģ½Ķ™mĢµĢˆĢ˜nĢøĢĢ£ cĢ·ĶĶ“oĢµĢ€Ģ™mĢµĶ›Ģ²pĢ·ĶƒĢ–lĢ“ĶĢ°iĢµĢ†Ģ„cĢµĢ½Ģ°aĢøĢ†Ģ©tĢ·Ķ—Ķ…eĢµĢĶˆdĢµĢƒĢ».

I would argue Ubuntu kinda sucks, but it sucks in a familiar windows-y kind of way where pretty much everyone knows how to fix it or make it work usually by blindly executing stuff. Not great, but it works, and it doesnā€™t require much thinking. Ubuntu is pretty much the only distro you can find your way without caring what a distro is just by the pile of tutorials for Ubuntu or assuming Ubuntu. Case in point: Linus from LTT when he tried to apt install steam on Manjaro, after nuking his entire DE on Pop_OS using the same command. Itā€™s entirely his fault, but thatā€™s still a common and frustrating experience and they add up.

Same reason sometimes I just tell people honestly, just stick with Windows. Linux would be a good fit, it would be way better, but theyā€™re not willing or accepting of the learning curve. Sometimes youā€™re just better sticking with what most people use, so everyone knows how to fix your problems.

Help required, Certain VPN does not connect and times out

Can someone help, i have been having trouble connected with my home universities vpn, for past 15-20days, it is an openvpn connection, so i have been using networkmanager-openvpn to import my config files, and they have worked previously, but for last 15-20 days i get connection timed out, all certificates used are correct, i...

Max_P,
@Max_P@lemmy.max-p.me avatar

Check the logs, but itā€™s probably related to the deprecation of compression. OpenVPN 2.6 now requires a flag client-side to enable it as it is known to be the cause of too many vulnerabilities.

Add


<span style="color:#323232;">comp-lzo yes
</span><span style="color:#323232;">allow-compression yes
</span>

To your config and try again. If it still doesnā€™t work set log level to 4, redact personal info and post the logs.

Max_P,
@Max_P@lemmy.max-p.me avatar

You can try running it directly, sudo openvpn --config yourconf.ovpn

That will also tell us if NetworkManager is at fault.

Max_P,
@Max_P@lemmy.max-p.me avatar

<span style="color:#323232;">ERROR: failed to negotiate cipher with server.  Add the server's cipher ('AES-128-CBC') to --data-ciphers (currently 'AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305') if you want to connect to this server.
</span>

Thatā€™s your error. So I think


<span style="color:#323232;">data-ciphers AES-128-CBC
</span>

In your config should resolve this. Basically thereā€™s some issues with CBC and itā€™s now off by default.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • ā€¢
  • JUstTest
  • kavyap
  • DreamBathrooms
  • tacticalgear
  • mdbf
  • InstantRegret
  • magazineikmin
  • Youngstown
  • thenastyranch
  • rosin
  • slotface
  • Durango
  • cubers
  • ngwrru68w68
  • anitta
  • cisconetworking
  • GTA5RPClips
  • modclub
  • tester
  • khanakhh
  • everett
  • provamag3
  • osvaldo12
  • Leos
  • normalnudes
  • ethstaker
  • megavids
  • lostlight
  • All magazines