HackerTrans
TopNewTrendsCommentsPastAskShowJobs

devereaux

no profile record

comments

devereaux
·il y a 7 ans·discuss
> Cloudflare's CDN leaks user's full online identity to Google via reCaptcha, especially when you use Tor.

How?
devereaux
·il y a 7 ans·discuss
It's sad.

I try to keep to technical issues, but some of the things I read are just not acceptable.

We all have different opinion, and I respect that, but when some people think they deserve some special privileges, I disagree.
devereaux
·il y a 7 ans·discuss
You assume I may like countries. I'm not against the concept of people freely associating around political systems they like.

However, I do not like the concept of imaginal lines drawn on a map to give advantage to some people who had a lucky birth.

It is no better than a caste system or nobility in Europe.

> Otherwise we would not even be having this discussion.

I'm sad we have this discussion.
devereaux
·il y a 7 ans·discuss
If they genuinely have a lower performance, they will sell their services at a price matching their performance and have no problem finding clients.

However, I dispute that premise. You are jumping to conclusions. The "disabled and English learners" I have met offer tremendous value, in different axes.

Someone who is blind is used to processing audio at several time the speed a non blind person can. So if I need someone to summarize and extra data from audio, I want someone who's blind. Because they will be more efficient than you or I.

I don't know about you, but I assume you are not blind. If you want to sell me your services, I'll pay you a fraction of what I'll pay a blind contractor because they will be more efficient than you.

Someone for which English is not their first language often uses a lower number of words, and makes simpler sentences. This is a godsent for technical documentation.

I fear you inner bias make you consider that as "intial disadvantage". It is extremely short sighted.

Feel free to call me prejudiced when I prefer blind and ESL hires.
devereaux
·il y a 7 ans·discuss
Dude, just … no.

It's not about signaling or positive sentiments. All human beings are equal. Being born in one place doesn't make you special or entitles you to a job.

US citizen or whatever-country citizen, all that matters is what you can do. Meritocracy, you know.

If someone else can do the job better than you or me, they should be hired. Being born in the US or gender or anything else you can think about shouldn't play a role. Only raw performance should matter, because anything else is discriminatory.

Just saying, because that's how I see the world, and I hope more people will keep seeing the world that way instead of thinking they're special and worth some unique privilege because of circumstance of their birth.
devereaux
·il y a 7 ans·discuss
Interesting - I will consider it, thanks a lot for the suggestion! Memory use is a concern, but so are wakeups in a tickles kernel on a laptop.

At the moment I'm considering Sway mostly because of the wide use and community, but it's a "long term" project this month or the next :-)
devereaux
·il y a 8 ans·discuss
Correct, I really like alt left click to move windows but for some reason I prefer resizing with the title bar even if takes one more event (keypress) to make it show up, and one more to remove it when I'm done.
devereaux
·il y a 8 ans·discuss
What I find distracting: the menu bar indeed, the file manager on the desktop, the title bar of the windows, the buttons on the titlebars of the windows

That doesn't leave much of gnome.
devereaux
·il y a 8 ans·discuss
I agree ; I'm considering moving to wayland but still now LXDE does everything I need well enough to not have bothered for the last few years
devereaux
·il y a 8 ans·discuss
Would you recommend a given compositor to have something close to LXDE or any other minimal window manager in xorg?

I'm thinking about starting with weston and moving to sway if it doesn't do the job
devereaux
·il y a 8 ans·discuss
Personally, I gave up on Gnome and run LXDE a bit like i3 - autopositionning the windows with Fx keys mapped to a given set of coordinates, so F10 will make a window use a square on the left covering 80% of the screen, F11 will move the window to the remaining 20% on the right, thus hiding conky - etc. The only advantage I find in LXDE is that it has a titlebar I can 'reveal' if I wish to mess around and fiddle with the window position (like when tracking the arping replies in a remote lan and using a bit of scripting to see the evolution of the metric as I fiddle with things)

I like my desktop lean and mean. I do not want distractions. When I am dealing with a remote system crashing under load, the last thing I want is my desktop or my shortcuts to behave in weird ways. Things must always work, in a consistent way. Funny thing is I can only get that in Linux... and in Windows 10.

Customization is a feature, just not everyone needs that feature.

So I disagree with your assessment, as some users will find Gnome or KDE too distracting.
devereaux
·il y a 8 ans·discuss
I'm using xorg but very interested in Wayland. My main "fear" with wayland is that my scripts to properly handle things like a uniform copy/paste will stop working

Would you have some links? I am especially interested in ways to handle shortcuts like with autohotkey on Windows: a context dependent remap (ex: pressing a given physical key may send ctrl-tab in an application, but ctrl-pagedown in another if said other application doesn't support remapping shortcuts)
devereaux
·il y a 8 ans·discuss
you can do that with xdotool if you want to paste the xbuffer. I suggest handling the shortcuts at the window manager level. this force ctrl-c to always do copy - even in the terminal, but nothing stty can't fix quickly - I use ctrl-x instead as it is close by.

end result, my ctrl c and ctrl v work as you would expect -- always!