Pika
@Pika@sh.itjust.works
- Comment on Apple Reportedly Moving Ahead With Ads in Maps App 4 days ago:this is me as well. I’m the /only/ person in my town that updates data on OSM, and if you leave the area its just a void of nothingness. Outside of the automatic survey info that gets added its a ghosttown. 
- Comment on Your Kindle Can Finally Be Jailbroken Again. [22:00] 4 days ago:the irony that it can be jailbroken by modifying the ads is funny. Sadly I expect this to be a super easy patch on Amazons part so if you have the device probally should do this fast lol 
- Comment on similar to the word of mouth post, what game did you not expect much from but loved it? 1 week ago:Minecraft. I usually hate creative builder games with a passion, I joined fairly early in the alpha process and fell in love with the blocky design. Then when i thought the game couldn’t get more engaging, forge was released for it and mods started being made and it opened a whole new universe that I’m /still/ playing today. 
- Comment on Selfhosting Sunday! What's up? 1 week ago:the implication of that is weird to me. I’m not saying that the horse is wrong, but thats such a non-standard solution. That’s implementing a CGNAT restriction without the benefits of CGNAT. They would need to only allow internal to external connections unless the connection was already established. How does standard communication still function if it was that way, I know that would break protocols UDP that require a fire and forget without internal prompting. 
- Comment on Selfhosting Sunday! What's up? 1 week ago:this might be my next project. I need uptime management for my services, my VPN likes to randomly kill itself. 
- Comment on I am attempting to get into self hosting after a shockingly frightening experience. I am very lost though. 1 week ago:I haven’t used a guide aside from the official getting started with syncthing page. It should be similar to these steps though, I’ll use your desktop as the origin device. - install syncthing on all devices you want to be syncing with
- on your desktop syncthing page, click “add remote device” and add the device ID of your phone(found on your phones syncthing app), you can also add any other device you want to have communications with
- make a backup of your current keepass file just in case these steps shouldn’t cause files to change but, since the end goal is syncing two devices that you have mentioned have differences with files with the same name better safe than sorry
- create a keepass share on one of the devices (the folder path of this file should be wherever your keepass file is stored on your device. If this file is in a folder with a bunch of other files, you may want to move the file to it’s own subfolder or you will end up sharing all of the files in that path)
- under file versioning chose what type of file version control you want. I prefer staggered since it when a remote device changes the file it moves the old file to a folder, and then deletes them according to the settings
- at this point you should double check the name of your mobile devices keepass file name, if its the same as the name of the db on the desktop, you should rename it prior to continuing. Keepass should be able to detect a file conflict and rename it on it’s own but, better safe than sorry.
- share the folder with the device you want to sync it(your phone in this case)
- Your phone should get a notification that a device wants to share something with it. Approve it, be careful not to clear it because it’s a pain in the butt to get that notification back if you accidentally deny or swipe it away, the mobile app isn’t /amazing/ with it’s UI (but it has gotten better)
- once approved configure it to where you wanted the file to be on your mobile device.
- You should be done at this point. Syncthing should be automatically syncing the keepass files between the two
 Some things you may want to keep into consideration. Syncthing only operates when there are two devices or more that are online. I would recommend if you are getting into self hosting a server, having the server be the middle man. If you end up going that route these steps stay more or less the same, it’s just instead of sharing with the phone, its sharing with the server, and then moving to the server syncthing page and sharing with the mobile. This makes it so both devices use the server instead of trying to connect to each other. Additionally, if you do go that route, I recommend setting your remote devices on the server’s syncthing instance to “auto approve” this makes it so when you share a folder to the server from one of your devices, it automatically approves and makes a share using the name of the folder shared in the syncthing’s data directory. (ex. if your folder was named documents and you shared it to the server, it would create a share named “documents” in where-ever you have it configured to store data). You would still need to login to the server instance in the case of sharing said files to /another/ device, but if your intent was to only create a backup of a folder to the server, then it removes a step. Another benefit that using the server middleman approach is that if you ever have to change a device later on down the road, you are only having to add 1 remote device to the server instance, instead of having to add your new device onto every syncthing that needs access to that device. Additionally, if you already have the built in structure but it isn’t seeming like it is working, some standard troubleshooting steps I’ve found helpful: - if trying to share between devices, make sure that there is at least two devices that are connected as remote devices active in order to sync
- If above is true, make sure the folder ID’s are the same between both devices. that is how syncthing detects folders that should be sync’d
- If also true, make sure the devices are being seen as online in remote devices. If it isn’t showing as online, the connection is being blocked somewhere, verify you don’t have a firewall or router blocking it somewhere.
 
