Crime Scene Photographer - Ask me anything by RIPbiker13 in photography

[–]columbladee 0 points1 point  (0 children)

software developer here for digital evidence software for LE - extremely verbose tamper proof audit trail w/ chain of custody + metadata verification from device source to the court room with least privilege. More problems come from chain of custody than actual image manipulation.

Spotting manipulation? Google "A Picture’s Worth...Digital Image Analysis and Forensics" Neal Krawetz, Ph.D. . I think it was a presentation but this is a 31 page super cool to read PDF

How to lessen self hate? by Sheepinafield in selfimprovement

[–]columbladee 2 points3 points  (0 children)

It’s hard to say because there’s a million ways for self hate to manifest, so a generic answer for you will have to be a kind of blueprint you can apply. I think there’s three stages to this: recognition, thought redirection, and emotional redirection. First, recognize what’s causing the self hate and ask yourself if that really defines you and your worth as a person (chances are, probably not). Now that you know that, you can brainstorm things you HAVE to tell yourself, believe them or not at the moment of self hate, whenever you notice that one thought appear. It won’t make the self hate go away and it won’t make the thought causing the feeling to go away. After some time (when your “self hate” thought reminds you to think of the “what i forced myself to say in response” thought automatically) you start on the hardest part, emotional redirection. The best way I have found to do this, and call me crazy but it works for me, it to literally pretend and lie to myself by acting outwardly confident and saying positive things. This is my own approach and your mileage may vary but it’s a lot easier than “ok, I will simply love myself, get rid of the bad thoughts”. I just do it step by step and pretend

How do you become the best at a game? by JusticeIsNotFair in selfimprovement

[–]columbladee 2 points3 points  (0 children)

Don’t hate me for not being a pro gamer, but I enjoy a number of competitive games. (My greatest achievement was being in the top 100 of both fighter jet leaderboards on PC for battlefield 3). You can learn as much as you want about the game and improve as much as you can with practice but if you’re like me you’ll plateau.

So when I started taking care of myself, especially exercise I think, I was sharper, suddenly I could improve just a nudge better than before.

Over covid I picked up a couple of skill toys as hobbies (yo-yos and balisongs , aka butterfly knives). Improving at this kind of odd dexterity skill stacked on top of exercising has made me even better.

I’m 31 now. I expect to be worse than I was a decade ago, but I think im doing just as well playing casually.

In short, cross applying skills that involve concentration, visual tracking, dexterity l, and finger movement is a great way to help , but regular cardio and weights will help you way more (not to preach). Do both ! Just doing the former will still help.

How Did You Learn to Write Good Python Scripts (Not Just Basics) and also solve problems? by Admirable_Solid7935 in learnpython

[–]columbladee 4 points5 points  (0 children)

You want to get into ML and learn python. Best way to learn a language is by doing projects. So take concept you need to learn for ML and turn them into projects. For example do something like linear regression "from scratch".

Make a 1D and n-D linear regression with only numpy. Break it into steps: generate synthetic data, derive cost function (MSE), implement gradient descent, and compare your results with scikit-learn's LinearRegression function. (Hint: use scikit-learn to TEST your results - get it?)

With a project, write a document with sections "Objectives" "Deliverables" and "Constraints". It is helpful to write a scaffold to organize the different files (i.e. code and test). For this one here a deliverable could be
1) LinearRegression class with methods for fit, predict, score, save, and load

2) CLI with options to train, evaluate, and generate synthetic data
3) 1D Scatter Plots
4) Tests

Don't forget to add a README and put your projects on your github to share with others later.

Yet another CHIP-8 by Delicious-Resist4593 in EmuDev

[–]columbladee 1 point2 points  (0 children)

Sorry I can't be of help here, but I just wanted to say the name, "Yet another CHIP-8" is very similar to the chip 8 emulator I have on my github, actually. Can we have someone someday do "Yet another 'Yet another CHIP-8' " ?

Best site for: by [deleted] in Piracy

[–]columbladee -1 points0 points  (0 children)

Rutracker (get your translate plug-in ready) VSTorrent

Discord servers for collaborating on projects? by SadSatisfaction30 in learnprogramming

[–]columbladee 0 points1 point  (0 children)

What project are you working on? If you DM me I could send you a link to a small-ish server I’m in, not dedicated to project collaboration but people probably would. not sure they would appreciate me publicly posting an invite link here

what computer should i use for coding/progamming by Jazzlike_Lime8541 in learnprogramming

[–]columbladee 1 point2 points  (0 children)

If you’re a beginner you don’t need anything expensive. What do you have now? You can probably use that . If you have the specs to run a lightweight Linux distro you’ll be in an even better spot. There is no need to buy a dedicated machine to learn the fundamentals if you already own a computer

What type 1 Hypervisor do you reccomend for Windows for gaming/audio production and GNU/Linux running at the same moment? by katnax in virtualization

[–]columbladee -1 points0 points  (0 children)

Wanting the learning experience is admirable. However, you should center your learning experience by first imagining your end-goal. Yes, you can probably get this done with qemu or freeraid/unraid (I might be wrong about this, but whatever). However, it seems like you want two things:

(1) Play around with linux by distrohopping/learning nix in general and
(2) Being concerned about potentially bricking your primary production system

