86
top 50 comments
sorted by: hot top controversial new old
[-] SadSadSatellite@lemmy.dbzer0.com 56 points 9 months ago

A search engine that filters out ai generated sites and content. Or just works at all.

[-] ParetoOptimalDev@lemmy.today 21 points 9 months ago

A good start that allows you to pin/ban sites from search results, order by least ad trackers, search the small web, and more:

https://kagi.com/

Its paid, which can be seen as ridiculous but for me it helps me be confident im not the product.

[-] Fudoshin@feddit.uk 5 points 9 months ago

I keep seeing this WAY too much. I'm starting to get suspicious it's being pushed by their ad/marketing department. 🤨

[-] darreninthenet@sh.itjust.works 7 points 9 months ago

Well in which case you probably won't believe me but I've been using Kagi for a while and am extremely happy with it... no link with the company at all other than a very satisfied user 🤷🏻‍♂️

You can improve Google a bit using ublacklist but it still wasn't anywhere as good as Kagi.

I will say Kagi isn't as good when it comes to looking for local businesses or services... I still use Google for that but you can do that within Kagi with a !g and it anonymises the search

load more comments (1 replies)
load more comments (1 replies)
[-] moonpiedumplings@programming.dev 5 points 9 months ago

I haven't experimented with it much, but:

https://iorate.github.io/ublacklist/docs

[-] Bobbys@lemmy.ml 38 points 9 months ago

A good Discord alternative, with all its main features like voice, text, and screen sharing, federated, and self-hosted.

[-] ParetoOptimalDev@lemmy.today 14 points 9 months ago

I don't know if matrix checks all of these boxes yet... but a discord contender built on matrix would be a dream.

[-] kurcatovium@lemm.ee 8 points 9 months ago

Matrix will never replace discord, because implementing gifs took them like 10 years so far and it's still not even a concept. And imagine discord like experience without gifs. Impossible.

Which is sad, because Matrix is otherwise absolutely great! It's just not focused on casual users at all.

[-] Daeraxa@lemmy.ml 5 points 9 months ago

And imagine discord like experience without gifs. Impossible.

Sounds like heaven to me

load more comments (1 replies)
load more comments (2 replies)
load more comments (2 replies)
[-] magnetosphere@kbin.social 23 points 9 months ago

Accurate progress bars and “remaining time” displays (yes, I know that this isn’t technically possible, but we’re wishing here).

I don’t want to see my computer/phone grind away for a few minutes yet still be at “0%”, then jump to “76%”, chug away some more, then abruptly finish a task. When something is going to take time, I wanna know if we’re talking “stare at the screen for a minute” kind of time or “find something else to do for a while” kind of time.

[-] Krudler@lemmy.world 7 points 9 months ago* (last edited 9 months ago)

I just want to do a humble brag here and say that there are some programmers that care.

30 years ago when I used to make multimedia training software, I would run an installer with another script running that would time stamp completion of the different install steps.

I would average them out and using the equivalent of a player piano, "playback" the progress bar on the end-user install.

So instead of reporting that a certain percentage was done which didn't actually represent the time, you got an extremely accurate progress bar that on almost every computer, went up at a very predictable rate.

It's a grotesquely easy thing to do and I don't know why it hasn't become common practice.

[-] hperrin@lemmy.world 5 points 9 months ago* (last edited 9 months ago)

Like you said, as developers, there’s often nothing we can do about this. The state prior to something taking forever can be exactly the same as the state prior to it finishing quickly, so there’s no way for us to predict it.

The best we can do is give you a throbber.

[-] magnetosphere@kbin.social 5 points 9 months ago

That’s better than nothing! At least I know my computer isn’t frozen.

[-] JoBo@feddit.uk 22 points 9 months ago

Not so much software as an element that needs to be part of so much software but, for some unfathomable reason, is not:

Picklists which work properly. If I type "U", do not give me a screen full of Ts with the first U at the bottom. And let me type more than one letter to get to exactly where I need to be in the list. It can be done but it rarely is done and it does my head in.

Also, if you must include a scroll wheel to enter numbers, make it possible to just fucking type the numbers instead.

This is probably not what you intended this thread for but I'll take any chance I get to ask UI designers to get a fucking grip...

[-] midori@lemmy.world 9 points 9 months ago

I like a good rant. Got any more?

[-] JoBo@feddit.uk 19 points 9 months ago* (last edited 9 months ago)

Software developers who never have, and never will have to, use the software for real. I think every coder should be forced to use their own software for one month out of every year they work on it (and be able to do the job that goes with it because how the fuck else are they going to get a clue?).

And fucking stop making PC software that looks like it was designed to be used on a phone. I cannot do my job on a phone, no one would ever do my job on a phone, everyone who does my job has at least two large screens. We do not want to click a million times to do one simple task, and we do want to be able to see masses of information at the same time.

/rant

[-] aaaantoine@lemmy.world 9 points 9 months ago

