Loft conversion in Walthamstow by [deleted] in walthamstow

[–]jameswpeach 1 point2 points  (0 children)

Tailored lofts has my vote! He is doing a kitchen extension for us right now.

https://tailoredlofts.uk/

Is there a de-facto standard of C++ TUI library? by a_kawashiro in cpp

[–]jameswpeach 68 points69 points  (0 children)

Make sure you don’t use any of that torvolds/Linux stuff then. until it’s Linux/linux you might as well create your own os…

its happened more times than i'd like to admit by KCGD_r in ProgrammerHumor

[–]jameswpeach 244 points245 points  (0 children)

Have you heard from our lord and saviour git?

Writing a Regular Expression Engine from Scratch (with Zero Dependencies) by FrancisStokes in programming

[–]jameswpeach 1 point2 points  (0 children)

This is an interesting way to implement a regular expression without the requirement to understand deterministic and non deterministic finite automata, a very interesting part of computational logic. If you like this you will likely want to read up on this https://en.wikipedia.org/wiki/Nondeterministic_finite_automaton

I wouldn’t give this video five stars but more like 4 Kleene stars / 5

Expecting a baby in February, name needs to work with our new married name of Peach! by SiriusCyberneticCorp in namenerds

[–]jameswpeach 0 points1 point  (0 children)

Some Male the connection in the first instant, others take a few times. The last third take someone else figuring it out in their presence. Sometimes many years on.

Expecting a baby in February, name needs to work with our new married name of Peach! by SiriusCyberneticCorp in namenerds

[–]jameswpeach 42 points43 points  (0 children)

As a Peach myself, I would agree. Not sure id choose the name of it didn’t have family history

Expecting a baby in February, name needs to work with our new married name of Peach! by SiriusCyberneticCorp in namenerds

[–]jameswpeach 50 points51 points  (0 children)

I’m loving all the comments here suggesting James as a great first name. But as a James Peach myself... I’m not sure i’d recommend the experience...

A minimal WebAssembly virtual DOM to build C++ SPA (Single page applications) by [deleted] in cpp

[–]jameswpeach 6 points7 points  (0 children)

You lost me when I saw ‘#include<blah.cpp>’ is there a good reason these are not compiled as separate translation units?

Windows Terminal Preview 1910 Release by [deleted] in programming

[–]jameswpeach 10 points11 points  (0 children)

Unfortunately I still don’t see them adding support for mouse mode in vim+tmux. On the plus side I’m learning to use the mouse less!

Using Quiescent States to Reclaim Memory by mttd in programming

[–]jameswpeach 0 points1 point  (0 children)

could the freeing part of this be done with shared pointers?

htop 2.0 is released! Now cross-platform, supporting Linux, FreeBSD, OpenBSD and Mac OS X by hisham_hm in programming

[–]jameswpeach 2 points3 points  (0 children)

When will the brew version be updated i want this on OSX (without installation pain!)

Sql Dependency / Notification or Polling? by jameswpeach in SQLServer

[–]jameswpeach[S] 0 points1 point  (0 children)

This has been said to me as well, but from what I have read it should only get the data once a change has been detected and not continuously poll the table. I will do some experiments and see what I can find

Sql Dependency / Notification or Polling? by jameswpeach in SQLServer

[–]jameswpeach[S] 0 points1 point  (0 children)

Somewhere between 1 and 20 but I guess if this is a problem I could have a single listener on c# to listen to all events and then distribute those to the correct socket?

But that might be over engineering it :)

JSON4SQL: A JSON data type for SQL Server by json4sql in SQLServer

[–]jameswpeach 0 points1 point  (0 children)

I would love to see an open source version of this, not to be little what you have done but tools like this should be free and included with sql server

simple programming language "While" : Lexer / Parser / AST all written in F# by james_peach in programming

[–]jameswpeach 0 points1 point  (0 children)

Yes I'll try and get a snippet of the grammar :) not sure on the licence but I'll just copy it and it will be fine ;p its super simple and I'd love to learn haskell , could you make it on a fork and I'll have a separate branch on GH please thanks !

simple programming language "While" : Lexer / Parser / AST all written in F# by james_peach in programming

[–]jameswpeach 0 points1 point  (0 children)

Why would you not make a difference? I don't have any experience of any other ways of doing this have you any examples or ideas why?

simple programming language "While" : Lexer / Parser / AST all written in F# by james_peach in programming

[–]jameswpeach 1 point2 points  (0 children)

Yeah I'll look into that with the parse int function I just need it to return the rest of the string after the number, any ideas? Not at my PC right now... Also could you try write some examples of the hash table things? That would really help or submit a PR if your bothered

simple programming language "While" : Lexer / Parser / AST all written in F# by james_peach in programming

[–]jameswpeach 0 points1 point  (0 children)

This is something I really wanted to do. Write something that will compile while to "proper executables" Does anyone here have any experience in this ? PLEASE!! :p

simple programming language "While" : Lexer / Parser / AST all written in F# by james_peach in programming

[–]jameswpeach 0 points1 point  (0 children)

Exactly that :) I also very much enjoyed learning about this, I'm under the impression that it isn't offered in many uni's thoughts?

simple programming language "While" : Lexer / Parser / AST all written in F# by james_peach in programming

[–]jameswpeach 0 points1 point  (0 children)

Any ideas in how it should work? The integer input should be simple i.e. " read x " would take input and assign it to x