Yeah focused work is great and pomodoro timers can help you achieve it by breaking out down into smaller chunks. But this image was just grating to read, and it seemed to imply only working 3 hours per day.
Yeah focused work is great and pomodoro timers can help you achieve it by breaking out down into smaller chunks. But this image was just grating to read, and it seemed to imply only working 3 hours per day.
Imo skip the open source license. You’re wanting to give this specific organization access to your work. If you follow the suggestions here and license it under creative commons or some other open source license then you’re also opening the door for others to use that work. It would be better to give the organization use of your work in its current form but otherwise reserve all rights for yourself, via a custom (non open source) license. This way in the future you can continue doing whatever you want with it, and maybe that means open sourcing when you’re ready to do so.
Ofc if you’re ready to open source now then go for it.
Tasker would be mine too. Apparently i don’t have many paid apps lol
Idk about the meeting thing but do not disturb can do this already. Can set up a multiple schedules to auto turn on/off do not disturb and then allow exceptions from favorite (starred) contacts. You can also allow an exception from someone who calls you 3 times back to back in case they’re calling you from someone else’s phone. And can also allow some apps as exceptions in case you use a 3rd party alarm app or something else that you want to be able to make noise.
i did recently go through and turn off auto renewal on a few. I still have several projects i never launched though that I’m holding out hope for… someday
Here are some good rule of thumbs for work and schools:
do not connect to their networks with your personal devices, ever.
Only use work/ school devices on their own network.
Do not do anything personal on those networks. only do work/school related tasks. This means don’t log into any non school/work accounts.
If for some reason they don’t have a device for you but require you to use their network, then leave your personal devices at home claiming you don’t own one and make them accommodate you.
You cannot expect privacy in these situations, and by going to the extreme lengths to try to get it then you will ironically just paint a bigger target on your back if any network admin cares. In some cases this can cost you your job or get you in trouble with the school.
Should’ve used Papyrus
I had a domain with them but at the time auto-pay was “auto-pay-from-acct-balance” as opposed to “auto-pay-with-the-credit-card-we-have on-file”
So i missed the renewal date, paid more to renew within grace period, and then transferred to a registrar with actual auto pay.
Otherwise they were great for that first year and i had no issues
Pihole let’s you set up groups so you can always exempt certain devices from blocking if that’s the issue. Otherwise you just need to go to your router and change the dns server to your pihole ip
let me ask this: what is your threat model? Don’t tell me, ask yourself that and work through it if you haven’t already.
Going full 100% and trying to become a shadow overnight if a great recipe for burning yourself out and not trying. Instead look at your specific threat model and work on the biggest things one step at a time. Make it a journey and only take a new step once you’re comfortable with the last.
Yup. He had a community post saying he was too young to run but if he could run it wouldnt be about left or right, he’d sit down with both sides and work out a compromise. Previously i thought the minimum age should be lowered but after seeing something so naive i reconsidered.
What advantage is there is changing nameservers? Is it just the centrally manage DNS or something else? I’m fairly new to self hosting and only serving locally for now.
I do know cloudflare uses the same nameservers PER ACCOUNT so if you’re wanting to have multiple domains but keep one or more connections separated from you then this does draw a minor connection to a subset of Cloudflare accounts with the same two nameservers
It’s an ai roleplay app of some sort. The user (pink text) instructed it to say hello world in html and the ai did it. Showing the app vulnerable to prompt injections since it didn’t do any kind of validation before sending the request to chatgpt/similar and then returning the response.
I think wed just need the following
From there you don’t need a rel.status because you’re not updating this rel.id entry except for the rel.end. if they started dating again later it would be a whole new entry, and then you could query their entire dating history to see if they keep coming back to the same person, dating around, playing the field, etc. Separately there could be a friendship relationship that is tracked so you could if they ended being friends after a breakup.
To that point a person table with a relationship table. So this way you can reference relationship between two or more persons within the relationship table and that could be joined to the person table if needed. I don’t think you’d really be able to keep it within one table while exploring multiple relationships unless you’re storing a list of ids that is interpreted outside of sql. Also a relationship table would allow exploring other types of relationships such as exes, love interests, coworkers, family, friends, etc
The article said the man had done similar with airport wifi and a place of prior employment. But the airplane one is an odd choice
That is entirely up to the author who is creating the original work. They set the license and people can choose whether or not they want to work with the license. If i wanted to use someone else’s work for commercial purposes then i would just ignore any works released under a NC license. I’m not entitled to someone else’s work just because i need to eat
Look into a static website built with Hugo. You’ll be creating pages in markdown like obsidian. You can host it locally so there’s no privacy concerns.
If you want it externally facing then there are some options but you’ll need to find a site to host your static website and who you’re comfortable with their privacy policy.
Right, that or it’s a bunch of BS. Either way it can’t be good. At a certain point you need either work experience or a portfolio for what you’ve worked on since your degree. Having only degrees is a problem.
No problem! As far as graphics go, if you open source then you can specify in your repo’s Readme what parts are under what license.
“All html, Javascript, css are licensed under XYZ”
“All graphics/images used with permission by ABC for exclusive use within this project”
It isn’t particularly uncommon, and you could even list out specific graphics under what license, or structure them in the repository based on license /assets/licenseName if needed