Software developers who never have, and never will have to, use the software for real.

Yes. The customer doesn't necessarily know what's possible or know how to articulate what features they want. I spent one week in a position where I was using my own software for production and immediately made several simple enhancements once I had hands on experience with the expected business process.

Every programmer should go through an exercise like this at least once in a while.

[-] JoBo@feddit.uk 9 points 9 months ago

I am quite old, so remember the transition from scientists writing their own software to systems analysts who specialised in writing software that was fit for purpose. And that was exactly the ideal: the systems analyst was supposed to be someone who could code as well as their programmers could and understand the job the software was designed for as well as the customer did.

None of that seems to have happened. Some of the kids who could code got lucky with billion dollar jackpots from very low hanging fruit. And ever since, we've just been hit by waves of kids who can code going straight into software development with absolutely no experience of how work works.

It's a difficult problem to solve. I have an aunt who developed software in the '60s and '70s who had to retire early because the languages she used became obsolete (apart from a brief bounce running up to Y2K). But it is a problem we absolutely have to solve. So much shitty software, wasting so much effort, for the developers and users alike.

[-] fsr1967@lemmy.world 5 points 9 months ago

I think every coder should be forced to use their own software for one month out of every year they work on it (and be able to do the job that goes with it because how the fuck else are they going to get a clue?).

At my company, all developers spend time every year in customer support. It gives us first hand experience with what our customers are running into and asking for. We also work directly with field consultants on their projects. It's not exactly this, but it's pretty close, and it works really well.

[-] JoBo@feddit.uk 4 points 9 months ago

That must help a lot. But often, when I am quietly cursing them, I just want to make them shadow me for a day to see, and feel, the impact of their ridiculous decisions. We have given them written explanations, had meetings, shown screenshots. But nothing gets through. If they had to spend a day a week using it, they might actually do something about it.

load more comments (1 replies)
load more comments (1 replies)
[-] Thorny_Insight@lemm.ee 19 points 9 months ago

Sponsor Block for podcasts

[-] mihnt@lemmy.world 19 points 9 months ago

A proper file picker for Linux.

[-] mke@lemmy.world 12 points 9 months ago

Just curious, what are your issues with the current available options?

[-] Evkob@lemmy.ca 17 points 9 months ago

I'm not the person you replied to, but the one and only thing I miss about Windows is being able to paste a web address directly into the file picker.

Say I find an image here on Lemmy that I want to share with a friend on FB Messenger. On Windows, I could just copy the URL of the image, go to FB, "upload image" and paste the URL into the file picker dialog.

On Linux, I have to save it to my disk first.

[-] amio@kbin.social 17 points 9 months ago

Holy shit what?? I've been using Windows since 95 and didn't have the slightest idea you could do that.

[-] Evkob@lemmy.ca 12 points 9 months ago

It's not really advertised or intuitive in any way, so that doesn't surprise me. In fact, I have no recollection of how I came upon this feature. Maybe I discovered it in a fever dream, maybe it was on a lifehacker.com listicle. I'm not even sure it's supposed to be a feature, for all we know it could be an odd quirk, some legacy code in explorer.exe. The inner machinations of Windows are an enigma.

[-] baduhai@sopuli.xyz 9 points 9 months ago

I never knew you could do that. Maybe I'll try my hands at implementing that on the kde file picker.

[-] Evkob@lemmy.ca 5 points 9 months ago

If you ever get around to it, let me know. I'd buy you a drink!

load more comments (3 replies)
[-] mihnt@lemmy.world 4 points 9 months ago

Can't preview files before choosing them. Only thing is that tiny little "preview" thing for pictures and videos. Have to squint to even see the little tiny preview. No right click to open in file picker. I could go on.

load more comments (1 replies)
load more comments (5 replies)
[-] ramenshaman@lemmy.world 19 points 9 months ago* (last edited 9 months ago)

Something that can utilize a Shazam API or something similar and go through my entire music library (which is full of hundreds of tracks named "Track 1", "Track 2", etc.) and title them appropriately, ideally with correct metadata and album art. I would pay a lot for this.

[-] TGTX@lemmy.world 21 points 9 months ago* (last edited 9 months ago)

MusicBrainz Picard is what you should try out.

Also, a song recognition feature was built into MusicBee for updating tags, but it never works as well as it could be.

load more comments (3 replies)
[-] Crafter72@lemmy.world 13 points 9 months ago