- Comment on People regret buying Amazon smart displays after being bombarded with ads 2 weeks ago:Yes it has, every amazon product is massively subsidized price wise with the expectation they make it up via advertisements. I think the only one that really didn’t fall down that train was the alexa. 
- Comment on People regret buying Amazon smart displays after being bombarded with ads 2 weeks ago:In the case of smart tv’s it’s obvious why it works. It’s way cheaper to buy a smart tv vs a dumb tv now, and It’s all companies make for consumer side, which only leaves business grade TV’s/advertisement boards which cost more. Even if this isn’t the case though, with how streaming oriented most people are, the general public won’t buy a dumb tv because they would still need to buy some sort of device to allow them to access their stuff. It’s just convenient to have it in the same device rather than buy a tv then spend another $25+ on a device that can allow access to streaming, when one device can do it all. I upgraded to a “decent” Smart TV for my den (my previous one was an early stage Phillips smart TV that the store was basically deprecated on), and it converted 3 devices I had for my dumb tv, into that one device. It’s just convenient. I personally think that people should be focusing more on not buying slop-ware, and working on implementing legislation of what companies are allowed to do to consumer purchased products before trying to revert back to dumb tv’s and spending 3x as much. 
- Comment on I am attempting to get into self hosting after a shockingly frightening experience. I am very lost though. 2 weeks ago:Keepass is a great way of password management, I use keepass as well. I also use syncthing to sync my password database across all devices and then I have the server acting as the “always on” device so I have access to all passwords at all times. Works amazing because syncthing can also be setup so when a file is modified by another device, it makes a backup of the original file and moves it to a dedicated folder (with retention settings so you can have them cleaned every so often). Life is so much easier. 
- Comment on I am attempting to get into self hosting after a shockingly frightening experience. I am very lost though. 2 weeks ago:I hard agree with this. I would NEVER have wanted to start with containerized setups. I know how I am, I would have given up before I made it past the second LXC. Starting as a generalized 1 server does everything and then learning as you go is so much better for beginnings. Worst case scenario is they can run docker as the later on containerized setup and migrate to it. Or they can do what I did, start with a single server setup, moved everything onto a few drives a few years later once I was comfortable with how it is, nuked the main server and installed proxmox, and hate life learning how it works for 2 or 3 weeks. Do i regret that change? No way in hell, but theres also no way I would recommend a fully compartmentalized or containerized setup to someone just starting out. It adds so many layers of complexity. 
- Comment on Firefox is adding profiles to separate your browsing sessions 2 weeks ago:ooo I might look into this. 
- Comment on Firefox is adding profiles to separate your browsing sessions 2 weeks ago:I agree, I would love seperate “recommendation profiles” so like if I am in the mood for music, swap to music, if I want education, I can swap to that, feeling lets play? swap to gaming, horror could be creepypasta or horror games. All under the same parent account so the premium status could apply while google would still be able to leech data off the main profile, the only difference is the curated content given is based off the profile. 
- Comment on Firefox is adding profiles to separate your browsing sessions 2 weeks ago:uhhh, this has been a thing for a long time already. I don’t know whats new here. put about:profiles in your url bar for anyone uses a firefox based browser. 
- Comment on Logitech will brick its $100 Pop smart home buttons on October 15 - Ars Technica 3 weeks ago:15% off a logitech device purchase for the complete removal of a 100$ smart switch. that’s a slap to the face “Thank’s for being a customer here’s a coupon you can only use if you continue being a customer” 
- Comment on The Great Software Quality Collapse: How We Normalized Catastrophe 3 weeks ago:I’m glad that they added CloudStrike into that article, because it adds a whole extra level of incompetency in the software field. CS as a whole should have never happens in the first place if Microsoft properly enforced their stance they claim they had regarding driver security and the kernel. The entire reason CS was able to create that systematic failure was because they were(still are?) abusing the system MS has in place to be able to sign kernel level drivers. The process dodges MS review for the driver by using a standalone driver that then live patches instead of requiring every update to be reviewed and certified. This type of system allowed for a live update that directly modified the kernel via the already certified driver. Remote injection of un-certified code should never have been allowed to be injected into a secure location in the first place. It was a failure on every level for both MS and CS. 
- Comment on What flavor are marshmallows? 3 weeks ago:interesting. The other person explained what it was, I never knew there was a diff between it. 
- Comment on What flavor are marshmallows? 3 weeks ago:oh that’s pretty cool, yea I’ve always just thrown marshmallows in the freezer. Didn’t realize there was a difference between them. 
- Comment on What flavor are marshmallows? 3 weeks ago:can’t you just throw marshmallows in the freezer and then consume when wanted? 
- Comment on Is it me or does it seem like review bombing on Steam has become so much worse recently? 3 weeks ago:It’s not just you. Customer curated content in general on steam has gone drastically downhill over the last year or two. Like review bomb mitigation can only go so far when the company refuses to block people from writing reviews that write enough off topic reviews. The discussion forums are the same way, its all award farming ever since they released the ability to give steam points to people. 
- Comment on Starbreeze says sorry, reverses price increase on Payday 2 DLC bundle: 'We definitely didn't handle this right' 5 weeks ago:payday still exists? I haven’t heard of the game in years. I’m surprised they even attempted this as a whole because it sounds like it’s only going to piss off their remaining userbase 
- Comment on How do you introduce the Fediverse to other people? 5 weeks ago:I don’t. I passively mention lemmy when I’m discussing my activities, and if they show interest I go into further detail. They have never shown an interest past “Whats a lemmy” 
- Comment on what's your take on employers banning the use of languages other than English between coworkers at the workplace? 5 weeks ago:I don’t think this policy is enforceable in my state. Not that we have much of a mixed language anyway. I don’t think its appropriate to have as a rule in general. I can understand having a universal language for work related topics if there is someone who doesn’t speak the language present (or isn’t fluent), but a straight out ban on all other languages but the target language? that’s just unneeded and creates a hostile work environment. 
- Comment on Borderlands 4 boss tells players "please get a refund from Steam if you aren't happy" as Randy Pitchford continues his very public crashout over the FPS's performance woes 1 month ago:I hadent heard of him until BL4 was released, but man does he seem like a real big piece of work lol 
- Comment on If you argue for a cause like affordable housing for everyone, is it necessarily hypocritical if you also own investment properties? 1 month ago:It depends on how you are looking at it. Since you called it “Investment properties” I have to assume you plan to maximize profits on it so I would have to say yes it is. However if you are renting the property out for market value and only doing a modest increase to cover costs and the mortgage I don’t think it is. Obviously you need to cover expenses for the property or else someone else who won’t do the same is going to obtain it. 
- Comment on Taco Bell Says 'No Más' to AI Drive-Thru Experiment 2 months ago:I do the same thing at mcdonalds. “Will you be using myrewards today?”. It doesn’t matter what you say it won’t help you get your order done any faster 
- Comment on I made a Firefox fork with Fediverse integration 2 months ago:Woah, you separated it already? that’s insane. Defo checking it out! 
- Comment on I made a Firefox fork with Fediverse integration 2 months ago:Honestly, this is a really innovative project. I wish it came in an extension because I feel that is likely your biggest bottleneck for getting people to try it. I don’t think many are going to build a browser from source & then port all their stuff over strictly for the integration. If an extension version ever releases I would for sure be looking at that! 
- Comment on Microsoft no longer permits local Windows 10 accounts if you want Consumer Extended Security Updates — support beyond EOL requires a Microsoft Account link-up even if you pay $30 2 months ago:You just answered my question. I was going to ask you earlier and then forgot to hit send. Because I thought plasma actually looked really slick, so I was going to recommend it. Especially with how customizable it is. The biggest annoyance that was to get used to was the change in overall size of the menu bars, but once you’ve been using Linux for a week or two, it actually hurts your eyes going back onto Windows again. 
- Comment on Microsoft no longer permits local Windows 10 accounts if you want Consumer Extended Security Updates — support beyond EOL requires a Microsoft Account link-up even if you pay $30 2 months ago:Of course, your metrics may vary because every person’s situation is different, but I went through my associates and my bachelor’s CIS degree with very minor issues issues., Many colleges will state that it requires windows for the course, but then you’re able to use something like LibreOffice just fine. Like technically, the only course that I ever had to actually use windows for was my Microsoft Office course and that’s self-explanatory of why I needed Windows for that lol 
- Comment on Microsoft no longer permits local Windows 10 accounts if you want Consumer Extended Security Updates — support beyond EOL requires a Microsoft Account link-up even if you pay $30 2 months ago:I’m sorry, but you’re misreading what they mean by support in that article because I did read it. They’re still gonna give support regarding he ESU program as a whole(otherwise they would be sued for fraud), which includes installation, activation, and regressions of the program. What they’re not going to be providing is general technical support which is a different beast, If you would like more information, you can read about it here as well. It’s easy to blindly hate something When you only see what you want to see…