Spyke
Sorsereply
discuss.tchncs.de

Have you tried:

  • Curl
  • yt-dlp
  • finding that computer and stealing the hard drive
6
lemmy.world

5 is intentional. Websites choose what size ads are displayed, they plan ad placement and page layout around that. If the page is jumping around as ads load they want it to. They want you to accidentally click, because that gets them more money than simply displaying the ad.

32
filcukreply
lemmy.zip

"Never attribute to malice that which is adequately explained by stupidity" - or laziness/incompetence/lack of care in this case.

This happens regularly even on sites with no ads.
You give these people far too much credit.

8

No that was true 10-20 years ago, prior to the online advertising systems becoming so refined. They used to just send an ad with a general size, horizontal, vertical, etc.

It's too common and stick website designs take advertising sizes and loading into account now, so despite constant complaints now it has to be intentional.

1

I hate 5. there's nothing worse than clicking on a page, clicking a button and the split second before you click it the page inexplicably moves 2 inches up or down causing you to click something else

31
evidencesreply
lemmy.world

YouTube is terrible at this for me, I'll open a video go to click full screen and right at that moment all the sidebar videos popup and the whole video window shifts left and I end up clicking on another video entirely. This happens to me at least 5 times a week.

12

YouTube as a site is just terribly designed imo. i miss the olden days of YouTube back when videos were rated with stars and everyone could customise their channel font, layout, background colour etc

16
tiramichureply
lemm.ee

Back in the early 2000s I was a teen on a 56k dial-up modem. There would be frequent connection drops, or if not that, my dad would simply kick me off the Internet so he could make a phone call. Trying to download large files through the browser would only end in tears, so a download manager that supported resume was absolutely essential.

I used something called FlashGet (I was a Windows user back then) which looking it up now apparently turned into a malware-riddled mess towards the end of its life, as did so many things. But it was an absolute lifesaver at the time.

16

FlashGet brings me back haha.

I have memories of using a free dialup internet with ads and trying to download a Worms Armageddon demo of like 11-12MB and using FlashGet because my sister was kicking me off dialup.

10

turned into a malware-riddled mess towards the end of its life

This caused me to spontaneously remember RealPlayer.

1

I used one called Go!Zilla. I remember the UI being somewhat similar to Winamp, and that I liked to configure it to think that my connection speed was 14.4 kbps so the "speed graph" was always in the "high speed download" zone when I was downloading at 50 kbps 😅.

1
Kairosreply
lemmy.today

Yes the problem is solved, but it's not well supported where it's needed.

12

That's probably due to all those sites putting their own authentication mechanism in front of the download instead of just letting the webserver handle it.

Built something like that myself a few years ago with PHP. And while it wasn't super hard it wasn't trivial either and not supported out of the box by the common libraries.

5

I think I just never need it, so I have no idea how "solved" it is. It's absolutely supported by most clients, and I've had downloads resume, but I rarely Downloads anything large enough, over a network unreliable enough, to notice that a resume is needed.

2

5 is worst on websites, but "adaptive UX" apps do this, too. It's a crime.

4 is trivially fixed, for many Linux WMs. Here's for KDE. It's less trivial for xfce, but possible. Here's how to do it in i3 (this is as simple as any configuration in i3).

3 is clearly satire, and a very real and valid condemnation about modern web page design. Use Hugo (or similar) and pick a lightweight theme: there are several nice looking ones that specifically exclude JavaScript, which is the main culprit.

1 is such. A. Pain. Sure, if you use KDE or mconnect and the KDE app on Android, it's easy. The Device Connect app works really well. Apple to Apple is trivial. But arbitrary device to arbitrary device? The problem is that there's no standard championed by anyone. Apple is not interested in pushing their protocol: they have a vested interest in making all other devices a PITA so people are encouraged to buy into the Apple ecosystem. Google has been oddly inactive about it. Samsung does the same thing Apple does. We have the Wormhole protocol which is fantastic, but not even the main Linux desktops have built-in support; c.f. KDE Connect.

25
feddit.org

python3 -m http.server
It's the only way I can send anything to my old iPad. Aside from straight up using some cloud service ofc. This is much faster tho.

5

may i introduce you to LocalSend? Works on Windows, Linux, Mac, Android, iPhone/iPad; its FOSS, and uses a REST API and HTTPS encryption. It even has a portable mode, i use it in our Windows/Linux/Android/Steamdeck home and it works flawless and fast.

edit: Didn't see that it was already recommended below, lol. but no harm done, localsend is really a great tool for any network, especially with mixed os clients

6
Lumareply
feddit.org

In theory, yes. But does it work out of the box? The files app that shipped with my android does not seem capable of opening a samba share. Conclusion: I would need an external app.

And what about creating Samba shares? In my experience, creating a Samba share has been frustrating and cumbersome.

Not exactly a one-click share solution. If you set it up and get it to work then great, but at that point I could just use KDE Connect.

2
lemmy.world

iOS does actually support SMB out of the box, I am able to just navigate to my shares with no issues. But android does, I use an app called "Cx File Explorer" and it works perfectly fine.

