bunitor

joined 5 months ago
[–] bunitor@lemmy.eco.br 2 points 2 days ago

amazing release. i've been following the master branch for a while, but i'm still excited because there's so much good stuff in this one (especially android support)

[–] bunitor@lemmy.eco.br 2 points 6 days ago

i bought an orange juicer. been making orange juice every other day. it's awesome

and i'm not even over my dishwasher high

[–] bunitor@lemmy.eco.br 3 points 1 week ago (1 children)

meio errada a manchete. dá a entender que foi linus que fez o "defensor" sair do kernel, mas na verdade linus foi omisso

 

tl;dr if you have an encoding problem while running guile on emacs for android with termux, make sure the LANG env var on emacs matches the value of termux:

;; ~/.emacs.d/early-init.el
(setenv "LANG" "en_US.UTF-8")

don't where else to post this, so i'm posting it here so it doesn't gets lost

emacs >=30 comes with android support. i've been using it for a while now, but it's really only useful if you can install applications to use it with. that's why the project offers an emacs package and a termux package with the same signature so you can share the termux binaries with the emacs runtime. packages and instructions here: https://sourceforge.net/projects/android-ports-for-gnu-emacs/files/termux/

i tried running guile on emacs with geiser a few days ago but it failed to run due to some encoding issues. it ran fine on termux

after a little googling, i compared the values of the LANG variable in both termux and emacs:

  • termux: LANG=en_US.UTF-8
  • emacs: LANG=en_US.utf8

then i just changed ˋLANGˋ on emacs to match the termux value and that solved the problem! to keep it working, i added the change to ˋ~/.emacs.d/early-init.elˋ:

(setenv "LANG" "en_US.UTF-8")
[–] bunitor@lemmy.eco.br 2 points 1 week ago

is it calling me a wanker in spanish?

[–] bunitor@lemmy.eco.br 1 points 1 week ago

unfortunately not all thinkpads are made the same. it seems that, for a while now, lenovo takes a bunch of cheaper laptops and slaps the thinkpad label on them

i personally had a better experience with dell's latitude line, but ymmv

[–] bunitor@lemmy.eco.br 5 points 1 week ago (2 children)

Whatever price you find for a refurbished M2, take that money and go find a laptop known to be well supported on Linux, it'll just be a better experience and you'll probably get more for your money.

not an apple user, but apple is well known for their build quality. what other laptop manufacturer is on par with apple's build quality?

[–] bunitor@lemmy.eco.br 0 points 2 weeks ago

how long until linus intervenes and tells rust haters to shut the fuck up?

[–] bunitor@lemmy.eco.br 4 points 2 weeks ago

to play with, sure. but in the case of a backup machine, you want something reliable, rock-solid, low maintenance and easy to use, which is why I recommended debian

[–] bunitor@lemmy.eco.br 14 points 2 weeks ago* (last edited 2 weeks ago) (3 children)

I don't think there's any useful way to put it to regular use for yourself, but you could:

  • install debian on it and keep it around in case of an emergency. turn it on once in a while to keep it updated (doesn't need to be that often, it's debian)
  • use it on the go (no worries about it getting stolen)*
  • use it a place where you wouldn't use your main laptop as to not risk damange (camping, hiking, on a trip, etc)*
  • install a friendlier linux distro and give it away to someone who doesn't have a computer (a 10yo cousin maybe)
  • give it away to someone who has a computer, but doesn't have a second one and might be happy to get one to play with

*though i imagine the battery is not in good shape given your "beaten up" description

[–] bunitor@lemmy.eco.br 7 points 3 weeks ago (5 children)

unrelated but why is that window so massive?

[–] bunitor@lemmy.eco.br 16 points 3 weeks ago

this is likely to keep as much people on windows as possible in an effort prevent people from being able to disable (or not have at all) things like location tracking, telemetry, etc. the us govt is probably going to crack down hard on "terrorist" threats (aka socialists, palestine supporters, and even anyone moderately critical of us imperialism), so they're gonna need all the information they can gather about people's online activities

 

over on reddit, there's a distinction between /r/linux (general discussions) and /r/linuxquestions (community support). i notice a lot of support posts over here, which could warrant the split, but otoh maybe the volume of posts is not enough to justify it and it could risk spreading our community way too thin

what do you think?

18
submitted 2 months ago* (last edited 2 months ago) by bunitor@lemmy.eco.br to c/autisticandadhd@lemmy.world
 

psychiatrist looked at the neuropsychologic evaluation results of autism+adhd and was not convinced. not that there isn't anything going on, but he thinks my case isn't as conclusive as the results claim it to be and i'm still open to be diagnosed with maybe other kind of personality disorder (perhaps ocd). he's not discarding autism either, he's just adding other possibilities

