There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

lemmy.ml

pcouy , (edited ) to programmerhumor in Eclipse

The worst thing about eclipse I’ve had to deal with is its git integration. The conflict resolution tool is awful and half the terminology diverges from plain git.

The fact that it has a “Push & Commit” button also drives me mad far more than it should

Zagorath ,
@Zagorath@aussie.zone avatar

Honestly I’ve never had an IDE whose git integration I preferred over just using the command line, or pulling out Source Tree. Just wish Source Tree was available on Linux…

derpgon ,

I haven’t used much Git since I started using IntelliJ IDEs. True, I had to fix some issues when the IDE just refused to do its thing, but IIRC it was one specific situation where I cherry picked changes that I already had, where it got stuck on cherry picking.

AMDIsOurLord ,

VSCode with a shitload of extensions pretty much does the job

QuazarOmega ,

A shitload? I thought it was just:

  • GitLens
  • Git Graph
  • ???
  • Profit
docAvid ,

Emacs Magit is so much better than the CLI, and I don’t say that lightly. And it’s available on Linux.

pcouy ,

I prefer the CLI as well, but when I’m not a dev I supervise practical works in programming classes, where I don’t have much saying in the recommended/required tools

PoolloverNathan ,

Wait… “Push & Commit”? Not “Commit & Push”? Where do I join the Eclipse hate club?

pcouy ,

I don’t remember exactly, but the issue is about the existence of a button that makes beginners think a commit and a push are part of the same atomic operation. Not the order of the words on this button

CommunityLinkFixer Bot , to linux in [x-post @[email protected]] Do you run anything on a RISC-V processor?

Hi there! Looks like you linked to a Lemmy community using a URL instead of its name, which doesn’t work well for people on different instances. Try fixing it like this: !selfhost

Tempo , to linux in [x-post @[email protected]] Do you run anything on a RISC-V processor?
@Tempo@lemmy.ml avatar

I have a Milk-V Mars but it really isn’t performant enough for any task I have for an SBC. Distro support seems to be a pain too, as the provided Debian image isn’t meant to run on repos aside from a Debian snapshot from 2022.

I really do hope things improve. I’m planning on moving over to an RK3588 ARM board for desktop daily drivering but one day I’m hoping a decently affordable RISC V alternative will turn up.

ianovic69 , to asklemmy in What is the largest amount of partners you saw in a cookies consent question ?
@ianovic69@feddit.uk avatar

What really gets me is when there’s no REJECT button.

Aside from uBlock on Firefox, I’ve been using Privacy Badger and also Super-Agent.

slazer2au , (edited )

Consent-o-matic is also an option it will specifically opt out of those data vacuum popups. It is run by a Danish Uni so if it doesn’t work with a site you can submit the site and they will patch it in.

Site: consentomatic.au.dk

Firefox plugin: addons.mozilla.org/en-US/…/consent-o-matic/

Chrome Plugin: …google.com/…/mdjildafknihdffpkfmmpnpoiajfjnjd

eatham ,
@eatham@aussie.zone avatar

Link?

slazer2au ,

Good point. I updated my comment with the FF and chrome plugin links.

eatham ,
@eatham@aussie.zone avatar

Thank you

ianovic69 ,
@ianovic69@feddit.uk avatar

Brilliant, thank you.

RegalPotoo , to linux in [x-post @[email protected]] Do you run anything on a RISC-V processor?
@RegalPotoo@lemmy.world avatar

Definitely interested - is the mainline situation any better than with ARM?

I’ve been bitten before with a device that “supports” a major distribution, but only if you install our custom pre-built image (good luck auditing what we’ve tweaked) and only with our special pre-built kernel that isn’t even an LTS version, and has a bunch of patches applied to support whatever weird peripherals we decided to throw on the board, and will get exactly 0 updates after the initial release.

Raspberry Pi gets around this by being big enough to get buy in from vendors (Ubuntu distributes a special kernel + firmware bundle), but support for all the other smaller knock offs seem shaky at best

tuckerm OP ,

is the mainline situation any better than with ARM?

Unfortunately, sounds like "no" currently. The ones that let you install Debian usually provide some kind of custom Debian image for that specific SBC. Like you, I'm not really a fan of that. But apparently there are some desktop motherboards with RISC-V CPUs coming out. Hopefully that will increase the chance of things getting supported in mainline distros.

Nakoichi , to asklemmy in What is the largest amount of partners you saw in a cookies consent question ?
@Nakoichi@hexbear.net avatar

And what can we do to make the Internet a more safe and privacy friendly place and replace the ad business by something less unpleasant ?

back-to-me-shining JB-shining-aggro stalin-shining mao-aggro-shining

PatMustard ,

We said less unpleasant, comrade!

Nakoichi ,
@Nakoichi@hexbear.net avatar

