I've been using ChatGPT for similar visual recognition things. Recently I took a video of a car because I really liked its color. I upladed the video to ChatGPT and asked to extract which paint color I'd need to specify to a modding garage to put a foil on my car. ChatGPT really impressed me, extracted a screenshot, did a color analysis of the paint, found the palettes from paint vendors and found for me the exact paint code to tell the garage. I was speechless.
HN user
durdn
[ my public key: https://keybase.io/durdn; my proof: https://keybase.io/durdn/sigs/N2nLI7hlWOtjiVWkql1SxiOCBLDy5AjveuxOZeaWXxs ]
http://durdn.com http://twitter.com/durdn
In the same domain I used for years timebuddy https://www.worldtimebuddy.com/
I liked this metaphor:
It was more like handholding a fresh grad who had absorbed all of human knowledge but needed someone to tie various parts of that knowledge to create something useful.
Very impressive. Recently I watched this really amazing lecture on building GPT from scratch from Karpathy, I was blown away: https://www.youtube.com/watch?v=kCc8FmEb1nY&t=642s
The date of the merge has been known for sometime, so the price increase has been mostkly priced in the previous weeks (see recent pumps). Unfortunately the recent US CPI info release has sent the markets (including crypto ones) into a frenzy. In any case I am optimistic that the price of Eth will explode once the better part of this "recession" is behind us.
I mean, can a x10 engineer read and update the docs too or is that only for the 1xs? I too am not too sure about many points in this list ... and also the point this page is trying to make.
We are all average engineers in the end, there's always someone more productive, with more experience, with more dedication, with more energy ... somewhere in your organisation. As long as the organisation can keep a learning and collaborative environment and the assholes at the door, I welcome as many 10x engineers as they will fit the room. But then if all your peers are 10x engineers ... they become 1xs ?
You may need to choose a "Source" in the top left. I got the same error before choosing a character.
Top Chess Engine Championship: http://tcec.chessdom.com/season13/live.php and the amazing community project of LCZero to replicate Alpha Zero results in Chess: https://groups.google.com/forum/#!forum/lczero
You expressed my exact thoughts and I was about to link to the same insightful article. I guess my comment could've been shortened as a silent upvote, but I commented anyway.
These are little pleasures and forgive the tiny vanity moment: I wrote the first article you linked. I also wrote more recently a follow up on just subtree: https://developer.atlassian.com/blog/2015/05/the-power-of-gi...
I found out exactly the same problem :)
I'll check how you did it. I wrote my notes and a couple of scripts down in a post: https://developer.atlassian.com/blog/2016/02/best-way-to-sto...
As promised I wrote a post about your setup. Thanks a lot for bringing the technique to my attention: https://developer.atlassian.com/blog/2016/02/best-way-to-sto...
Alright I'll be careful in my wording ;).
Not at all. You can 'git add' (or in the case of the technique above 'config add') only the files and folders that are safely stored in a repository. Because of the 'ShowUntrackedFiles' flag, git/config won't always show folders you don't want to track, which would be annoying.
Working on it! I'll give you full credit for it and link to this thread for reference. Also let me know if you have a Twitter account you'd like me to reference.
I'm trying to reproduce it and documenting it as I go... ok I got it working now and I have notes. Stay tuned.
Honestly this is genius! I hadn't thought of doing it like that, thank you! I had resorted to the usual .cfg folder and a helper script to link/update everything.
I've been receiving a weekly email digest of the posts on "Fonts in Use" using ifttt.com for a long time already. Love their site.
As mentioned earlier in the thread: http://s9w.github.io/font_compare/
Seconded. Terminus is really amazing. But I've been trying Hack for a change after many years of Terminus and I find it rather pleasing.
Ouch! Author here, I'll check with the team and see if we can fix it quick. Thanks for the headsup!
I had never thought of flash cards in that context too before I read Derek Sivers doing it. Enjoying the experience so far!
Derek Sivers has been working on providing this sort of data for a few years. He created https://woodegg.com/books first and now apparently that effort is converging into http://gotolaunch.in/
Hey dexen, I'm the author of the post, yes I've reported the issue before to the internal team in charge of the blogging platform. I'll report it again. I've also been lobbying to move our technical blog to a different technology (I'd love a statically generated solution). Hopefully soon(tm).
About git in a crappy console on windows - I feel their pain - you might want to suggest your colleagues http://sourcetreeapp.com/ an awesome and free windows git client. Just saying :D.
Hey Robin, indeed! I added a disclaimer about that in the article as well.
Oh I totally agree! If you can it makes sense to manage dependencies with tools that have been refined for years for the task like maven, gems, pip, npm, etc... I had this exact discussion with a colleague at Atlassian while writing about git submodule. Using git submodule or subtree might make sense if your environment is not homogenous, for example if you need to mix different languages and keep everything consistent. Even then you can use broader focus package managers like dpkg, rpm, apt, etc.
In any case I like the feel of git subtree as I have written in the post.
Thank you! Indeed `git submodule foreach` is quite useful.
I really loved the way Derek Sivers solved a similar problem to yours. Have a look here: http://sivers.org/trust