(he's pretty sure about the adhd, though)

not sure what to think of it, and also not sure if i should stay here

 

hello

just got my neuropsychological evaluation results:

  • level 1 asd
  • turbo adhd
  • eating disorder (more specifically, pica syndrome)

also a bunch of other things that aren't disorders themselves (neuroticism is the only one i can remember)

honestly, the primary feeling to me coming out of this diagnosis is "it's not my fault i'm a total mess". i thought the asd diagnosis would be more validating, but the fact that i'm in the 99 percentile in a lot of aspects of adhd really validates how i felt about this shit being really hard for me but easy for other people. it really flipped my perspective from "jfc i can't get my shit together" to "holy shit, how am i still alive and able to earn a living while living 1000 miles away from my family??"

i'm not gonna let this justifying not even trying to be better, but it makes me more assured that i am really trying my best, that failures will happen, and that i should be kind to myself and honest about my limitations

also, i bought a dishwasher and my depression has been cured. why wasn't i told about this before?

anyway, hello

 

i've instaled opensuse tumbleweed a bunch of times in the last few years, but i always used ext4 instead of btrfs because of previous bad experiences with it nearly a decade ago. every time, with no exceptions, the partition would crap itself into an irrecoverable state

this time around i figured that, since so many years had passed since i last tried btrfs, the filesystem would be in a more reliable state, so i decided to try it again on a new opensuse installation. already, right after installation, os-prober failed to setup opensuse's entry in grub, but maybe that's on me, since my main system is debian (turns out the problem was due to btrfs snapshots)

anyway, after a little more than a week, the partition turned read-only in the middle of a large compilation and then, after i rebooted, the partition died and was irrecoverable. could be due to some bad block or read failure from the hdd (it is supposedly brand new, but i guess it could be busted), but shit like this never happens to me on extfs, even if the hdd is literally dying. also, i have an ext4 and an ufs partition in the same hdd without any issues.

even if we suppose this is the hardware's fault and not btrfs's, should a file system be a little bit more resilient than that? at this rate, i feel like a cosmic ray could set off a btrfs corruption. i hear people claim all the time how mature btrfs is and that it no longer makes sense to create new ext4 partitions, but either i'm extremely unlucky with btrfs or the system is in fucking perpetual beta state and it will never change because it is just good enough for companies who can just, in the case of a partition failure, can just quickly switch the old hdd for a new one and copy the nightly backup over to it

in any case, i am never going to touch btrfs ever again and i'm always going to advise people to choose ext4 instead of btrfs

 

i'm seriously considering permanently abandoning laptops in favor of tablets. i spent a day working on my wife's tablet today and it was fine enough for when you're on the go that the small screen isn't too much of an issue. plus, you get an extended battery life, no noise, more comfort carrying it around, and the best of all, for much less money

the biggest downside is that, since tablets are technically embedded devices, they're much more locked up and you basically have no access to the system with the stock rom

so im looking for a cheap tablet ($100-$200), around 10 inches, that i can easily (or at least reliably) install linux to. any recommendations?

35
submitted 3 months ago* (last edited 2 months ago) by bunitor@lemmy.eco.br to c/adhd@lemmy.world
 

my new psychiatrist gradually took me off of ritalin+venlafaxin and introduced bupropion, first 150mg while cutting the venlafaxin dosage in half, and now 300mg of bup alone, completely removing venlafaxin

it's been 4 days i think since this last update and it's been fucking rough. i'm not sure if it's just the venlafaxin withdrawal or if the bupropion is contributing to it, but i feel like shit, i'm getting constant brain zaps unless i remain completely still with as little stimulation as possible, been having nightmares every single day, am extremely irritable and im not even sure the bupropion is even helping at all

is anyone else under the same treatment? it feels like a fringe/experimental treatment, but id like to confirm this from other adhders

thanks

edit: thank you so much for all the answers! they helped me to calm down and reassured me a bit. the symptoms are starting to wear off, so that also halped.

very late update: the venlafaxin withdrawal waned off and now i'm feeling so much better than before. this is working way better than ritalin

 

(this post obviously assumes the recent removal of russian devs due to sanctions is bad; no need to comment if you disagree)

a lot of people i know are considering jumping ship to some bsd after the recent MAINTAINERS debacle, but i'm skeptical it would make any difference. afaik, they're just as us-centric as linux if not more (it's the berkeley software distribution, after all). also, my biggest gripe about the bsds and the main reason i've never had any interest in them is their permissive licensing. permissive licenses suck

would there be any difference wrt sanctions in the bsds or moving away from linux to *bsd bc of that would be pointless?

7
submitted 4 months ago* (last edited 4 months ago) by bunitor@lemmy.eco.br to c/cpp@lemmy.ml
 

i've been playing with cppfront for a few minutes now and it's been a surprisingly pleasant experience so far. i'm tempted to try it out at work to see what happens, but i wanna know if anyone tried to use it in production and what your experiences are

for those who haven't heard of it, cppfront is a cpp2 to c++ compiler, a bit like coffeescript for js. cpp2 is herb sutter's proposal of a new and cleaner c++ syntax with better ergonomics, better orthogonality, and better defaults

15
submitted 4 months ago* (last edited 4 months ago) by bunitor@lemmy.eco.br to c/cpp@programming.dev
 

i've been playing with cppfront for a few minutes now and it's been a surprisingly pleasant experience so far. i'm tempted to try it out at work to see what happens, but i wanna know if anyone tried to use it in production and what your experiences are

for those who haven't heard of it, cppfront is a cpp2 to c++ compiler, a bit like coffeescript for js. cpp2 is herb sutter's proposal of a new and cleaner c++ syntax with better ergonomics, better orthogonality, and better defaults

 

cross-posted from: https://lemmy.eco.br/post/8290351

será que não temos pessoas suficientes aqui pra marcar um encontro emacs no brasil? acho que não precisaria nem ser na mesma cidade que todo mundo mora, eu mesmo moro no rio e estaria disposto a ir pra são paulo ou bh, já que são umas 8h de viagem e uns 200 reais ida e volta.

(edit: mods, i'm posting this bc i couldn't find any rules restricting the posts to english only, but i'll remove this post if you're not comfortable with a non-english post)

11
submitted 4 months ago* (last edited 4 months ago) by bunitor@lemmy.eco.br to c/emacs@lemmy.ml
 

será que não temos pessoas suficientes aqui pra marcar um encontro emacs no brasil? acho que não precisaria nem ser na mesma cidade que todo mundo mora, eu mesmo moro no rio e estaria disposto a ir pra são paulo ou bh, já que são umas 8h de viagem e uns 200 reais ida e volta.

(edit: mods, i'm posting this bc i couldn't find any rules restricting the posts to english only, but i'll remove this post if you're not comfortable with a non-english post)

view more: next ›