But I will admit, setting up and managing samba shares is cumbersome and requires quite a bit of know-how

Funny enough though, I think windows actually handles SMB shares the best out of all of them. They're actually super resilient and reconnect super fast.

1
Lumareply
feddit.org

I didn't know iOS supports it out of the box. Cool thatvit does though!

I use Mixplorer on android which also supports SMB shares. Works well enough.

And it would make sense that Windows manages it the best, SMB was, after all, microsofts invention as far as I know.

One issue that I had to deal with because of that is that SMB doesn't support all characters in file names that ext4 or btrfs do. There is a "work around" that replaces the ofdending characters with lookalikes you can choose, but it's obviously not perfect and if you would have two files with the same file name but one has the invalid character replaced with a lookalike, I think samba would probably get confused because iirc, the protocol itself cannot transmit characters in file names that aren't allowed in NTFS.

Also when I set it up on my server, it caused me many frustrating hours of looking for why it doesn't work only for me to find out at some point that the share needs a special SELinux flag. Setting up an NFS share worked out of the box with no SELinux shenanigans required. That's why I'm still grumpy at samba.

1

Honestly I had to go and look up what issues people have had with SELinux because Ive only ever had issues on the remote computer when trying to access the share, but it looks like I've maybe just gotten lucky!

I've hosted it on both a Raspberry Pi and with Ubuntu Server (maybe that's the issue cause I use normal Ubuntu on my laptop?) and all it's ever taken to set it up is just configuring the config file. Any permission issues has always just been because I didn't set up file permissions correctly

1
reddthat.com

I love magic wormhole. Still trying to get my bf on board with it. Before that, I used sftp.

1
axEl7fB5reply
lemmy.cafe

Idk why you are reccomending Hugo for number 3. Any static site generator out there performs just as same tbh.

1
lemmy.world

For #1 you can try KDE Connect. Send files and clipboards between your devices over wifi or bluetooth.

Sending stuff to another person's device? 🤷

24
kweddreply
feddit.nl

I've heard good things about LocalSend.

18

LocalSend is great.

Needed to send some stuff from my Linux server to my wife's Window's PC the other day, but I was at work and she couldn't get her PC to see the folders I'm sharing over the network. So I used AnyDesk from my Mac at work, opened LocalSend on the server and sent the files over. 1GB sent over in about 10 seconds. Amazing stuff.

Some parts of living in the future are magic.

4
ddashreply
lemmy.dbzer0.com

Doesn't work for me on public WiFi. Tried using device IP, no luck. In my home WiFi it works perfectly though. Haven't tried Bluetooth, didn't know that's possible

6

Many public wifi networks disable peer to peer connections over the network for security purposes, which breaks KDE Connect

12

3 is intentional, too. A performant page requires paying a skilled web developer.

Web page too slow? Use our affiliate link for a new computer!

22
feddit.it

For #1 you wanna try Magic wormhole. Maybe it's less user-friendly than you need it to be, but it works and there are lots of implementations for different owes (don't know about iOS though).

20

i would absolutely recommend localsend. it has ios, android and desktop apps and it works flawlessly:

https://localsend.org/

Edit: iirc you need to be in the same network though, it does not have gateway (?) servers like wormhole

9
Björnreply
swg-empire.de

That is kind of the problem though. There are many solutions, all with their own pros and cons. But after all these years no universal standard has managed to appear.

4
lemmy.world

Cool stuff. How does this stack up vs syncthing? I have a weekly clip show I'd love to be able to share with friends and family

2
shokireply
lemmy.world

they both do private file sharing, but their working principle is inherently different: wormhole, localsend, pairdrop etc. send a file once, whereas syncthing aims to sync a folder on 2 or more devices bidirectionally

7

That sounds better for my use case, right? I could send my show out, and not have to worry about whether they deleted it.

2

I used to use Pushbullet. Haven't really needed it in a long time since discord came on the scene really. But it did the job really well and was super easy to use.

2

5 is infuriating, especially if the site engages in fuckery like putting an ad under where the desired click disappeared from, so the user ends up clicking the ad.

18
lemmy.world
  1. Any user input should take top priority over anything. I don't want to wait for your 50 banner and ads to load to click the thing I already know I want. If I opened a program or clicked a link I don't want, I want to be able to leave even before its wasted more time loading the thing I don't want. And holy shit, those tutorial popups that explain features that you can't click out of, and have to click through all the prompts to start using the fucking program, made way worse if you went there by accident and are now stuck.
14

I feel this.

I've visited websites of legitimate companies that I want to support, but as I'm looking to spend my money I get punched in the face with subscription popups.

If disrespecting me is the first thing you do when I visit your website, I can't give you my money. It's that simple.

And paid apps that beg you to review their app, no matter how many fucking goddamn times you've closed that popup, is a punch in the dick.

5
pawb.social

isn't 4 expected behavior? if i open an application i expect it to be focused when it opens

14
groetreply
feddit.org

True, but so many applications open more than once. They open a window that is just a logo, then 5 sec later a window with a loading bar, then finaly the actual application. And each time they steal the focus. Fuck that!

