Can you post a picture of what your body looks like? Curious if a person who runs every day has a very thin body or if you are more well built still
HN user
rasen58
himat415@gmail.com
Do you have to hack the Apple TV to run tailscale on it or how does that work?
Very neat. How do companies actually get/derive the data to do IP to business matching though?
Does your browser handle having 500+ tabs open? (I use chrome iOS and it’s totally fine with that many without anything being slowed down. I assume because they unload old tabs. This would be a blocker for me for your app if yours doesn’t do that since I wouldn’t want my phone to slow down)
This is great utility I didn't know about! Thanks!
But do you know why it doesn't seem to work with the `pbfilter` function?
If I do directly `pbpaste | vipe | pbcopy`, then it opens vim and the clipboard text is pasted there. But if I run `pbfilter | vipe`, then vim opens with a blank buffer.
function pbfilter() {
if [ $# -gt 0 ]; then
pbpaste | "$@" | pbcopy
else
pbpaste | pbcopy
fi
}
It seems that the number of args is 0 for some reasonWhy doesn’t HN have botspam then?
Did you have to set up deals with each of the publishers individually to publish their manga in your app? How did those conversations go?
The OP was not combative at all, they actually asked pretty nicely…
You’re the one who is actually being combative
Isn’t your comment that you wrote here also just a bunch of “symbol manipulation“?
It definitely hasn’t learned math but it definitely has learned general concepts
There's a down vote button on HN? I only ever see only the upvote one
Isn't 650 lbs not that much? It's only a little more than 4 humans. So is this actually scalable to get to a bigger market?
Just curious, but how do you have so many friends in Hollywood? (Feel free to email me directly if wanted)
How do you motivate yourself to work hard if you feel like you're distracted and want to be lazy all the time?
I don't think a lot of people know what motivates them or what they want to do in life. If you could play video games all day and have fun or force yourself to study or work at a hard job all day, what would you choose? Wouldn't most people prefer the easier and fun option?
Do you have a solution to this? (I've been thinking about it for a while and I don't know)
Wow this was definitely the best advice I got on this. Thank you so much for the time you took to share this.
I think my watching of movies or playing of video games is probably due to avoiding other things I don't want to face. I should probably try to address those things or change my environment to be in a more productive state.
Playing games definitely make me feel bad because they're a waste of time and are unfulfilling, but the hard part is that they're also super fun and engaging while you're playing them, which makes it hard to kill that desire to have that feeling.
Hm I actually think stopping completely is very important. If I let myself watch even one tv show or install one game to play then I'll have the urge to keep doing that action for hours and the next day as well.
I find it a lot healthier to eliminate these dangerous activities altogether.
But curious to hear if you have other thoughts
Any recommended fitness games? I think the idea makes sense but I feel like I'll just be lazy and choose the easier game that doesn't require me to move when it comes to deciding what game to play.
What if I go back and reinstall it again later? I've done this multiple times with some mobile games I've played that were really good.
I tried to do this with reading books by putting a kindle on my desk so that I would see that want to read (I did a lot of reading in high school and it was very enjoyable so I'm sure I'll still enjoy it). But I just ended up ignoring the kindle and still continue to play mobile games on my phone or watch TV and movies on my laptop.
I agree with trashing things completely and I tried to do things like hiding the app store on my phone but I would still end up sometimes still opening the play store and installing a game. But I can't get rid of my phone completely since I do need it for other work things.
I want to replace these bad activities with a better activity but it seems hard when I can just start playing a movie and get that instant dopamine without needing to do any work.
Haha that's a good idea on trying to ban yourself. Yeah I think I just need to abstain from all games in general since even if I let myself play some single player game I'll eventually let myself play a multiplayer one again later.
Hm I feel like I wouldn't be disciplined enough for that though. If I got a taste of video games or TV, then I wouldn't want to stop. So I feel like it's just better to stop entirely and never touch them again.
Do you have any advice for breaking video game addiction? I feel like it affects me a lot.
I'd be interested. Can you email me (email in my profile)
What is a sidearm computer? How do you manage your infinite canvas?
Are there any use cases of satellite imagery that you think will emerge but haven't yet due to current costs?
This looks cool but do you have evidence that people will pay for it? I usually just use the terminal to figure out disk free/used.
How do you actually see plaque? I feel like I wouldn't be able to tell the difference if I got an electric toothbrush. Are you saying it actually makes your teeth look whiter?
Hi HN!
We've made a super simple free tool that lets you "screenshot" and "record" any webpage but as pure HTML/CSS/JS. What you see here aren't regular mp4 screen recordings, but are DOM recordings where we record the entire DOM as it changes.
Here's a Capsule video I just made of me using HN: https://capsule.click/playback/1608649966705 (hint: try using your mouse in the demos)
All of the core code is written from scratch using basic JS functionality and browser APIs like MutationObserver among others. When you view the recording at a Capsule link, we replay all the recorded changes one-by-one right in your browser. So although it looks like it's a regular mp4-type video due to the screen moving and such, it's actually a webpage that /looks/ like a video.
You can use your mouse, click, and scroll in the recordings. Note that all javascript is disabled automatically to ensure security. (And because we don't want a recording or an action you make in a recording to continue to make network calls / update data in a prod database in the original application).
(Note there are still bugs on some sites since there's a whole bunch of weird things people do on the internet given how large the HTML spec is!)
I like to think of what we're doing as providing "DOM recording for the masses". People have really only used DOM recording for user tracking / analytics (e.g. fullstory). But we wanted to make this same technology available for regular consumers to use.
I think this would be useful to you if:
- You're a developer and want to share the webpages you make with others. My favorite part about Capsule is that it works on localhost! So you can actually instantly "deploy" a site that you're working on locally and share it with a teammate to get instant feedback on it without needing to push it to a staging environment. It's just 1 click with the chrome extension.
- You work on a frontend dev or design team at a company and want to show your teammates (engineers or designers) new features you've made in a better way than a regular image screenshot. Just send a Capsule link or attach it in a commit/PR.
- You do web testing / QA, and you want to have better bug reporting. In Capsule recordings, you have access to the direct HTML/CSS of the webpage so you have all the info you need to reproduce bugs your users face!
--
Let us know what you use Capsule for! It's totally free to use and we hope you find it useful.
P.S. Remember to sign up for our mailing list to hear about the crazy features we release next! https://capsule.click/#email-form
This happens quite a lot when using Anki where you have to start doing it for hours. If you stop doing for weeks, and then try to come back, there are so many cards piled up that it would take so long to go through that you just don't feel like doing it anymore.
How would you solve this?