Hacker News
- Show HN: Func Runner – Managed Function Calling for OpenAI Assistants https://chat.funcrunner.com 2 comments
Lobsters
- Learn you Func Prog on five minute quick! http://www.theregister.co.uk/2016/01/13/stob_remember_the_monoids/ 4 comments programming , satire
- Questioning Go's range-over-func Proposal https://rulmer.xyz/article/Questioning_Gos_range-over-func_Proposal.html 4 comments programming
- Questioning Go's range-over-func Proposal https://rulmer.xyz/article/Questioning_Gos_range-over-func_Proposal.html 42 comments golang
- Func-y JSON, an alternative to REST https://wagslane.dev/posts/func-y-json-api/ 46 comments programming
- Func-based math library for generics (or "I needed a way to create structs with members of any numeric type") http://hastebin.com/qobinisawu.cs 14 comments csharp
- Methods, Funcs & Actions...Oh, My! https://youtu.be/OwhkCRdUSpE 11 comments csharp
- Serializing a Func<> like a UnityEvent https://forum.unity.com/threads/serializing-func-like-unityevent.1576047/ 4 comments unity3d
- Oils 0.19.0 - Dicts, Procs, Funcs, and Places https://www.oilshell.org/blog/2024/01/release-0.19.0.html 8 comments programminglanguages
- Bug in Go: swapping funcs https://go.dev/play/p/Y-utbckDkGv?v=goprev 8 comments golang
- I'm trying to understand this operator var: Class = func() https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/4dd898b8c15e342f817d3fb1c8dc9f2d5d111022/scripts/xy_grid.py 4 comments learnpython
- How to test a func that never end ? https://go.dev/play/p/iaV7FGnBkJm 14 comments golang
- A small library to convert generic func(context.Context, *Input) (*Output, error) to http.Handler https://github.com/duythinht/zhttp 3 comments golang
- Can somone explain me Func delegate in this particular code ? What exactly it is doing here? http://pastebin.com/P6Z6Scbg 4 comments csharp
- what kind of errors should I catch when using typeorm's save func? https://github.com/typeorm/typeorm/tree/master/src/error 5 comments typescript
- Swift: static func VS class func https://kelvas09.github.io/blog/posts/static-func-vs-class-func/ 3 comments swift
- In C#, whenever I want to pass a function into another function, I have to remind myself of the syntax for the generic delegate types (Action, Func, Predicate). In case anyone else has a similar issue, I made a video that goes over all of them. I hope it's helpful! https://youtu.be/E-g8Ivss0Gs 6 comments csharp
- Functional Programming in C# 9 by Simon Painter @ Func Prog Sweden https://www.youtube.com/watch?v=k02Ft5FSl-I 4 comments csharp
- defer versus defer func https://play.golang.com/p/pKXVmgKlrFC 19 comments golang
- Reduce debugging time while programming. Use static and stack-trace analysis to determine which func call causes the error. https://github.com/snwfdhmp/errlog 4 comments golang
- My computer supports 450 functions alright, but I just converted an old code from the 9ed of Red Book to modern funcs, and it's not working :( http://prntscr.com/mat8yf 9 comments opengl
- Is a symetric crypto func (from b bits to b bits, without duplicates), xoring the output with the input, as secure a hash as the crypto? https://www.reddit.com/r/compsci/comments/a450be/is_a_symetric_crypto_func_from_b_bits_to_b_bits/ 6 comments compsci
- [C] - Help deciphering what's wrong with this func https://www.reddit.com/r/learnprogramming/comments/a3pryb/c_help_deciphering_whats_wrong_with_this_func/ 6 comments learnprogramming
- Building dynamic LINQ queries using Expression Trees and Func http://coderethinked.com/building-dynamic-linq-queries-using-expression-trees-and-func/ 7 comments dotnet
- Building dynamic LINQ queries using Expression Trees and Func http://coderethinked.com/building-dynamic-linq-queries-using-expression-trees-and-func/ 15 comments csharp
- Tool that adds CloudFormation's missing features: uploading to S3, updating Lambda funcs, bootstrapping EC2 instances, and more https://github.com/HewlettPackard/cloudformation-plus 9 comments aws
- Use case for non-pointer func definition? https://www.reddit.com/r/golang/comments/8vv0sa/use_case_for_nonpointer_func_definition/ 4 comments golang
- func use(...interface{}) {} https://groups.google.com/forum/#!topic/golang-nuts/2w_pbx2t4ra 16 comments golang
- 🐣 Go Funcs — Baby-Gopher’s Visual Guide https://blog.learngoprogramming.com/golang-funcs-params-named-result-values-types-pass-by-value-67f4374d9c0a 2 comments golang
- Is using Func delegates like a methods bad? https://www.reddit.com/r/csharp/comments/78gkg8/is_using_func_delegates_like_a_methods_bad/ 10 comments csharp
- Obama deformed by holomorphic func - I'm here to answer ur questions ! https://www.youtube.com/watch?v=CMMrEDIFPZY 12 comments math
- Func vs Expression - Pawel Klimczyk tech blog https://blog.klimczyk.pl/2017/05/02/func-vs-expression/ 5 comments dotnet
- Func vs. Expression http://foreverframe.pl/func-vs-expression/ 4 comments csharp
- Often had the need to graph the output of a JS func. Yesterday I built this tiny tool just for that. http://pomle.github.io/grafit/ 6 comments javascript
- "Smart" diffs for commits and GitHub PRs on Go projects (funcs added, changed, removed, etc.) - example https://sourcegraph.com/github.com/fsouza/go-dockerclient/.pulls/133 3 comments golang
- Monkeypatching is for wimps. Use set_trace_func. http://aphyr.com/posts/173-monkeypatching-is-for-wimps-use-set-trace-func 6 comments ruby
- Callbacks, Delegates, Action and Func in C# http://www.sgdevs.com/2013/09/delegates-action-and-func-in-c.html 5 comments programming
- Using delegates, func and lambdas: a tutorial with soldiers http://timdams.wordpress.com/2012/04/19/using-delegates-func-and-lambdas-a-tutorial-with-soldiers/ 3 comments dotnet
- Give up the func(tion) http://thisxorthat.blogspot.com/2009/12/give-up-function.html 6 comments programming
- Designing and Implementing Combinator Languages - (Func Prog) http://www.cs.ruu.nl/people/doaitse/papers/1999/afp3.pdf 2 comments compsci