15

Logitech software that wont register my games keybinds unless I open it to spend 3 minutes loading and then hides my game while I'm frantically trying not to die from my lack of utility keybinds

5
Kairosreply
lemmy.today

If you open an application, yes. What if another application does?

15
vfshreply
lemmy.blahaj.zone

Or what if you want to open an application that takes like a minute to load like Discord or photo editing software or CAD software, and want to do things while the splash screen is there and loading still?

7
Zurgoreply
lemmy.dbzer0.com

Not sure if I want my applications to open other applications in a semi hidden way, if it does I want it to be obvious

1
Kairosreply
lemmy.today

You probably aren't a desktop power user. I for example call GUI applications from the command line all the time.

4
Zurgoreply
lemmy.dbzer0.com

Yeah good point, I guess the key is having the option to set default behaviours. Which I haven't found in windows

3
Hoimoreply
ani.social

But how do I send the torrent file to the other device?

2

I usually use Pairdrop when on local network. Cross platform, P2P, quick, works on phone, and doesn't need a download. The only third party software is a TURN server. Recently works over internet too.

1
lemm.ee

#1 - kdeconnect. Plus several other cool features on it

13
Kairosreply
lemmy.today

OK. Now tell me how I do it when I want to send it between a phone and a laptop tethered to that phone via hotspot.

4
lemmy.ca

Honestly? Hardwire is the only way I've found to always consistently transfer files like this, to this very day

3

Localsend, I mean kde connect will work this way but I find local send more reliable

1

What I do is start a micro web server with Python on a termux terminal, if you don't have root on said device you'll be stuck in the /data/data/com.termux/files/ but its still enough to save files with Firefox to said directory on the files/home/ I believe? (export or share to termux and you'll be taken to termux on the aforementioned directory, where you can always pwd to know where you are) however if you do have root you'll be able to literally start the mini web server on the / or any folder you like. And then on your laptop you browse to the IP of the phone and the custom port, which if its hotspot you can also find via termux or tends to be 172.20.10.1 or something mundane depending on your carrier.

1

I still remember when my 386 had 4MB of RAM, and I didn't have a math coprocessor.

And I could still get online.

I was going to write that I'm old. But, no, I'm not that old.

11
lemmy.world

4 - I bet there's some a setting for that in some Linux DE

1 - I did literally that two days ago with scp, cause I've had 200 GB to transfer and 40 GB free space on my pendrive

9
lemmy.world

4 - I bet there’s some a setting for that in some Linux DE

XFCE's WM (xfwm4) settings. And yes, I keep it unchecked.

11
lemmy.world

I'll check again but it didn't work as I wanted to last time. What I want: give focus to new processes started by the user, but once the user manually switches windows, do not pop that app into the foreground when it is done launching. Also: not stealing focus was useless when the unfocused window would pop up over the one I was currently using.

3
midwest.social

NeXTSTEP worked exactly this way, and it was glorious. Its window manager simply had the concept of "no current focus." Programs could not steal focus, they could only gain focus either by explicit user action, or grabbing it when nothing else was focused. When you started an application, there would be no focus while it loaded. If you waited, the new application would grab focus. If you moved on to a different window, the new application would pop up in the background. New windows, dialog boxes, and notification-type events would put an indicator on the application's icon in the dock.

2
lemmy.world

That does indeed sound glorious. I am afraid to look it up because you spoke of it in past tense :(

1
midwest.social

It's... still around, in a way. Apple bought NeXT Computer, and it provided the BSD Unix base for MacOS X, as well as all of those classes with the 'NS' prefix. Of course, Apple pasted on a totally new UI. 🙁

1

Oh, so it was an OS, not a software package, and not open source :/ anyways, the characteristics you describe should(!) be easy enough to implement by any given window manager... Here's hoping...

1
qazreply
lemmy.world

KDE has "Window Rules" and I think it has an option for that

9

Gnome 3 implemented 4 as a core feature and got so much flack from users for it. So they made it trigger less and less until they effectively removed it. I still see it happen, but very rarely.

1

If I refresh Lemmy in the browser repeatedly the UI text renders in Chinese for a split second.

I guess what I’m saying is that computers are hard.

7

Google maps when Android auto detects music moves all the buttons up out of their usual place but it's slightly delayed. Most dangerous #5 I've encountered.

5

#1 I thought nord vpn handled this pretty well with meshnet. Its been my go-to now for a year now.

3
lemmy.cafe
  1. Syncthing, Localsend, Firefox Send, Cloud drives
  2. Any download manager out there (Gopeed, Motrix. JDownloader, XDM, etc.)
  3. Vanilla JS, uglification, minification.
  4. Configure it in the settings of your desired DE
  5. Remove timer to move button or delay it more.
3
pawb.social

I would guess they're a Windows user based on 2 and 1. wget -c works for continuing downloads, and transferring files is trivial with sftp.

1
Kairosreply
lemmy.today

Fun fact we download things with browsers and not always wget also not everyone has an open port.

1
pawb.social

You're using all 65535 or so values for ports? Port forwarding is not necessary inside the same network.

0