Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)VV
Posts
4
Comments
149
Joined
2 yr. ago
  • Hi! I'm a dev with > 10 years of experience and I've been laid off twice in the past few years. Both times I've spent more than 5 months without a job. It's not just you, hang in there. The current market conditions are tough with lots of layoffs in the industry and resume writing and reading getting automated.

    I'd say keep your friends close - make sure they know you're looking, frequently, as you've noticed an internal referral can speed things up; and keep busy - working on maybe some personal projects, or contributing to things that are out there can help keep you sharp, motivated and doesn't hurt to have on that resume.

    You can start looking at job aggregator sites, not just career pages. there's indeed, builtin, etc etc etc. I personally also am a big fan of the hacker news monthly who's hiring thread. It's frequently a good way of getting in touch with folks who are hiring directly.

  • most shells have a CDPATH which works just like PATH but for directories. set it to $HOME/projects/:$HOME/porn/ or whatever, and you'll get the subdirectories in your cd tab completion, without installing extra stuff

  • The & is an indicator to most shells to run this command in "the background". Try and run ( sleep 10; echo hi ) & - you'll see you get your shell prompt back, where you can run more commands, but 10 second later you'll see that 'hi' come through. 'blocking' is the default behavior, if you don't add the & you're still going get the hi in ten seconds, but you don't get a prompt because your shell's execution is blocked until your command is done.

    The doc here is indicating that you havea choice between autostart_blocking.sh and autostart.sh, the latter of which would be run with a &. They could have expressed this better.

    As for why your script didn't work, I'd try executing it in a terminal to see what error message comes up.

  • As you switch, I would highly recommend you purchase a domain for yourself, and redirect email from it to your new provider. This separates your "identity" from your email host, so you can switch the latter without having to go through this process again.

  • both mobile and desktop have the plaintext notes in a sqlite db. they're "easy enough" to export if you're bailing on the app, but not to regularly switch between two different apps

  • .DS_Store

  • the macos file browser, Finder, lets you set a background for a folder, move file icons around to arbitrary positions, other shenanigans. in order for this to work across systems on removable storage media and network mounts, they have this.

  • it's mostly fixed now, after convincing fxtec to send me a new USB board, but in the time it took to do that, I've moved on to a flippy razr phone. for now, single handed use beats having the keyboard for me

  • I think we're closer with hardware than software. the xreal/rokid category of hmds are comfortable enough to wear all day, and I don't mind a cable running from behind my ear under a clothes layer to a phone or mini PC in my pocket. Unfortunately you still need to byo cameras to get the overlays appearing in the correct points in space, but cameras are cheap, I suspect these glasses will grow some cameras in the next couple of iterations.

  • There's no way you're "covering up" an antenna. Frequently the antenna is the body of the car itself.

    Look up the fuse box layout of the car model you're interested in to check if the communication system is on a separate fuse that you can pull without disabling anything else useful.

  • Experienced Devs @programming.dev
    vvv @programming.dev

    What do you call application modules that are responsible for business logic?

    Somewhere between API resources, queue workers, repositories, clients and serializers there is a class of ... classes/modules that does the needful. Gun-to-my-head, I would call them "services" but I'm looking for a less overloaded term. Maybe capabilities? Controllers? Pick a term from the business domain? What do you call them?

    Selfhosted @lemmy.world
    vvv @programming.dev

    What are you all doing for android "provisioning"?

    Hi! I'm swapping my daily android phone for the nth time today and going through my set-up "check-list". As apps are updating/installing, I thought I'd check in with the hive-mind, what are you all doing to make the process easier? Maybe you know of a way to self-host some sort of android profile server? I'll post my process + list of goals & gripes below and if you have any tips or suggestions about what I can do better, I'd love to hear them!!

    Current Process

    • flash clean rom
    • walk through the setup process
    • enable developer mode + adb
    • go through default app list disabling/uninstalling crap i don't want
    • use 'fdroidcl' to install all my fdroid apps
    • adb push a gpg private key to import into OpenKeychain
    • generate a ssh keypair in Password Store, put public key on my server via ConnectBot, clone passwords repo
    • log into firefox sync
    • log into joplin
    • configure fairmail
    • configure davx
    • log in to google account
    • download play store apps I was missing
    • go through apps
    3DPrinting @lemmy.world
    vvv @programming.dev

    My carryonable 3d printer

    I've posted this to reddit before, but the post has gotten lost among an automod flurry. I've got some longer travel coming up and this thing has been on my mind again, so I'm looking for some suggestions!

    Asklemmy @lemmy.ml
    vvv @programming.dev

    Anyone have a good suggestion on how to block generated blog spam from google search results?

    An example: https://www.thenextdroid.com/topics/tutorials/root/. This Ellis Gibson person. Very good with the find/replace button.

    Maybe you know of a browser extension to hide all these?