FreeCAD alternative so we can have another FOSS CAD drawing software :(

No, I'm actually cool with FreeCAD but an alternative is welcome one especially one that can work on linux.

load more comments (6 replies)
[-] Krudler@lemmy.world 12 points 9 months ago* (last edited 9 months ago)

Mapping software that can give directions the way human navigator would.

When I'm driving in my own city, my mapping software should be intelligent enough to know that I am aware of most of the roads; it can track me.

I don't need to hear

"Keep straight on Highway 101 West signs for Highway 101 West for 300m, then take exit 104 South signs for Highway 104 South, take exit 104A South signs for 104 South, merge onto Highway 104 South signs for 104 South. Go straight on Highway 104 South for 400m then take the left lane and turn left on route 40 Eastbound signs for route 40. Boodle-ding you are on the correct route. In 200m turn left onto route 40 Eastbound signs for route 40 Eastbound. Turn left onto route 40 Eastbound signs for route 40 Eastbound."

... When what is needed in a realistic sense is the following:

"In 300m take the exit to 104 Southbound then after 400 m, turn left at the first set of lights onto route 40"

load more comments (4 replies)
[-] Dukeofdummies@kbin.social 11 points 9 months ago

Why isn't there vr animation software? Why can't we have several people pop up in an instance and animate avatars like a stop motion movie?

load more comments (2 replies)
[-] Hobbes@startrek.website 11 points 9 months ago

Something other than “Finder” for macOS

load more comments (4 replies)
[-] gzrrt@kbin.social 9 points 9 months ago

A FOSS digital audio workstation that's on par with Ableton

load more comments (6 replies)
[-] hakunawazo@lemmy.world 9 points 9 months ago* (last edited 9 months ago)

There was this small project long ago where you could organize all your desktop data in mindmap like 3d galaxies. It was really beautiful, but I can't remember it's name, nor have I found something similar again for modern operating systems.

[-] PlasterAnalyst@kbin.social 9 points 9 months ago

A website like PC part picker where I can type in a product search and it gives me results from many different websites like Amazon and newegg but also local stores within a certain range from me such as Walmart, target, etc so that I can compare prices and options before I leave the house. I already have an auto hotkey script that opens up separate tabs for each website that I want to check, but a website would be nice. It also helps me consider places that I wouldn't have thought carried the item I was looking for. Filtering by category would be useful, such as auto parts so that one could quickly compare prices and options instead of going to each retailers website one at a time.

load more comments (5 replies)
[-] Daeraxa@lemmy.ml 8 points 9 months ago

A viable alternative to the Blink and WebKit dominance to allow something other than every browser being Chromium.

Firefox's Gecko engine is rather tied into the browser meaning nearly all Gecko based browsers are just Firefox with pre-config and extensions.

I'm keeping an eye on Servo and Vox as what seem to be the most viable alternatives currently in development.

[-] WatTyler@lemmy.zip 8 points 9 months ago

Bloodborne on PC

[-] rony4102@lemmy.world 6 points 9 months ago

A goddamn pdf editor for Android

load more comments (2 replies)
[-] afraid_of_zombies@lemmy.world 6 points 9 months ago

I want an app that makes people pass a sobriety test before calling/sms certain phone numbers.

I call it "don't message them"

load more comments (1 replies)
[-] i_am_a_cardboard_box@lemmy.world 6 points 9 months ago

An automated 3d modeling software with Ai implementation for dnd miniatures. Sort of hero forge combined with stable diffusion.

[-] jadelord@discuss.tchncs.de 5 points 9 months ago

Voice to Text system for Linux.

After Sayboard for Android, it seems plausible to get a local voice recongnition system for PC too.

load more comments (1 replies)
[-] ChasingEnigma@lemmy.world 4 points 9 months ago

A federated, multimedia-focused social network with features like custom feeds, user curation abilities, client-side filtering controls, anonymous posting options, user reputation systems, voting, collections, advanced search, user affinities, third-party feed algorithms, machine learning for recommendations, collaborative moderation via user trust levels, achievements, notifications, localization, theming options, threaded comments, chat, customizable profiles, granular blocking controls, quoting, surveys, related posts, downloading posts collections or tags, and more - empowering both users and communities with flexibility and customization in shaping their own experiences.

[-] Kilnier@lemmy.ca 4 points 9 months ago

A templatable OCR app that maps areas or shapes to excel fields.

If you have a product tag with different serial numbers or product details and a standard layout it would be really useful to be able to scan for a tag shape, apply an overlay with each block of relevant data and then map that block to a cell address.

Take photo of product tag x100 OCR and edge find on product tag Select/draw areas Assign areas to spreadsheet cell or column. Apply and check with second photo. Confirm function and process next 97 images automatically.

Thought of it for work but would be great for food labels and nutrition information collation as well. All sorts of paper->digital stuff.

load more comments (2 replies)
[-] Mechaguana@programming.dev 4 points 9 months ago

Foss Adobe software like photoshop, and dont say gimp pls

[-] Hadriscus@lemm.ee 6 points 9 months ago

New project called Graphite is very ambitious, let's see where they go with it. https://www.youtube.com/channel/UCFtZl_0rwO6o_LUoPN42_Zw

Otherwise you have Krita and MyPaint for painting.

load more comments (1 replies)
load more comments
view more: next ›
this post was submitted on 26 Jan 2024
86 points (92.2% liked)

Ask Lemmy

26669 readers
1449 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 1 year ago
MODERATORS