HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cabidaher

no profile record

Submissions

Pentomino Configurations and Solutions

isomerdesign.com
3 points·by cabidaher·il y a 12 mois·0 comments

Simon Tatham's Portable Puzzle Collection

chiark.greenend.org.uk
3 points·by cabidaher·il y a 2 ans·0 comments

comments

cabidaher
·il y a 7 mois·discuss
My brain overheated just reading the words at first. Great puzzle!
cabidaher
·l’année dernière·discuss
Pitching in to your and parent comment but from the junior side to say that yes, this definitely helps :)
cabidaher
·il y a 2 ans·discuss
Thank you for sharing this. Many laughs were had!

The company you were applying to sure missed out!
cabidaher
·il y a 2 ans·discuss
Where can one find a list of those watches/manufacturers?
cabidaher
·il y a 2 ans·discuss
> just solving the problem for the input data

I think a lot of people here would be surprised how much of a step up this is from classic leetcode or DSA stuff. I have been involved in introducing people to AoC and helping them and the amount of people who have basic knowledge of algorithms but struggled to parse the input from a file was a little shocking to me at first. Of course, I do not blame anyone for not knowing something, classic academic courses can be misguided sometimes.

This doesn't negate the fact that there is somewhat of a lack in problems with more outside world interaction and it would be cool to see more of that.
cabidaher
·il y a 2 ans·discuss
I think this is because for a long time on the internet there was this intense discussion of "introvert vs extrovert" and memes about what it means to be in each camp that we have forgotten that it can vary greatly from one person to another and from one setting to another. It was also somehow "cool" to be an introvert on the internet, in some circles.

These days I feel like those conversations have dies down. And I've also realized that I', more social that I'd previously liked to admit. Maybe age also plays a factor here.
cabidaher
·il y a 2 ans·discuss
As a non-architect, I would love if you could explain some of what makes the non-duck designs _so_ horrible. Some of them looked more than fine to me at first glance. It's also something that can be rerun over and over with little interaction in-between runs so one could generate a handful of designs starting from different seeds and get inspiration.
cabidaher
·il y a 2 ans·discuss
Thanks for the tip!
cabidaher
·il y a 2 ans·discuss
Thank you for your reply. I had suspected it was the second chance pool but I had never seen that mechanism in action so I thought it'd get re-posted, not that it would appear as if it had just been posted. I had read it when it first appeared.
cabidaher
·il y a 2 ans·discuss
Wasn't this posted here a few days ago?
cabidaher
·il y a 2 ans·discuss
Did you experiment with different ways to format those included headers? Asking because I am doing something similar to that as well.
cabidaher
·il y a 2 ans·discuss
from a quick look, I believe the code for the page is here: https://github.com/g-trees/g_trees
cabidaher
·il y a 2 ans·discuss
Anthropic publishes quite a lot too though.
cabidaher
·il y a 2 ans·discuss
Location: Rennes, France

Remote: Flexible

Willing to relocate: Yes/EU

Technologies: Python (HuggingFace, PyTorch, Keras, Scikit-learn, Llama-Index, Flask, Selenium, others), .NET Core, C and C++, PHP Laravel, Java, Postres, Git, Linux, Docker.

Résumé: https://www.linkedin.com/in/charbel-abi-daher/ , https://github.com/CharbelAD

Email : abidahercharbel () gmail () com

Hello! I'm Charbel, an engineer specializing in Software and Artificial Intelligence (I have also studied Telecommunications and Electronics within my double degree program) graduating this month. I have exprience in software engineering, machine learning, and AI (mostly NLP but I have dabbled in computer vision as well). I am looking for new and interesting SWE or AI opportunities in France and Europe. I will require a visa sponsorship. Not all of my experience is reflected on my LinkedIn, there's a lot more than meets the eye. So if you're looking for a junior engineer with a ton of creativity and passion and multidisciplinary skills shoot me an email and we can discuss more over a phone call or a meeting!
cabidaher
·il y a 2 ans·discuss
I don't think speculative decoding proves that they consume less/more energy per question.

Regardless if the question/prompt is simple or not (for any definition of simple), if the target output is T tokens, the larger model needs to generate at least T tokens, if the small and large models disagree then the large model will be called to generate more than T tokens. The observed speedup is because you can infer K+1 tokens in parallel based on the drafts of the smaller model instead of having to do it sequentially. But I would argue that the "important" computation is still done (also the smaller model will be called the same number of times regardless of the difficulty of the question, bringing us back to the same problem that LLMs won't vary their energy consumption dynamically as a function of question complexity).

Also, the rate of disagreement does not necessarily change when the question is more complex, it could be that the 2 models have learned different things and could disagree on a "simple" question.
cabidaher
·il y a 2 ans·discuss
Multi-token prediction looks very interesting and quite elegant. It seems more efficient than predictive sampling.

From what I understand, they are essentially training it to have some form of representation of the context as a whole that is then used to generate the next n tokens, I feel like this is a nice next step towards "smarter" models. I wonder if a similar thing can be done for the inputs.

It's a shame they didn't compare it to llama3 since they had both a 6.7B and a 13B multi-token model. From what I could gather, the intruction-tuned llama3 is much better on HumanEval for example.
cabidaher
·il y a 2 ans·discuss
In the same vein, Refusal in LLMs is mediated by a single direction: https://www.lesswrong.com/posts/jGuXSZgv6qfdhMCuJ/refusal-in...
cabidaher
·il y a 2 ans·discuss
This paper [1] does atempt that and reports similar performance compared to conventional pre-training. However, they do start off by doing a normal full-rank training and claim that it is needed to 'warm start' the training process.

[1] https://arxiv.org/abs/2307.05695