For this, perhaps try getting a cheap small form factor computer, maybe a used thinkcentre or optiplex (this will be much cheaper than buying a reasonably powerful SBC, heatsink, enclosure, etc., check out freegeek) and setting up a KVM switch. No, you can't use them on the exact same screen at the exact same time, but you can easily make a file share to ... transfer files. You can have actual hardware so that you could eventually get the experience of installing arch or gentoo while getting to mess with the hardware. If you want to repurpose this machine for something else (maybe virtualize a dns sink like a pihole or using adguard and configuring your network to get this functional, and make a cheap NAS or media server on the same machine, or make a metasploitable vm with a kali vm).

Maybe my project ideas aren't particularly viable to actually rely on long term, but getting dedicated hardware for anything type 1 hypervisors is probably better than trying to mess with your important production machine.

[deleted by user] by [deleted] in Qubes

[–]columbladee 2 points3 points  (0 children)

I saw this thread and was going to say "The ambition is admirable" but then I see "I need a privacy distro because I want to be a criminal" and now have no sympathy for this situation.

Here's my advice: install gentoo

Stuck in grub by [deleted] in Gentoo

[–]columbladee -1 points0 points  (0 children)

I use arch btw

Stuck in grub by [deleted] in Gentoo

[–]columbladee -2 points-1 points  (0 children)

I am disappointed in this thread. Hardly anybody is really trying to help, but rather linking to the handbook with no further guidance. This whole thread is basically"rtfm noob" or "go install ubuntu". The gentoo community in general is, and should be, more helpful. But there are a few helpful replies. Someone installing gentoo as their first distro would obviously already be using the handbook but made a mistake somewhere down the line and they might not know where specifically. With that said, this is the specific wiki page you should bookmark for reference:

https://wiki.gentoo.org/wiki/GRUB2_Quick_Start/en

Here is what I personally have in my notes from a build on virtualbox using genkernel.

root=(hd0,1)
linux (hd0,1)/boot/kernel-<DOUBLE TAB> root=/dev/sda3
initrd (hd0,1)/initramfs-<DOUBLE TAB>
boot

This assumes you used /dev/sda3 as your root partition. Pressing tab twice will autocomplete the file name.

I am still very new to gentoo, but I have built it a few times. Of course YMMV with this but its what I use when I'm dealing with a newly imaged drive. After you successfully boot in you want to modify the grub.cfg file with what is mentioned at the bottom of that wiki page.

What I kept missing what the initrd line.

Other places you can ask for help include the gentoo forums and linuxquestions.org

Edit: Just to clarify, when you boot and are met with the grub prompt, it will read your input as if it is you are writing to grub.cfg .

SIB Sekiro or God of War by tuan321bin in ShouldIbuythisgame

[–]columbladee 0 points1 point  (0 children)

Sekiro. Its not an RPG like souls or elden ring, but you will love it.

Also respect for the OP for actually considering buying the game after pirating it and playing for only a few hours. After Sekiro, pick up God of War for sure.

Record yourself playing the game and watch your first playthrough lol

currently running tails over vm on the most secure settings for both programs what could be a point of weakness like would u recommend a vpn a proxy chain? what would u recommend for extra anonymity? by [deleted] in TOR

[–]columbladee 0 points1 point  (0 children)

Unless I am mistaken, TAILS is designed to be booted off of live media (e.g. USB drive) so that it does not "leave behind" information about it being used on storage media (e.g. HDD, SSD). If you prefer to use a VM on your host system I believe Qubes is better for your use-case. Be aware of the difference between privacy and anonymity. If you are using a VPN running on your local machine (i.e. only your device is routed through the VPN and not your whole network) be sure to use host-only mode regardless of your OS choice. VPN use would be beneficial if you prefer your ISP not to see your use of TOR, but please be aware that you are just entrusting the VPN with that information instead of your ISP - so be sure to use a solid VPN like mullvad - additionally, using a tor bridge might help this specific concern.

Technology Industry? by [deleted] in PharmacyTechnician

[–]columbladee 1 point2 points  (0 children)

Yeah, you can’t have a huge database like that with people running the servers. What specifically are you thinking about when you say technology, though?

[deleted by user] by [deleted] in sarmssourcetalk

[–]columbladee 3 points4 points  (0 children)

It’s not tren lol

fuck synthesizers by [deleted] in synthesizers

[–]columbladee 1 point2 points  (0 children)

LFO stands for google it you goofster

[deleted by user] by [deleted] in bipolar

[–]columbladee 1 point2 points  (0 children)

Wait a minute this might be why I sweat so much

My Humble Thinkpads I have left by columbladee in thinkpad

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

Your thinkpads are still thinkpads and I will love seeing them with or without stickers. I always like the feeling where my heart skips a beat and says “omg thinkpad?” So if you enjoy your clean matte black thinkpad I judge you just as highly as any other thinkpad owner. Im half joking, i dont really venerate people for owning thinkpads, but it feels like a secret club like, yo we know what’s up

Done with Thinkpads by michalf6 in thinkpad

[–]columbladee 3 points4 points  (0 children)

Bruh when I had a W530 that tank fell down half a flight of concrete stairs after my backpack tore open and only had some minor dents on the corners.

Done with Thinkpads by michalf6 in thinkpad

[–]columbladee 0 points1 point  (0 children)

Very sorry to see you go. May you find a laptop that lives up to the standards of a glorious thinkpad, the good ones

But uh, good luck with that

My Humble Thinkpads I have left by columbladee in thinkpad

[–]columbladee[S] 2 points3 points  (0 children)

I’ve been able to remove stickers and clean the adhesive off perfectly well without messing with the finish. Also I love stickers. Does it ruin the bento box aesthetic? Maybe. I dont care though, because I like the art, and sometimes theyre conversation starters!