Each one of those people were instrumental in improving the lives of millions, even billions, of people.

Shut the fuck up lib.

PatMustard ,

Great bait mate, 8/8

Nakoichi ,
@Nakoichi@hexbear.net avatar

Go back to reddit you sound like a reddit bot lmao.

Like you have just responded twice in a row with what look like canned responses from a chatGPT bot trained on the most insufferable redditors.

Also go fuck yourself you are not my comrade.

oscardejarjayes ,
@oscardejarjayes@hexbear.net avatar

Two 8s? Extremely sus

photonic_sorcerer ,
@photonic_sorcerer@lemmy.dbzer0.com avatar

Imma just point out that at least two of those dudes were some of the worst mass murderers in recent human history.

PatMustard ,

I don’t think they are taking this information very well

_dev_null , to asklemmy in What is the largest amount of partners you saw in a cookies consent question ?
@_dev_null@lemmy.zxcvn.xyz avatar

ITT I wish those that can recall would name and shame.

dumpster_dove , to programmerhumor in The joys of webdev
@dumpster_dove@hexbear.net avatar

I feel like I’ve seen that cat somewhere before…

aarroyoc , to linux in [x-post @[email protected]] Do you run anything on a RISC-V processor?
@aarroyoc@lemuria.es avatar

Yes, I have a VisionFive 2 and I use it to host some websites. I have am Arch Linux image compiled by a user in a forum, but the userspace packages are from a RISC-V repository from a other people working in Arch in general.

I could run my websites but it wasn’t easy at first, because, yes I have Docker but there are almost no images for riscv64, so I had to do some compiling and build images in a local registry. Bu now it works pretty well.

tuckerm OP ,

It sounds like the answer to "can I run this application on RISC-V" is very dependent on what the backend for that application is. What's the backend stack for your websites? Are they static HTML sites, or do they have other components? Someone else mentioned that they built postgres and mariadb Docker images for RISC-V, but I don't even know which programming languages can be compiled for RISC-V right now.

aarroyoc ,
@aarroyoc@lemuria.es avatar

Yes. My apps are not static: one is a Django app (Python) using Postgres. I had to compile both Postgres and Python but that’s because I wanted to use them in Docker but there were no images available (maybe there are now, things change fast in this world).

Other was a Rust app, also using Postgres. For this I had to wait until a cryptography library (ring) added support to RISC-V since they use some assembly to improve the performance. After that, it was fine.

I’ve been experimenting with more stuff, in general almost all important languages work, but beware that even if it works, they might not be as performant as in ARM or x86. Java for example, worked but the JVM didn’t have a JIT so it was very slow (this is fixed now, but some distros still ship it without JIT AFAIK).

Thordros , to programmerhumor in The joys of webdev
@Thordros@hexbear.net avatar

You can tell a real programmer made this because it’s unreadable.

BaalInvoker , to linux in [x-post @[email protected]] Do you run anything on a RISC-V processor?

I want to, but I don’t have any :(

tkc , to asklemmy in What is the largest amount of partners you saw in a cookies consent question ?
@tkc@feddit.uk avatar

1609 baby!

1000004158

BruceLee ,

And we have a winner woohoo !

ICastFist , to programmerhumor in Eclipse
@ICastFist@programming.dev avatar

I was about to say how Eclipse saved my ass once in final project in college, then I remembered it was Netbeans that saved me. It was a feature that create an ugly looking but fully functional system by connecting to a relational database - right now, I really wish I could remember the name of it, or the step by step. That was back in 2012.

umbrella , to linux in [x-post @[email protected]] Do you run anything on a RISC-V processor?
@umbrella@lemmy.ml avatar

i dont even know how to get a risc v processor

colournoun ,
featured ,

They’re mostly in SBCs and dev systems right now. I know StarFive makes RISC V SBCs, and I think Pine64 has a RISC V tablet and SBC available. It’s all pretty low end and intended for dev work from what I can tell though

leo85811nardo ,

BeagleBone has two RISCV SBC recently. One uses a chip from Microchip which is partially an FPGA also, and the other one uses a chip from a Chinese company

merthyr1831 ,

Most of them are embedded into stuff like storage controllers for SSDs (Western Digital is using RISC-V for all future storage controllers) or server chips, but you can get development boards on Alibaba which are at best similar or just ahead of the Raspberry pi4 atm

possiblylinux127 ,

Pine64 sells single board computers with Risc-V

captain_aggravated ,
@captain_aggravated@sh.itjust.works avatar

There are now some ESP32 modules that are RISC-V rather than Xtensa.

Honytawk , to asklemmy in What is the largest amount of partners you saw in a cookies consent question ?

Whenever I see a cookie banner say something like “We respect your privacy” I chuckle.

Because if they would actually respect my privacy, they wouldn’t have had a banner in the first place.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines