To the OP: On the page with the pigpen cipher and knights templar code, the code at the top is the same as braille and morse.
I really like this! Great way to introduce codes and make your own secret language. Also a good way to lead into how to decode them with pattern recognition.
This sort of editor makes it impossible to edit text. Say I want to change a link or image.. I have to delete it and insert it again. I prefer editors that show a side by side of markdown and rendered text so I can type/edit markdown but also see the output. I think that's a better compromise than replacing the markdown with live text.
I tried all the others and none worked for me. Had to install all these new development environments, lots of issues setting up the local servers and building sites, etc. It's not perfect and I probably would not recommend it to anyone else (no docs yet, after all), but it works for me and doesn't take too much time to throw something together if you want simplicity.
For anyone using Windows with vertical monitors, I made something in AutoHotKey that helps snap windows to top/bottom half or third of the screen. This is useful if you regularly use Win+Left/Right key to snap windows to the left/right screen on landscape monitors but miss the feature on portrait monitors.
I've never experienced this as a form of spam myself but I have noticed that some times events will get added to my calendar without me seeing the email message. I'll see something on my calendar and think "I don't remember this..." but if I had just seen it in my inbox, I would have marked it Done and remembered it, even if it was way in the future.
Yup, you'd have to have all permutations of any length password in the css file AND it would have to be pre-filled using the value attribute. The original post on this talks about it in more detail: https://www.mike-gualtieri.com/posts/stealing-data-with-css-...
Summary: A method is detailed - dubbed CSS Exfil - which can be used to steal targeted data using Cascading Style Sheets (CSS) as an attack vector. Due to the modern web's heavy reliance on CSS, a wide variety of data is potentially at risk, including: usernames, passwords, and sensitive data such as date of birth, social security numbers, and credit card numbers. The technique can also be used to de-anonymize users on dark nets like Tor. Defense methods are discussed for both website operators as well as web users, and a pair of browser extensions are offered which guard against this class of attack.
I like this. For more complicated scripts, I use Visual Studio which has a full debugger with breakpoints and watch capabilities. For small scripts I do use print and this would be useful.
I'd like to be able to easily remove all calls to ic from my code though, since I share my scripts with my team and try not to use non-standard packages so it works on a default python install.
The threshold could be very low for gaining upvote privilege. But yes, I like this idea better. As a long time reader but someone who doesn't comment much, I don't like the idea of being further restricted on what users like me can't do. I upvote things I find interesting even if I don't comment often.
I tried to switch to Firefox recently but couldn't do it. Here are my main issues with Firefox:
- not all settings get synced across devices
- All extensions are enabled in private mode without any way to turn it off. I like to sign in to another account in private mode without having my password manager auto-fill my accounts information.
I can't speak on car play, but I switched back from GMaps to Apple.
I hadn't used it since it first came out (when it sucked) but have found it's a lot better now. I especially like that it gives me the speed limit, a feature I wish Google had. I have removed Google Maps from my phone altogether now.
With how unrealistic experience expectations can be for positions, It's nice to see they're looking at junior and senior candidates and have this line:
B.S. in Computer Science would be lovely, but real-world experience is preferred.
I really like this! Great way to introduce codes and make your own secret language. Also a good way to lead into how to decode them with pattern recognition.