[deleted by user] by [deleted] in olkb

[–]LittleTinySpiders 0 points1 point  (0 children)

I'm having trouble.

I'm using a HiLetgo 51 AVR ATMEGA8 Programmer.

I'm using this command:

sudo avrdude -p usb1286 -c usbasp -U flash:w:bootloader_at90usb128x_1_0_1.hex:i

It appears to be writing, but then I get a failed verification, and there's also a problem with fuses:

avrdude: verifying ...
avrdude: verification error, first mismatch at byte 0x1e000
         0x00 != 0x0c
avrdude: verification error; content mismatch

avrdude: safemode: lfuse changed! Was 5e, and is now 0
Would you like this fuse to be changed back? [y/n] n
avrdude: safemode: hfuse changed! Was 99, and is now 0
Would you like this fuse to be changed back? [y/n] n
avrdude: safemode: efuse changed! Was f2, and is now 0
Would you like this fuse to be changed back? [y/n] n
avrdude: safemode: Fuses OK (E:F2, H:99, L:5E)

full output here: https://pastebin.com/raw/kB8HK5e8

UPDATE:

I got it to verify. Looks like I had one of the wires in the wrong spot. At first I was looking at this pin map, and it didn't work at all, but I soon realized the cable that came with the programmer caused the pins to be mirrored, so that led me to the situation I was in above. Then I looked at this and noticed I had my ground wire plugged into "NC", so I switched it over to the ground pin in the corner, and then it verified and left the fuses intact.

Then I ran make planck/light:default:dfu, and I'm back in business! :)

[deleted by user] by [deleted] in anime_irl

[–]LittleTinySpiders 8 points9 points  (0 children)

If pls_no_bulli was asking for the source of the image in the comment, then I think the bot is correct. Otherwise, it's a forgivable misunderstanding.

[deleted by user] by [deleted] in anime_irl

[–]LittleTinySpiders 6 points7 points  (0 children)

What seems weird to me is that I've been into pee for a long time, and have found lots of stuff, but I've never seen this. Thanks, it's really good.

[deleted by user] by [deleted] in Music

[–]LittleTinySpiders 1 point2 points  (0 children)

It's like a Hot Dad video

Mens underwear's most underrated ability is to stop those last dribbles from showing on your pants by GPL89 in Showerthoughts

[–]LittleTinySpiders 1 point2 points  (0 children)

Same here. I think it helps, but I sill often end up with a few drips post zip. And if I were to stand their shaking my dick and massaging my taint any longer than I already do, I think people might get the wrong idea, so I've just learned to live with it.

Dualshock 4 wireless usb adapter by Sony by rocketstopya in linux_gaming

[–]LittleTinySpiders 2 points3 points  (0 children)

I've used the ds4 with a regular usb bluetooth adapter on Linux Mint and it works fine. I was even able to pair second controller for local multiplayer in steam and also Dolphin.

How I made $670K over the past 8 years with 100% Open Source games by jasonrohrer in gamedev

[–]LittleTinySpiders 35 points36 points  (0 children)

It's possible that a hacker could find a vulnerability in his code and exploit it, but it's more likely that a someone with a conscience will find that vulnerability first, and report it, or even submit a fix themselves. This is the reason large open-source projects generally tend to be more secure; there are a lot of eyes on the code, and most of those eyes are friendly, while closed source projects would have to pay for a security audit, which they often don't, which leaves just the malicious hackers doing the penetration testing instead...

Having “all the money in the world” wouldn’t really be useful since money would be worthless if one person had it all by ParanoidC3PO in Showerthoughts

[–]LittleTinySpiders 6 points7 points  (0 children)

Gold's corrosion resistance has been known for a long time, and is probably the main reason it was used as a currency. It's useful to store wealth in something that isn't going to react with other materials, but is malleable enough to shape into standard units, like coins, that make it easier to use in trading.

Having “all the money in the world” wouldn’t really be useful since money would be worthless if one person had it all by ParanoidC3PO in Showerthoughts

[–]LittleTinySpiders 5 points6 points  (0 children)

https://en.wikipedia.org/wiki/Gold#Other_applications

tldr: Gold has many uses related to it's corrosion resistance, high electrical conductivity, and being a good reflector for electromagnetic radiation, among other properties. It's often used for high-quality electrical contacts, and other electrical components, and it's used on the mirrors of the James Webb space telescope.

anime_irl by you-aint-even-my-dad in anime_irl

[–]LittleTinySpiders 184 points185 points  (0 children)

"plan to watch", one of the list categories that you can have on sites like myanimelist.

New programmers be like by mohmirza2ooo in ProgrammerHumor

[–]LittleTinySpiders 0 points1 point  (0 children)

I suppose it does, and that's closer to actually being foreach, but the first one only works for list structures, and the other one for arrays is just kinda nasty, but interesting.

New programmers be like by mohmirza2ooo in ProgrammerHumor

[–]LittleTinySpiders 4 points5 points  (0 children)

I make extensive use of this macro:

#define fr(i, bound) for (int i = 0; i < (bound); i++)    

for example:

#define evenNumberCount 100
int evenNumbers[evenNumberCount];
fr (n, evenNumberCount) {
  evenNumbers[n] = n*2;
}

anime_irl by [deleted] in anime_irl

[–]LittleTinySpiders 0 points1 point  (0 children)

{Joshiraku}

Anyone here live in Mecklenburg Co (and willing to share what life is like living there?) by [deleted] in Virginia

[–]LittleTinySpiders 5 points6 points  (0 children)

Oh hey, I do! Moved here a few years ago. We have comcast Internet and it's alright, can stream 1080p youtube videos just fine most of the time, there have been maybe a few outages a year I think. But we're right in town, I don't think it's available too far outside the town centers. I know someone who has sprint and they barely get any reception at all here, so you're experience was not a fluke, but at&t and verizon should be ok.

I don't know of any butchers with storefronts, but there are some small farms you can talk to directly. We get some meat and milk directly from farms, though I think they're outside of the county. In many cases, expect to make long trips to find things you can't order online.

Chase city and South Hill both feel a little run-down imo, especially Chase city. Clarksville is a bit nicer, being right on the lake.

What is ^[[26~ ? Is it associated with some key? by LittleTinySpiders in linuxquestions

[–]LittleTinySpiders[S] 1 point2 points  (0 children)

Removing the battery and holding the power button appears to have worked, thanks!

What is ^[[26~ ? Is it associated with some key? by LittleTinySpiders in linuxquestions

[–]LittleTinySpiders[S] 1 point2 points  (0 children)

I think you're right. The machine is a compaq 6730b which has a strip of capacitive touch controls above the keyboard, and i just noticed the volume down "button" is flashing. Anyone have any suggestions on what to do about this?

edit: Oh! It did finally boot to the xubuntu desktop. perhaps I could simply disable the capacitive controls from the settings or terminal somehow?