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.

kbin.life

uzay , to linux in IDE/Text Editor Recommendations for Go Development on Linux
  • I’ve tried NeoVim but I really don’t want to waste time doing text-based configuration and messing with extensions just to get some basic features working.

Have you tried any of the premade Neovim configurations like Lunarvim or NvChad?

Apart from that maybe something can be done with vscodium in a distrobox container or something, I haven’t looked much into that.

Zangoose ,

I used lunarvim until I was comfortable enough to use my own neovim setup, can confirm this it is generally a good way to go about doing vim setups.

Maggoty , to world in AP review of Venezuela opposition-provided vote tallies casts doubt on government’s election results

Here’s hoping Venezuela can finally catch a good break.

vk6flab , to technology in command line util to encode/decode framed packets?
@vk6flab@lemmy.radio avatar

The command you’re looking for is tape archiver, cunningly called tar.

sznowicki ,

Holy f… I thought you’re joking but yes tar is indeed a tape archiver

www.tecmint.com/tar-command-examples-linux/

bionicjoey ,

That is what tar stands for. Interestingly enough, tar is based on an older util called ar, which was just a generic archive.

Diplomjodler3 ,

Interesting. Is that some new project?

nycki OP ,

I tried that first! But tar complains if it can’t find the file header! So I still need to do some sort of packets. Unless you know some sort of workaround?

pc486 ,

You’re probably decoding noise or in the middle of the bit stream.

What you’re looking for is called “preamble.” That’s a sequence of bits used to synchronize the decoder (marks the start of data, useful in modulation schemes for clock recovery, and a few other things).

Looking at minimodem’s manual, try using the sync-byte option. Prepend your tar stream with a string of bytes, like 0x01, before sending to minimodem for encoding. Then use the sync code option to mark the start of the tar bit stream. This is as simple as cat preamble.bin myfiles.tar | minimodem --tx …

Other things to consider: start small with 300 baud BFSK before speeding up. Test with wav files before attempting physical tape or speakers and a microphone.

vatlark , to showerthoughts in Under the Third Geneva Convention a foreign POW has more fundamental rights than a US citizen in the USA

Let’s keep things civil everyone.

I never had success using my phone in the shower so I’m surprised to see a summary of a legal document in a shower thoughts post.

No_Eponym ,
@No_Eponym@lemmy.ca avatar

never has success using my phone in the shower

Me, reading Lemmy replies to my comments and realising that this isn’t what the engineers intended when they gave an IP rating to my phone:

https://c.tenor.com/bDJAvfj9FIYAAAAd/tenor.gif

j4k3 OP ,
@j4k3@lemmy.world avatar

Provided reference for a thought for clarity.

I do take offense at the many excuses and terrible behavior of people telling me tough, get over it, etc., by inference or directly. No joke, when my folks die soon, so will I. I did nothing to deserve this horrifically abusive fate. This is the gun pointed at my head with a bullet in the chamber. I’m aware of it constantly, but have no way of changing things. If you want to defend that kind of nonsense or call it equal that is on you. This is lives versus ignorant stupidity that is abusively hurtful to me. If that bothers people’s stupid politics I don’t give a damn. A person’s life and right to exist in peace is far greater than anyone’s right to a shitty opinion. I want nothing to do with anyone that cares to argue against that, as they are arguing for murder and complicit bystanders. MLK said it best, “Bad things happen when good people do nothing.”

Samueru , to linux in IDE/Text Editor Recommendations for Go Development on Linux

I use lite-xl, it has been very good, but I’m not a Go developer though.

They also release an appimage and I just did a quick test on a alpine container and it works, so it should work on Chimera as well.

RegalPotoo , (edited ) to nostupidquestions in If you could substract* a leader from this world which one would you choose ?
@RegalPotoo@lemmy.world avatar

If you are talking about nation state leaders, I’m struggling to think of one where they don’t just end up getting replaced with someone similar - Putin turning to magic dust doesn’t suddenly dismantle the structure that allows for a dictator, so another dictator will slide into the void. Same with Trump - American politics doesn’t stop being insane just cos he’s not around, and now that people know/think that a politician of his style can win, there will be a queue to cynical imitators ready to go.

I’m less familiar with Indian politics, but I don’t think the BJP suddenly loses its power if Modi disappeared. Israel will still have it’s hard right nationalist core without Netanyahu. North Korea will find another Kim.

I guess my thesis is “focus on systems, not people”

catloaf , to technology in command line util to encode/decode framed packets?

Hmm… I think looking at this from a radio perspective isn’t helpful. I found more resources when ignoring the media. Perhaps par2 or RAR would be useful? Generate error correction media first, then write to media.

Generally in radio, you could just request a retransmission, so I didn’t find much from that angle.

You might also find something useful when looking at tape backup programs. You’re not using LTO, but the principles are the same, so maybe there’s some tooling that would be compatible.

nycki OP ,

I did use par2 and tar to generate redundancy, but I still need a way to locate it in the bytestream. Tar doesn’t seem to reliably mark the start or end of files :/

catloaf ,

What are you using to control/access the tape? tar should handle that just fine, considering that’s what it was originally made for.

nycki OP ,

I’m using a regular off-the-shelf tape recorder, it doesnt have an electronic interface, I just press play and record manually.

catloaf ,

So how are you retrieving files? Writing down timestamps? Tar should be able to find the start of an archive if you give it a little lead-in.

viking , to asklemmy in What are your favorite open-source games?
@viking@infosec.pub avatar

Xonotic.

Formerly known as Nexuiz, until the lead dev sold the naming rights.

EncryptKeeper , to selfhosted in which git server for a company?

As you look through these recommendations, keep in mind that source code storage will become in-scope for PCI DSS certification in the very near future.

KazuyaDarklight , to cat in Lumpi would like scritchies until the universe ends
@KazuyaDarklight@lemmy.world avatar

Lumpi knows what’s up.

suction , to asklemmy in What are your favorite open-source games?

Only AAA games on these premises, cause I ain’t no stingy bitch

nullpotential ,
@nullpotential@lemmy.dbzer0.com avatar

What?

Samueru , to linux in ZRAM configuration and other tweaks for potatoes running Linux

You likely saw this already, but if you haven’t: www.reddit.com/r/…/new_zram_tuning_benchmarks/

henfredemars , to linux in IDE/Text Editor Recommendations for Go Development on Linux

I enjoy VSCode mixed with some Sublime (employer-provided) and Vim in some tmux terminal windows, but I tend to be an oldschool developer who doesn’t really ask for much beyond good syntax highlighting. YMMV.

Emerald , to science_memes in PSA: Libraries

They’ll also give you New York Times and Wall Street Journal access for when the paywall bypass stops working. At least mine does

verdantbanana , to techsupport in Cloned Windows 10 drive keeps taking me to automatic repair after using clonezilla
@verdantbanana@lemmy.world avatar

clones are never reliable

always use a fresh install

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